-
-
- <#form:form id="inputForm" model="${comment}" action="${ctx}/cms/comment/save" method="post" class="form-horizontal">
-
- ${text(comment.isNewRecord ? '新增文章评论表' : '编辑文章评论表')}
-
-
-
-
-
-
-<% } %>
-
\ No newline at end of file
diff --git a/modules/cms/src/main/resources/views/modules/cms/reportForm.html b/modules/cms/src/main/resources/views/modules/cms/reportForm.html
index f8671738..d25285e4 100644
--- a/modules/cms/src/main/resources/views/modules/cms/reportForm.html
+++ b/modules/cms/src/main/resources/views/modules/cms/reportForm.html
@@ -1,17 +1,17 @@
-<% layout('/layouts/default.html', {title: '内容举报表管理', libs: ['validate','fileupload']}){ %>
-${text('基本信息')}
+<% layout('/layouts/default.html', {title: '文章评论表管理', libs: ['validate','fileupload']}){ %>
+
+
-
+
-
- #form:form>
-
+
+ <#form:form id="inputForm" model="${comment}" action="${ctx}/cms/comment/save" method="post" class="form-horizontal">
+
+ ${text(comment.isNewRecord ? '新增文章评论表' : '编辑文章评论表')}
+
+
+
+
- ${text('基本信息')}
<#form:hidden path="id"/>
@@ -157,32 +157,32 @@
-
-
-
-
- <#form:form id="inputForm" model="${report}" action="${ctx}/cms/report/save" method="post" class="form-horizontal">
-
- ${text(report.isNewRecord ? '新增内容举报表' : '编辑内容举报表')}
-
-
-
-
-
-
-<% } %>
-
\ No newline at end of file
diff --git a/modules/cms/src/main/resources/views/modules/cms/siteForm.html b/modules/cms/src/main/resources/views/modules/cms/siteForm.html
index 6bb8c7b1..7b90d902 100644
--- a/modules/cms/src/main/resources/views/modules/cms/siteForm.html
+++ b/modules/cms/src/main/resources/views/modules/cms/siteForm.html
@@ -6,22 +6,22 @@
${text('基本信息')}
+<% layout('/layouts/default.html', {title: '内容举报表管理', libs: ['validate','fileupload']}){ %>
+
+
-
+
-
- #form:form>
-
+
+ <#form:form id="inputForm" model="${report}" action="${ctx}/cms/report/save" method="post" class="form-horizontal">
+
+ ${text(report.isNewRecord ? '新增内容举报表' : '编辑内容举报表')}
+
+
+
+
- ${text('基本信息')}
<#form:hidden path="id"/>
@@ -91,32 +91,32 @@
${text(site.isNewRecord ? '新增站点' : '编辑站点')}
-
+
<#form:form id="inputForm" model="${site}" action="${ctx}/cms/site/save" method="post" class="form-horizontal">
${text('基本信息')}
-
-
-
-
-
+
- <#form:input path="siteName" maxlength="100" placeholder="默认站点" class="form-control required"/>
-
-
+
-
+
+
+
+
+ <#form:input path="siteName" maxlength="100" placeholder="默认站点" class="form-control required"/>
+
+
@@ -53,7 +53,7 @@
<#form:input path="siteSort" maxlength="500" class="form-control required digits"/>
@@ -80,73 +80,73 @@
${text('详细信息')}
-
-
-
-
-
-
-
-
- <#form:textarea path="description" maxlength="500" rows="3" placeholder="填写描述,有助于搜索引擎优化" class="form-control"/>
-
-
-
-
-
-
-
-
-
- <#form:input path="keywords" maxlength="500" placeholder="填写关键词,通过,或|分割,有助于搜索引擎优化" class="form-control"/>
-
-
-
-
-
-
-
-
-
- <#form:select path="theme" dictType="cms_theme" class="form-control" />
-
-
-
-
-
-
-
- <#form:select path="customIndexView" items="${indexViewList}" itemLabel="id" itemValue="id" class="form-control " />
-
-
-
-
-
-
+
- <#form:ueditor name="copyright" path="copyright" maxlength="10000" height="200" class="required"
- simpleToolbars="false" readonly="false" outline="false"/>
+
+ ${text('详细信息')}
+
+
+
+
+
+
+
-
+ <#form:textarea path="description" maxlength="500" rows="3" placeholder="填写描述,有助于搜索引擎优化" class="form-control"/>
-
+
+
+
+
+
+
+
+ <#form:input path="keywords" maxlength="500" placeholder="填写关键词,通过,或|分割,有助于搜索引擎优化" class="form-control"/>
+
+
+
+
+
+
+
+
+
+ <#form:select path="theme" dictType="cms_theme" class="form-control" />
+
+
+
+
+
+
+
+ <#form:select path="customIndexView" items="${indexViewList}" itemLabel="id" itemValue="id" class="form-control " />
+
+
+
+
+
+
+
+
+
+ <#form:ueditor name="copyright" path="copyright" maxlength="10000" height="200" class="required"
+ simpleToolbars="false" readonly="false" outline="false"/>
+
+ ${text('其他信息')}
+
+
-
+
+
+
+
+ <#form:textarea path="remarks" rows="4" maxlength="500" class="form-control"/>
+
+ ${text('其他信息')}
-
-
-
-
-
-
-
- <#form:textarea path="remarks" rows="4" maxlength="500" class="form-control"/>
-
-