diff --git a/app/admin/controller/Category.php b/app/admin/controller/Category.php new file mode 100644 index 0000000..6ee421d --- /dev/null +++ b/app/admin/controller/Category.php @@ -0,0 +1,91 @@ + li, .ql-editor ul > li { diff --git a/view/admin/category/index.html b/view/admin/category/index.html new file mode 100644 index 0000000..30f7708 --- /dev/null +++ b/view/admin/category/index.html @@ -0,0 +1,43 @@ + + + + + + + 应用管理 + {include file="common/_require"} + + + + + +
+ {include file="common/_header"} + + {include file="common/left_post"} + +
+ +
+
+ + 首页 + 系统信息 + +
+
+
+ 新增 +
+
+
+
+ + + {include file="common/_footer"} +
+ + \ No newline at end of file diff --git a/view/admin/common/_header.html b/view/admin/common/_header.html index b60ab65..0dc403a 100644 --- a/view/admin/common/_header.html +++ b/view/admin/common/_header.html @@ -5,6 +5,7 @@
  • 首页
  • 用户管理
  • 文件管理
  • +
  • 内容管理
  • 管理员管理
  • 系统设置
  • diff --git a/view/admin/common/left_post.html b/view/admin/common/left_post.html new file mode 100644 index 0000000..4560347 --- /dev/null +++ b/view/admin/common/left_post.html @@ -0,0 +1,16 @@ +
    +
    + + +
    +
    \ No newline at end of file diff --git a/view/admin/common/模板.html b/view/admin/common/tpl.html similarity index 95% rename from view/admin/common/模板.html rename to view/admin/common/tpl.html index 24eb354..e013958 100644 --- a/view/admin/common/模板.html +++ b/view/admin/common/tpl.html @@ -17,7 +17,7 @@
    {include file="common/_header"} - {include file="common/left_app"} + {include file="common/left_system"}
    diff --git a/view/admin/post/create.html b/view/admin/post/create.html new file mode 100644 index 0000000..64c316c --- /dev/null +++ b/view/admin/post/create.html @@ -0,0 +1,333 @@ + + + + + + + + 应用管理 + {include file="common/_require"} + + + + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_post"} + +
    + +
    +
    + + 首页 + 系统信息 + +
    +
    +
    +
    +
    +
    + 添加 +
    + + +
    +
    标题
    +
    + +
    +
    + +
    +
    封面
    +
    + +
    +
    上传
    +
    +
    + +
    +
    +
    +
    +
    描述
    +
    + +
    +
    + +
    +
    内容
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    +
    + +
    + +
    + +
    +
    +
    +
    +
    + 信息 +
    +
    +
    状态
    +
    + + +
    +
    +
    +
    发表时间
    +
    + +
    +
    +
    +
    标签
    +
    + +
    + +
    + +
    +
    +
    + +
    +
    + + +
    新增
    +
    +
    + +
    +
    +
    +
    标签
    +
    + + + +
    +
    + +
    新增
    +
    +
    + +
    +
    +
    +
    是否置顶
    +
    + + +
    +
    +
    +
    跳转链接
    +
    + +
    +
    + +
    +
    跳转链接状态
    +
    + + + +
    +
    + +
    +
    排序
    +
    + +
    越大越靠前
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + + + {include file="common/_footer"} +
    + + + + + \ No newline at end of file diff --git a/view/admin/post/index.html b/view/admin/post/index.html new file mode 100644 index 0000000..c57ea66 --- /dev/null +++ b/view/admin/post/index.html @@ -0,0 +1,84 @@ + + + + + + + + 内容管理 + {include file="common/_require"} + + + + + + +
    + {include file="common/_header"} + + {include file="common/left_post"} + +
    + +
    +
    + + 首页 + 系统信息 + +
    +
    +
    + 添加 +
    +
    +
    + + + + + + + + + + + + {volist name='list' id='vo'} + + + + + + + + + + {/volist} + {if condition="count($list) == 0" } + + + + {/if} + +
    ID名称封面简介操作
    {$vo.id}{$vo.title}{$vo.value}{$vo.sort} +
    + 编辑 +
    删除
    +
    +
    暂无数据
    +
    + {$list|raw} +
    +
    +
    +
    + {include file="common/_footer"} +
    + + + \ No newline at end of file