diff --git a/pom-bin.xml b/pom-bin.xml index c10ece82..c590124c 100644 --- a/pom-bin.xml +++ b/pom-bin.xml @@ -92,11 +92,11 @@ src/main/webapp - static/** - html/** - upload/** - templets/** - WEB-INF/** + static/ + html/ + upload/ + templets/ + WEB-INF/ diff --git a/src/main/webapp/WEB-INF/manager/cms/category/index.ftl b/src/main/webapp/WEB-INF/manager/cms/category/index.ftl index 1fcd1954..e8448515 100644 --- a/src/main/webapp/WEB-INF/manager/cms/category/index.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/category/index.ftl @@ -47,7 +47,7 @@ diff --git a/src/main/webapp/templets/1/default/about.htm b/src/main/webapp/templets/1/default/about.htm index 9c2dc07d..dd506754 100644 --- a/src/main/webapp/templets/1/default/about.htm +++ b/src/main/webapp/templets/1/default/about.htm @@ -6,6 +6,60 @@ <#include "head.htm"/> +
son + {ms:channel type="son"} + +${field.typetitle} + +{/ms:channel} +
top +{ms:channel type="top"} + +${field.typetitle} + +{/ms:channel} +
level +{ms:channel type="level"} + +${field.typetitle} + +{/ms:channel} + +
self +{ms:channel type="self"} + +${field.typetitle} + +{/ms:channel} +
sonOrLevel +{ms:channel type="sonOrLevel"} + +${field.typetitle} + +{/ms:channel} + +
path +{ms:channel type="path"} + +${field.typetitle} + +{/ms:channel} + + +
parent +{ms:channel type="parent"} + +${field.typetitle} + +{/ms:channel} + +
nav +{ms:channel type="nav"} + +${field.typetitle} + +{/ms:channel} +