|
|
|
@ -705,7 +705,13 @@
|
|
|
|
|
<div id="customize" class="col-xs-24" style="display:none;">
|
|
|
|
|
|
|
|
|
|
<!-- 自定义选项 -->
|
|
|
|
|
|
|
|
|
|
<label>
|
|
|
|
|
结构化标签
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_construction_code', $('#meta_construction_code').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_construction_code', $('#meta_construction_code').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<textarea class="form-control" id="meta_construction_code" name="meta_construction_code" ><?php echo get_meta($information->ic_id, 'meta_construction_code'); ?></textarea>
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
<label>展示列表图片
|
|
|
|
|