diff --git a/view/admin/category/index.html b/view/admin/category/index.html index 2f21aac..718a7d4 100644 --- a/view/admin/category/index.html +++ b/view/admin/category/index.html @@ -2,101 +2,103 @@ - - - - 分类管理 - {include file="common/_require"} + + + + 分类管理 + {include file="common/_require"} - + -
- {include file="common/_header"} +
+ {include file="common/_header"} - {include file="common/left_post"} + {include file="common/left_post"} -
+
-
-
- - 首页 - 分类管理 - -
-
-
- 新增 -
-
- - - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - +
+
ID名称介绍模板排序操作
{$vo.id} {:str_repeat('|--',$vo.level)} {$vo.title}{$vo.desc}{$vo.tpl_name}{$vo.sort} -
- 查看 - 编辑 -
删除
+
+
+ + 首页 + 分类管理 + +
+
+
+ 新增
-
- - {/volist} + + + + + + + + + + + - -
ID名称介绍模板排序操作
+ {volist name="list" id="vo"} + + {$vo.id} + {:str_repeat('|--',$vo.level)} {$vo.title} + {$vo.desc} + {$vo.tpl_name} + {$vo.sort} + +
+ 查看 + 编辑 + 通用开头 + 通用结尾 +
删除
+
+ -
+ + {/volist} + + + + +
+
+
-
+ + + {include file="common/_footer"}
- - {include file="common/_footer"} - - - + \ No newline at end of file diff --git a/view/admin/common/left_post.html b/view/admin/common/left_post.html index e3f5638..cced74e 100644 --- a/view/admin/common/left_post.html +++ b/view/admin/common/left_post.html @@ -1,19 +1,44 @@ -
-
- - +{if $Request.param.type == 3 } + +
+
+ + +
-
\ No newline at end of file +{/if} +{if $Request.param.type == 'category-start' || $Request.param.type == 'category-end' } + +
+
+ + +
+
+{/if} \ No newline at end of file