From 6596d6cc828990a536dac20cd815957c0bd6ceb3 Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 10 Jan 2022 17:18:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BC=80=E6=BA=90=E5=BA=93?= =?UTF-8?q?=E4=BF=A1=E6=81=AF;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/index/index/index.html | 297 ++++++++++++++++++++---------------- 1 file changed, 163 insertions(+), 134 deletions(-) diff --git a/view/index/index/index.html b/view/index/index/index.html index 0de60f4..58c6546 100644 --- a/view/index/index/index.html +++ b/view/index/index/index.html @@ -2,157 +2,186 @@ - - - - {$model_post->title}-{:get_system_config('site_name')} - {include file='common/_require'/} - + + + + {$model_post->title}-{:get_system_config('site_name')} + {include file='common/_require'/} + - + -
-
-
- {:get_system_config('site_name')} -
-
- {:get_system_config('site_desc')} -
-
-
-
-
+
+
+
+ {:get_system_config('site_name')} +
+
+ {:get_system_config('site_desc')} +
+
+
+
+
+ + {volist name='list_post' id='category'} +
+
+ {$category.title} +
+
+ {volist name='category.post' id='post'} + +
+ {$post.title} +
+
+ {$post.desc} +
+
+ {/volist} +
+
+ {/volist} - {volist name='list_post' id='category'} -
-
- {$category.title} -
-
- {volist name='category.post' id='post'} - -
- {$post.title}
-
- {$post.desc} -
-
- {/volist}
-
- {/volist} +
+
+ +
+
{$model_post->content_html|raw}
+
+
+ {$model_post->demo_page|raw} +
+ + +
+
+ +
+ +
+
+
+
+ -
-
- -
-
{$model_post->content_html|raw}
-
-
- {$model_post->demo_page|raw} -
- - -
-
-
-