diff --git a/src/main/java/net/mingsoft/cms/dao/IContentDao.xml b/src/main/java/net/mingsoft/cms/dao/IContentDao.xml index 05ee0d9c..c698ca02 100644 --- a/src/main/java/net/mingsoft/cms/dao/IContentDao.xml +++ b/src/main/java/net/mingsoft/cms/dao/IContentDao.xml @@ -285,7 +285,7 @@ - and d.${item.key} like CONCAT("%",#{item.value},"%") + and d.${field.key} like CONCAT("%",#{item.value},"%") diff --git a/src/main/webapp/templets/1/default/about.htm b/src/main/webapp/templets/1/default/about.htm index 7798f829..8f3b4439 100644 --- a/src/main/webapp/templets/1/default/about.htm +++ b/src/main/webapp/templets/1/default/about.htm @@ -1,31 +1,5 @@ - - - - <#include "head-file.htm"/> - - - - <#include "head.htm"/> -
- - -
-
-
- <#include "menu-left.htm"/> -
- -
-
${field.title}
-
${field.content}
-
-
-
-
- <#include "footer.htm"/> - - \ No newline at end of file +<#include "head.htm"> +{ms:channel type=son} +[field.typetitle/] +{/ms:channel} +================== \ No newline at end of file diff --git a/src/main/webapp/templets/1/default/case-list.htm b/src/main/webapp/templets/1/default/case-list.htm index ddc9fd8d..7fb73957 100644 --- a/src/main/webapp/templets/1/default/case-list.htm +++ b/src/main/webapp/templets/1/default/case-list.htm @@ -6,33 +6,33 @@ <#include "head.htm"/> -
+
- <@arclist size=6 ispaging=true> + {ms:arclist size=6 ispaging=true}
- +
-
${item.title}
+
[field.title/]

- ${item.content} + [field.content/]

- + {/ms:arclist}
<#include "footer.htm"/> diff --git a/src/main/webapp/templets/1/default/head.htm b/src/main/webapp/templets/1/default/head.htm index 32a1cb5c..273b702d 100644 --- a/src/main/webapp/templets/1/default/head.htm +++ b/src/main/webapp/templets/1/default/head.htm @@ -1,17 +1,17 @@
- + -->
  • - 在线留言 + 在线留言
  • 技术支持
      @@ -54,7 +54,7 @@