|
|
|
@ -1108,6 +1108,19 @@ if (!empty($setting_website_nav)) {
|
|
|
|
<textarea class="form-control" id="meta_construction_code"
|
|
|
|
<textarea class="form-control" id="meta_construction_code"
|
|
|
|
name="meta_construction_code"><?php echo get_meta($information->ic_id, 'meta_construction_code'); ?></textarea>
|
|
|
|
name="meta_construction_code"><?php echo get_meta($information->ic_id, 'meta_construction_code'); ?></textarea>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<label>
|
|
|
|
|
|
|
|
自定义 Head
|
|
|
|
|
|
|
|
<a href="javascript:void(0);"
|
|
|
|
|
|
|
|
onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_custom_head', $('#meta_custom_head').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_custom_head', $('#meta_custom_head').val())"><i
|
|
|
|
|
|
|
|
class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<textarea class="form-control" id="meta_custom_head"
|
|
|
|
|
|
|
|
name="meta_custom_head"><?php echo get_meta($information->ic_id, 'meta_custom_head'); ?></textarea>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-4">
|
|
|
|
<div class="col-sm-4">
|
|
|
|
<label>展示列表图片
|
|
|
|
<label>展示列表图片
|
|
|
|
|