|
|
|
@ -435,6 +435,7 @@
|
|
|
|
|
change_seo_count('ic_seo_title');
|
|
|
|
|
change_seo_count('ic_seo_description');
|
|
|
|
|
change_seo_count('meta_note');
|
|
|
|
|
change_seo_count('meta_note_ogtitle');
|
|
|
|
|
|
|
|
|
|
init_recommend_popover("#meta_recommend_info", ".meta_recommend_info_box");
|
|
|
|
|
init_recommend_popover("#meta_related_info", ".meta_related_info_box");
|
|
|
|
@ -872,13 +873,23 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<label>og:title
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_note_ogtitle', $('#meta_note_ogtitle').val())"><i class="text-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);"
|
|
|
|
|
onclick="if(count_valid('meta_note_ogtitle', 'og:title', 20, 60) == true) { meta('save', '<?php echo $information->ic_id; ?>', 'meta_note_ogtitle', $('#meta_note_ogtitle').val()) }">
|
|
|
|
|
<i class="text-muted glyphicon glyphicon-hdd"></i>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="javascript:void(0);" title="为信息添加og:title."><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
<em class="pull-right muted" id="meta_note_ogtitle_count"></em>
|
|
|
|
|
</label>
|
|
|
|
|
<input name="meta_note_ogtitle" id="meta_note_ogtitle" onkeyup="change_seo_count(this.id);" type="text" class="form-control" value="<?php echo get_meta($information->ic_id, 'meta_note_ogtitle'); ?>" />
|
|
|
|
|
|
|
|
|
|
<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);" onclick="if(count_valid('meta_note', 'og:description', 80, 160) == true) { 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>
|
|
|
|
|