|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<?php foreach ($list as $key => $g) { ?>
|
|
|
|
|
<?php foreach ($list as $key => $g) { ?>
|
|
|
|
|
<div class="panel-body feed_box nopadding">
|
|
|
|
|
<div class="media">
|
|
|
|
|
<div class="media-body">
|
|
|
|
@ -16,7 +16,12 @@
|
|
|
|
|
<a href="javascript:void(0);" class="guideinfomodal" data-url="<?php echo site_url('apps/partners/index/guideinfo/'.$g->COLI_GRI_SN);?>" style="padding-left:10px;text-decoration: underline;">地接导游</a>
|
|
|
|
|
<a href="javascript:void(0);" class="mailinfo_link guideinfomodal" data-action="<?php echo site_url('apps/partners/index/mail_info/'.$g->COLI_ID); ?>" style="padding-left:10px;text-decoration: underline;">来往邮件</a>
|
|
|
|
|
<?php if(!empty($g->SFI_FileName)){ ?>
|
|
|
|
|
<a target="_blank" href="http://www.chinahighlights.com/community/tourManager/letter<?php echo $g->SFI_Location.$g->SFI_FileName;?>.html" style="padding-left:10px;text-decoration: underline;">确认信</a>
|
|
|
|
|
<!-- \\202.103.68.102/h846513t\letter\ -->
|
|
|
|
|
<!-- 原来的地址: http://www.chinahighlights.com/community/tourManager/letter <?php echo $g->SFI_Location.$g->SFI_FileName;?>.html -->
|
|
|
|
|
<!-- http://202.103.68.35/letter/2019/6/Melissa-Trip-Proposal-CLA190611064-1.html -->
|
|
|
|
|
<a target="_blank" href="http://202.103.68.35/letter
|
|
|
|
|
<?php echo $g->SFI_Location.$g->SFI_FileName;?>.html"
|
|
|
|
|
style="padding-left:10px;text-decoration: underline;">确认信</a>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xs-24 btn-lg"></div>
|
|
|
|
|