|
|
|
@ -818,7 +818,7 @@
|
|
|
|
|
</label>
|
|
|
|
|
<input name="meta_addon_picture_text" id="meta_addon_picture_text" type="text" class="form-control" value="<?php echo get_meta($information->ic_id, 'meta_addon_picture_text'); ?>" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
<label>页面类型
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_ct_page_type', $('#meta_ct_page_type').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_ct_page_type', $('#meta_ct_page_type').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
@ -866,7 +866,7 @@
|
|
|
|
|
</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
<label>页面类型值
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_ct_page_value', $('#meta_ct_page_value').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_ct_page_value', $('#meta_ct_page_value').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
@ -879,7 +879,7 @@
|
|
|
|
|
<label>页面是否有价格
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_ct_page_price', $('#meta_ct_page_price').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_ct_page_price', $('#meta_ct_page_price').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" title='页面上如果有价格,那么需要选择这个选项。并且在页面代码里面设置读取标签。一日游:<span class="js_getDayTripPrice" data="线路编码"></span> 线路:<span class="js_getTourPrice" data="线路编码"> </span>'><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" title='页面上如果有价格,那么需要选择这个选项。并且在页面代码里面设置读取标签。
 一日游:<span class="js_getDayTripPrice" data="线路编码"></span> 
 线路:<span class="js_getTourPrice" data="线路编码"> </span>'><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_ct_page_price" id="meta_ct_page_price" class="form-control">
|
|
|
|
|
<option value="no" <?php echo get_meta($information->ic_id, 'meta_ct_page_price') === 'no' ? 'selected' : false; ?>>
|
|
|
|
@ -891,6 +891,22 @@
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
<label>加火车票搜索框
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_ct_page_trainform', $('#meta_ct_page_trainform').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_ct_page_trainform', $('#meta_ct_page_trainform').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" title='页面是否添加火车搜索框
 (会添加在页面的H1标签及面包屑后面,内容没有H1标签此选择无效'><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<select name="meta_ct_page_trainform" id="meta_ct_page_trainform" class="form-control">
|
|
|
|
|
<option value="no" <?php echo get_meta($information->ic_id, 'meta_ct_page_trainform') === 'no' ? 'selected' : false; ?>>
|
|
|
|
|
否
|
|
|
|
|
</option>
|
|
|
|
|
<option value="yes" <?php echo get_meta($information->ic_id, 'meta_ct_page_trainform') === 'yes' ? 'selected' : false; ?>>
|
|
|
|
|
是
|
|
|
|
|
</option>
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|