diff --git a/src/theme/system/custom_fields_diy.htm b/src/theme/system/custom_fields_diy.htm index 60f5c8d6..9c24a059 100644 --- a/src/theme/system/custom_fields_diy.htm +++ b/src/theme/system/custom_fields_diy.htm @@ -1,6 +1,4 @@ ~name~ - - - ~form~ + ~form~ \ No newline at end of file diff --git a/src/theme/system/info_link.htm b/src/theme/system/info_link.htm index 83a7dffd..d5f5bd58 100644 --- a/src/theme/system/info_link.htm +++ b/src/theme/system/info_link.htm @@ -1,10 +1,2 @@ -

- 地区: - [field:linkallplace/] - [field:nativeplace/] -

-

- 类型: - [field:linkalltype/] - [field:infotype/] -

\ No newline at end of file +

[field:linkallplace/]-[field:nativeplace/]

+

[field:linkalltype/]-[field:infotype/]

\ No newline at end of file diff --git a/src/theme/system/list_fulllist.htm b/src/theme/system/list_fulllist.htm index 865874d9..eaf1bbff 100644 --- a/src/theme/system/list_fulllist.htm +++ b/src/theme/system/list_fulllist.htm @@ -1,7 +1,5 @@ -

[field:title/]

-

- 日期:[field:pubdate function="GetDateTimeMK(@me)"/] - 浏览:[field:click/] - 前往踩踩 -

+
[field:title/]
+

日期:[field:pubdate function="GetDateTimeMK(@me)"/]

+

浏览:[field:click/]

+

前往踩踩

[field:description/]

\ No newline at end of file diff --git a/src/theme/system/list_sglist.htm b/src/theme/system/list_sglist.htm index 6bbec48e..47f44fca 100644 --- a/src/theme/system/list_sglist.htm +++ b/src/theme/system/list_sglist.htm @@ -1,5 +1,3 @@ -

[field:title/]

-

- 日期:[field:senddate function="GetDateMK(@me)"/] - 浏览:[field:click/] -

\ No newline at end of file +
[field:title/]
+

日期:[field:pubdate function="GetDateTimeMK(@me)"/]

+

浏览:[field:click/]

\ No newline at end of file diff --git a/src/theme/system/spec_list.htm b/src/theme/system/spec_list.htm index 7e4f36d0..550e2d51 100644 --- a/src/theme/system/spec_list.htm +++ b/src/theme/system/spec_list.htm @@ -1,8 +1,5 @@ -

- [field:imglink/] - [field:typelink/] - [field:textlink/] - [field:click/]点击 - ([field:stime/]) -

-

[field:description/]

\ No newline at end of file +

[field:imglink/]

+

[field:typelink/]

+

[field:textlink/]

+

[field:click/]点击

+

[field:description/]([field:stime/])

\ No newline at end of file diff --git a/src/theme/system/userinfo.htm b/src/theme/system/userinfo.htm index 930cd6ed..8e057ba1 100644 --- a/src/theme/system/userinfo.htm +++ b/src/theme/system/userinfo.htm @@ -1,6 +1,4 @@ -

- 用户名:[field:uname/] - 用户等级:[field:rankname /] - 注册时间:[field:jointime function="MyDate('Y-m-d H:m',@me)"/] - 登录时间:[field:logintime function="MyDate('Y-m-d H:m',@me)"/] -

\ No newline at end of file +

用户名:[field:uname/]

+

用户等级:[field:rankname /]

+

注册时间:[field:jointime function="MyDate('Y-m-d H:m',@me)"/]

+

登录时间:[field:logintime function="MyDate('Y-m-d H:m',@me)"/]

\ No newline at end of file