diff --git a/src/main/webapp/WEB-INF/manager/cms/generate/index1.ftl b/src/main/webapp/WEB-INF/manager/cms/generate/index1.ftl deleted file mode 100644 index d99d0f50..00000000 --- a/src/main/webapp/WEB-INF/manager/cms/generate/index1.ftl +++ /dev/null @@ -1,161 +0,0 @@ -<@ms.html5> - <@ms.nav title="静态化"> - <@ms.panel> - - <@ms.form name="generateIndex"> - <@ms.formRow label="选择主页模板" width="300"> - - - - <@ms.text id="position" label="选择主页位置 " width="300" value="index" placeholder="输入主页位置" name="position" help="注:主页位置htm文件名一般为index.html或default.html"/> -
- <@shiro.hasPermission name="cms:generate:index"> - <@ms.button class="btn btn-primary" id="updateIndex" value="生成主页" /> - <@ms.panelNavBtnSave title="" id="viewIndex" value="预览主页" /> - -
-
- - - <@ms.form name="generateColumn"> - <@ms.formRow label="选择要生成栏目" width="300"> - <#if list?has_content> - <@ms.treeInput treeId="inputTree" json="${list?default('')}" jsonId="categoryId" jsonPid="categoryCategoryId" jsonName="categoryTitle" buttonText="选择更新的栏目" addNodesName="所有栏目" inputName="columnId" showIcon="true" expandAll="true" /> - <#else> - <@ms.treeInput treeId="errorTree" buttonText="暂无数据" /> - - -
- <@shiro.hasPermission name="cms:generate:column"> - <@ms.button class="btn btn-primary" id="updateColumn" value="生成栏目" /> - -
- - <@ms.form name="generateArticle"> - <@ms.formRow label="文章栏目" width="300"> - <#if list?has_content> - <@ms.treeInput treeId="inputTreee" json="${list?default('')}" jsonId="categoryId" jsonPid="categoryCategoryId" jsonName="categoryTitle" addNodesName="所有栏目" buttonText="选择更新的栏目" inputName="articleId" showIcon="true" expandAll="true" /> - <#else> - <@ms.treeInput treeId="errorTree" buttonText="暂无数据" /> - - - <@ms.date name="dateTime" label="指定时间" single=true readonly="readonly" width="300" value="${now?string('yyyy-MM-dd')}" validation={"required":"true", "data-bv-notempty-message":"必填项目"} placeholder="点击该框选择时间段" /> -
- <@shiro.hasPermission name="cms:generate:article"> - <@ms.button class="btn btn-primary" id="updateArticle" value="生成文章" /> - -
- - - - - - - - - - - -