|
|
|
@ -434,6 +434,7 @@
|
|
|
|
|
|
|
|
|
|
change_seo_count('ic_seo_title');
|
|
|
|
|
change_seo_count('ic_seo_description');
|
|
|
|
|
change_seo_count('meta_note');
|
|
|
|
|
|
|
|
|
|
init_recommend_popover("#meta_recommend_info", ".meta_recommend_info_box");
|
|
|
|
|
init_recommend_popover("#meta_related_info", ".meta_related_info_box");
|
|
|
|
@ -868,12 +869,13 @@
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<label>信息备注
|
|
|
|
|
<label>og:description
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_note', $('#meta_note').val())"><i class="text-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_note', $('#meta_note').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>
|
|
|
|
|
<em class="pull-right muted" id="meta_note_count"></em>
|
|
|
|
|
</label>
|
|
|
|
|
<input name="meta_note" id="meta_note" type="text" class="form-control" value="<?php echo get_meta($information->ic_id, 'meta_note'); ?>" />
|
|
|
|
|
<input name="meta_note" id="meta_note" onkeyup="change_seo_count(this.id);" type="text" class="form-control" value="<?php echo get_meta($information->ic_id, 'meta_note'); ?>" />
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|