diff --git a/src/main/webapp/templets/1/default/news-list.htm b/src/main/webapp/templets/1/default/news-list.htm
index 2b3f6e94..11cb6b14 100644
--- a/src/main/webapp/templets/1/default/news-list.htm
+++ b/src/main/webapp/templets/1/default/news-list.htm
@@ -15,7 +15,7 @@
diff --git a/src/main/webapp/templets/1/default/news-show.htm b/src/main/webapp/templets/1/default/news-show.htm
index 5a91bd77..563297e3 100644
--- a/src/main/webapp/templets/1/default/news-show.htm
+++ b/src/main/webapp/templets/1/default/news-show.htm
@@ -1,265 +1,265 @@
-
-
-
- <#include "head-file.htm">
-
-
-
-
-
- <#include "head.htm">
-
-
-
- <#include "menu-left.htm">
-
-
-
-
-
{ms:field.title/}
-
-
-
来源:{ms:field.source/}
- |
-
-
时间:{ms:field.date?string("yyyy-MM-dd")/}
-
-
-
-
{ms:field.hit/}
- |
-
-
-
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <#include "footer.htm">
-
-
-
+
+
+
+ <#include "head-file.htm">
+
+
+
+
+
+ <#include "head.htm">
+
+
+
+ <#include "menu-left.htm">
+
+
+
+
+
{ms:field.title/}
+
+
+
来源:{ms:field.source/}
+ |
+
+
时间:{ms:field.date?string("yyyy-MM-dd")/}
+
+
+
+
{ms:field.hit/}
+ |
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <#include "footer.htm">
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/templets/1/default/search.htm b/src/main/webapp/templets/1/default/search.htm
index 4e7a8cbd..c8e487e2 100644
--- a/src/main/webapp/templets/1/default/search.htm
+++ b/src/main/webapp/templets/1/default/search.htm
@@ -1,71 +1,71 @@
-
-
-
- <#include "head-file.htm"/>
-
-
- <#include "head.htm"/>
-
-

-
-
-
-
-
您搜索的关键字
- ${search.content_title}
-
-
-
- <@arclist size=10 ispaging=true>
- -
-
- ${field.title}
- ${field.date?string("yyyy-MM-dd")}
-
-
- @arclist>
-
-
-
-
-
- <#include "footer.htm"/>
-
-
-
+
+
+
+ <#include "head-file.htm"/>
+
+
+ <#include "head.htm"/>
+
+

+
+
+
+
+
您搜索的关键字
+ {ms:search.content_title/}
+
+
+
+ {ms:arclist size=10 ispaging=true}
+ -
+
+ [field.title/]
+ [field.date?string("yyyy-MM-dd")/]
+
+
+ {/ms:arclist}
+
+
+
+
+
+ <#include "footer.htm"/>
+
+
+