#include "../_inc/_layout.html"/> <#macro script> function doSubmit(){ $("#form").ajaxSubmit({ type : "post", dataType : "json", success : function(data) { if(data.errorCode == 0){ toastr.success('保存成功!','操作成功'); }else{ toastr.error(data.message,'操作失败'); } }, error : function() { toastr.error("信息提交失败,可能是网络错误或者服务器没有响应",'操作失败'); } }); } #macro> <#macro css> .upload-box .box { height: auto; line-height: 60px; overflow:hidden; } #macro> <@layout active_id=p child_active_id=c> 导入到: <#if modules ??> <#list modules as module> ${module.title} #list> #if> 注意:wordpress文章导入功能只能导入已经发布或保存到草稿的文章,回收站的文章不导入。 若文章有图片,导入文章后请收到编辑或上传图片,本功能不支持附件导入。 @layout>
注意:wordpress文章导入功能只能导入已经发布或保存到草稿的文章,回收站的文章不导入。 若文章有图片,导入文章后请收到编辑或上传图片,本功能不支持附件导入。