|
|
@ -119,7 +119,7 @@
|
|
|
|
?>
|
|
|
|
?>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td><?php echo empty($item->ESI_Describe)?$item->ESI_ServiceName:$item->ESI_Describe; ?></td>
|
|
|
|
<td><?php echo empty($item->ESI_Describe)?$item->ESI_ServiceName:$item->ESI_Describe; ?></td>
|
|
|
|
<td><label><input type='radio' value="5" <?php if ($item->ESI_Rate == 5 || empty($item->ESI_Rate) || $item->ESI_Rate==0.00) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Excellent</label></td>
|
|
|
|
<td><label><input type='radio' value="5" <?php if ($item->ESI_Rate == 5) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Excellent</label></td>
|
|
|
|
<td><label><input type='radio' value="4" <?php if ($item->ESI_Rate == 4) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Very Good</label></td>
|
|
|
|
<td><label><input type='radio' value="4" <?php if ($item->ESI_Rate == 4) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Very Good</label></td>
|
|
|
|
<td><label><input type='radio' value="3" <?php if ($item->ESI_Rate == 3) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Fair</label></td>
|
|
|
|
<td><label><input type='radio' value="3" <?php if ($item->ESI_Rate == 3) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Fair</label></td>
|
|
|
|
<td><label><input type='radio' value="2" <?php if ($item->ESI_Rate == 2) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Poor</label></td>
|
|
|
|
<td><label><input type='radio' value="2" <?php if ($item->ESI_Rate == 2) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Poor</label></td>
|
|
|
@ -140,7 +140,7 @@
|
|
|
|
?>
|
|
|
|
?>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td><?php echo empty($item->ESI_Describe)?$item->ESI_ServiceName:$item->ESI_Describe; ?></td>
|
|
|
|
<td><?php echo empty($item->ESI_Describe)?$item->ESI_ServiceName:$item->ESI_Describe; ?></td>
|
|
|
|
<td><label><input type='radio' value="5" <?php if ($item->ESI_Rate == 5 || empty($item->ESI_Rate) || $item->ESI_Rate==0.00) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Excellent</label></td>
|
|
|
|
<td><label><input type='radio' value="5" <?php if ($item->ESI_Rate == 5) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Excellent</label></td>
|
|
|
|
<td><label><input type='radio' value="4" <?php if ($item->ESI_Rate == 4) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Very Good</label></td>
|
|
|
|
<td><label><input type='radio' value="4" <?php if ($item->ESI_Rate == 4) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Very Good</label></td>
|
|
|
|
<td><label><input type='radio' value="3" <?php if ($item->ESI_Rate == 3) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Fair</label></td>
|
|
|
|
<td><label><input type='radio' value="3" <?php if ($item->ESI_Rate == 3) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Fair</label></td>
|
|
|
|
<td><label><input type='radio' value="2" <?php if ($item->ESI_Rate == 2) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Poor</label></td>
|
|
|
|
<td><label><input type='radio' value="2" <?php if ($item->ESI_Rate == 2) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Poor</label></td>
|
|
|
@ -160,7 +160,7 @@
|
|
|
|
?>
|
|
|
|
?>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td><?php echo empty($item->ESI_Describe)?$item->ESI_ServiceName:$item->ESI_Describe; ?></td>
|
|
|
|
<td><?php echo empty($item->ESI_Describe)?$item->ESI_ServiceName:$item->ESI_Describe; ?></td>
|
|
|
|
<td><label><input type='radio' value="5" <?php if ($item->ESI_Rate == 5 || empty($item->ESI_Rate) || $item->ESI_Rate==0.00) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>' >Excellent</label></td>
|
|
|
|
<td><label><input type='radio' value="5" <?php if ($item->ESI_Rate == 5 ) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>' >Excellent</label></td>
|
|
|
|
<td><label><input type='radio' value="4" <?php if ($item->ESI_Rate == 4) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Very Good</label></td>
|
|
|
|
<td><label><input type='radio' value="4" <?php if ($item->ESI_Rate == 4) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Very Good</label></td>
|
|
|
|
<td><label><input type='radio' value="3" <?php if ($item->ESI_Rate == 3) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Fair</label></td>
|
|
|
|
<td><label><input type='radio' value="3" <?php if ($item->ESI_Rate == 3) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Fair</label></td>
|
|
|
|
<td><label><input type='radio' value="2" <?php if ($item->ESI_Rate == 2) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Poor</label></td>
|
|
|
|
<td><label><input type='radio' value="2" <?php if ($item->ESI_Rate == 2) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Poor</label></td>
|
|
|
@ -179,7 +179,7 @@
|
|
|
|
?>
|
|
|
|
?>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td><?php echo empty($item->ESI_Describe)?$item->ESI_ServiceName:$item->ESI_Describe; ?></td>
|
|
|
|
<td><?php echo empty($item->ESI_Describe)?$item->ESI_ServiceName:$item->ESI_Describe; ?></td>
|
|
|
|
<td><label><input type='radio' value="5" <?php if ($item->ESI_Rate == 5 || empty($item->ESI_Rate) || $item->ESI_Rate==0.00) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>' >Excellent</label></td>
|
|
|
|
<td><label><input type='radio' value="5" <?php if ($item->ESI_Rate == 5) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>' >Excellent</label></td>
|
|
|
|
<td><label><input type='radio' value="4" <?php if ($item->ESI_Rate == 4) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Very Good</label></td>
|
|
|
|
<td><label><input type='radio' value="4" <?php if ($item->ESI_Rate == 4) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Very Good</label></td>
|
|
|
|
<td><label><input type='radio' value="3" <?php if ($item->ESI_Rate == 3) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Fair</label></td>
|
|
|
|
<td><label><input type='radio' value="3" <?php if ($item->ESI_Rate == 3) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Fair</label></td>
|
|
|
|
<td><label><input type='radio' value="2" <?php if ($item->ESI_Rate == 2) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Poor</label></td>
|
|
|
|
<td><label><input type='radio' value="2" <?php if ($item->ESI_Rate == 2) { echo "checked"; } ?> name='<?php echo 'esi_sn_' . $item->ESI_SN; ?>'>Poor</label></td>
|
|
|
@ -240,6 +240,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
|
|
|
|
if (1==2) { // 2019-6-24 暂时不需要
|
|
|
|
$QSFive_EEF_ID=empty($service_question_five)?'yes':$service_question_five->EEF_ID;
|
|
|
|
$QSFive_EEF_ID=empty($service_question_five)?'yes':$service_question_five->EEF_ID;
|
|
|
|
$QSFive_EEF_Content=empty($service_question_five)?'':$service_question_five->EEF_Content;
|
|
|
|
$QSFive_EEF_Content=empty($service_question_five)?'':$service_question_five->EEF_Content;
|
|
|
|
switch ($group_service->QSFive) {
|
|
|
|
switch ($group_service->QSFive) {
|
|
|
@ -292,12 +293,13 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if (1==2) { //2019-6-24 暂时不需要 ?>
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-24">
|
|
|
|
<div class="col-md-24">
|
|
|
|
<h3>7. Are you willing to recommend us on Trip Advisor?</h3>
|
|
|
|
<h3>7. Are you willing to recommend us on Trip Advisor?</h3>
|
|
|
@ -315,13 +317,13 @@
|
|
|
|
<div class="col-md-2"><label><input type='radio' name='q6_eef_content' <?php if ($q6_eef_content == 'yes') { echo 'checked'; } ?> value="yes">YES</label></div>
|
|
|
|
<div class="col-md-2"><label><input type='radio' name='q6_eef_content' <?php if ($q6_eef_content == 'yes') { echo 'checked'; } ?> value="yes">YES</label></div>
|
|
|
|
<div class="col-md-2"><label><input type='radio' name='q6_eef_content' <?php if ($q6_eef_content == 'no') { echo 'checked'; } ?> value="no">NO</label></div>
|
|
|
|
<div class="col-md-2"><label><input type='radio' name='q6_eef_content' <?php if ($q6_eef_content == 'no') { echo 'checked'; } ?> value="no">NO</label></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
<input type="hidden" name="gri_sn" value="<?php echo $gri_sn; ?>" />
|
|
|
|
<input type="hidden" name="gri_sn" value="<?php echo $gri_sn; ?>" />
|
|
|
|
<input type="hidden" name="eoi_sn" value="<?php echo $eoi_sn; ?>" />
|
|
|
|
<input type="hidden" name="eoi_sn" value="<?php echo $eoi_sn; ?>" />
|
|
|
|
<input type="hidden" name="eoi_vrequestverify" id="eoi_vrequestverify" value="0" />
|
|
|
|
<input type="hidden" name="eoi_vrequestverify" id="eoi_vrequestverify" value="0" />
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="row" style="margin-top: 12px;">
|
|
|
|
<div class="col-md-16"></div>
|
|
|
|
<div class="col-md-16"></div>
|
|
|
|
<div class="col-md-8">
|
|
|
|
<div class="col-md-8">
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|