|
|
|
@ -1718,6 +1718,29 @@ $meta_subnavi_arr = array(
|
|
|
|
|
</div>
|
|
|
|
|
<?php }?>
|
|
|
|
|
|
|
|
|
|
<?php if ($this->config->item('site_code') == 'gm') {?>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<label>海外页面标签
|
|
|
|
|
<a href="javascript:void(0);"
|
|
|
|
|
onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_haiwai', $('#meta_haiwai').val())"><i
|
|
|
|
|
class="text-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);"
|
|
|
|
|
onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_haiwai', $('#meta_haiwai').val())"><i
|
|
|
|
|
class="text-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" title="用于配置页面是海外信息还是海外线路."><i
|
|
|
|
|
class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_haiwai" id="meta_haiwai" class="form-control">
|
|
|
|
|
<?php $meta_haiwai = get_meta($information->ic_id, 'meta_haiwai');?>
|
|
|
|
|
<option <?php if ($meta_haiwai == false) {?>selected="selected" <?php }?> value="">无</option>
|
|
|
|
|
<option <?php if ($meta_haiwai == 'info') {?>selected="selected" <?php }?> value="info">海外信息
|
|
|
|
|
</option>
|
|
|
|
|
<option <?php if ($meta_haiwai == 'tour') {?>selected="selected" <?php }?> value="tour">海外线路
|
|
|
|
|
</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<?php }?>
|
|
|
|
|
|
|
|
|
|
<?php if ($information->ic_ht_area_type == 'g') {?>
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
|
|