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} -
- - -
-
-
-