+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/templets/1/default/m/people/register.htm b/src/main/webapp/templets/1/default/m/people/register.htm
new file mode 100644
index 00000000..cf5acfc6
--- /dev/null
+++ b/src/main/webapp/templets/1/default/m/people/register.htm
@@ -0,0 +1,191 @@
+
+
+
+
+
注册
+ <#include "/head-file.htm" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/templets/1/default/menu-left.htm b/src/main/webapp/templets/1/default/menu-left.htm
new file mode 100644
index 00000000..3eecea87
--- /dev/null
+++ b/src/main/webapp/templets/1/default/menu-left.htm
@@ -0,0 +1,35 @@
+
+
\ No newline at end of file
diff --git a/src/main/webapp/templets/1/default/news-list.htm b/src/main/webapp/templets/1/default/news-list.htm
new file mode 100644
index 00000000..183d5125
--- /dev/null
+++ b/src/main/webapp/templets/1/default/news-list.htm
@@ -0,0 +1,46 @@
+
+
+
+ <#include "head-file.htm"/>
+
+
+ <#include "head.htm"/>
+
+
+
+ <#include "menu-left.htm"/>
+
+
+
+
+
+ {ms:arclist size=20 ispaging=true }
+ -
+
+
+ [field.title/]
+ [field.date?string("yyyy-mm-dd")/]
+
+
+ {/ms:arclist}
+
+
+
+
+
+
+ <#include "footer.htm"/>
+
+
\ No newline at end of file
diff --git a/src/main/webapp/templets/1/default/news-show.htm b/src/main/webapp/templets/1/default/news-show.htm
new file mode 100644
index 00000000..e4e51ba2
--- /dev/null
+++ b/src/main/webapp/templets/1/default/news-show.htm
@@ -0,0 +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">
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/templets/1/default/people/center.htm b/src/main/webapp/templets/1/default/people/center.htm
new file mode 100644
index 00000000..89231d33
--- /dev/null
+++ b/src/main/webapp/templets/1/default/people/center.htm
@@ -0,0 +1,173 @@
+
+
+
+ <#include "/head-file.htm" />
+
+
+
+ <#include "/head.htm" />
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+ <#include "/footer.htm" />
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/templets/1/default/people/login.htm b/src/main/webapp/templets/1/default/people/login.htm
new file mode 100644
index 00000000..c34cbe7c
--- /dev/null
+++ b/src/main/webapp/templets/1/default/people/login.htm
@@ -0,0 +1,202 @@
+
+
+
+
登录
+
+
+
+
+
+
+
+
+
+
+
+

+
+
欢迎登录
+
+
+
+
+ 账号登录 /
+ User login
+
+
+

+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/templets/1/default/people/password-change.htm b/src/main/webapp/templets/1/default/people/password-change.htm
new file mode 100644
index 00000000..1cd7dc0f
--- /dev/null
+++ b/src/main/webapp/templets/1/default/people/password-change.htm
@@ -0,0 +1,169 @@
+
+
+
+ <#include "/head-file.htm" />
+
+
+ <#include "/head.htm" />
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+ <#include "/footer.htm" />
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/templets/1/default/people/register.htm b/src/main/webapp/templets/1/default/people/register.htm
new file mode 100644
index 00000000..58e682e4
--- /dev/null
+++ b/src/main/webapp/templets/1/default/people/register.htm
@@ -0,0 +1,236 @@
+
+
+
+
注册
+
+
+
+
+
+
+
+
+
+
+
+

+
+
欢迎登录
+
+
+
+
+ 账号登录 /
+ User Register
+
+
+

+
+
+
+
+
+
+
+
+
+
\ 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
new file mode 100644
index 00000000..ec5ccf1a
--- /dev/null
+++ b/src/main/webapp/templets/1/default/search.htm
@@ -0,0 +1,45 @@
+
+
+
+ <#include "head-file.htm"/>
+
+
+ <#include "head.htm"/>
+
+

+
+
+
+
+
您搜索的关键字
+ {ms:search.basic_title/}
+
+
+
+ {ms:arclist size=3 ispaging=true}
+ -
+
+ [field.title/]
+ [field.date?string("yyyy-mm-dd")/]
+
+
+ {/ms:arclist}
+
+
+
+
+
+ <#include "footer.htm"/>
+
+
+
\ No newline at end of file