You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/destination/views/guide_setting.php

41 lines
1.9 KiB
PHTML

<form action="<?php echo site_url('ht/submit_guide_modal'); ?>" method="post" id="form_modal_guide" name="form_modal_guide">
<dl class="dl-horizontal">
<dt>订单号</dt>
<dd><?php echo $cold_info->COLI_ID ?></dd>
</dl>
<dl class="dl-horizontal">
<dt>线路代号</dt>
<dd><?php echo $cold_info->PAG_Code; ?></dd>
</dl>
<dl class="dl-horizontal">
<dt>出发日期</dt>
<dd><?php echo date('Y-m-d', strtotime($cold_info->COLD_StartDate)); ?></dd>
</dl>
<dl class="dl-horizontal">
<dt>客人姓名,邮箱</dt>
<dd><?php
echo $cold_info->GUT_FirstName . ' ' . $cold_info->GUT_LastName . ' , ' . $cold_info->GUT_Email;
?></dd>
</dl>
<legend> 邮件内容 </legend>
<dl class="dl-horizontal">
<dt>导游</dt>
<dd><input type="text" id="meta_dest_guidename" name="meta_dest_guidename" class="form-control" value="<?php echo $meta_dest_guidename; ?>" /></dd>
</dl>
<dl class="dl-horizontal">
<dt>手机号</dt>
<dd><input type="text" id="meta_dest_guidephone" name="meta_dest_guidephone" class="form-control" value="<?php echo $meta_dest_guidephone; ?>" /></dd>
</dl>
<dl class="dl-horizontal">
<dt>接客时间</dt>
<dd><input type="text" id="meta_dest_guidetime" name="meta_dest_guidetime" class="form-control" value="<?php echo $meta_dest_guidetime; ?>" /></dd>
</dl>
<dl class="dl-horizontal">
<dt>酒店</dt>
<dd><input type="text" id="meta_dest_guidehotel" name="meta_dest_guidehotel" class="form-control" value="<?php echo empty($meta_dest_guidehotel) ? str_replace('HotelName:', '', $cold_info->POI_Hotel) : $meta_dest_guidehotel; ?>" /> </dd>
</dl>
<input type="hidden" name="setguide_cold_sn" id="setguide_cold_sn" value="<?php echo $cold_info->COLD_SN; ?>" />
</form>