|
|
|
|
@ -1297,6 +1297,16 @@ $meta_subnavi_arr = array(
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-12">
|
|
|
|
|
<label>CT信息旧URL
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_ct_oldurl', $('#meta_ct_oldurl').val())"><i class="text-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_ct_oldurl', $('#meta_ct_oldurl').val())"><i class="text-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" title="录入旧的URL,如:/beijing-travel/。这样可以与旧的信息关联,以便做对应的处理"><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" name="meta_ct_oldurl" class="form-control" value="<?php echo get_meta($information->ic_id, 'meta_ct_oldurl'); ?>" id="meta_ct_oldurl"/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
<!-- 目的地产品选项 -->
|
|
|
|
|
|