<tr class="advanced"><td width="100" align="right">SEO内容</td><td><textarea name="seo_content" class="text_textarea" id="seo_content">{$info.seo_content html}</textarea></td><td>可以填写HTML代码</td></tr>
<tr class="advanced"><td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td width="100" align="right">SEO内容</td><td><?php echo module('editor')->get_editor('seo_content'); ?><textarea name="seo_content" class="text_textarea" style="width:100%; height:350px;" id="seo_content">{$info.seo_content html}</textarea><input type="button" onclick="javascript:get_remote_image()" style="margin-top:10px;" class="button_small" value="远程图片本地化" /><!--hook--><?php module('common')->plus_hook('seo_content','tools'); ?><!--hook end--></td><td>可以填写HTML代码</td></tr></tbody></table></td></tr>
<script type="text/javascript">$(document).ready(function(){get_fields();});//TAG$('#keywords').tagsInput({'defaultText':'关键词会转为tag'});function get_remote_image(){ajaxpost_w('__APP__/editor/get_remote_image',{content:editor_content.html()},2,function(msg){editor_content.html(msg);},function(){},'远程抓图执行完毕');}</script>
上一篇:DUXCMS常见问题处理办法