diff --git a/application/admin/views/scripts/news/catlog.phtml b/application/admin/views/scripts/news/catlog.phtml new file mode 100644 index 00000000..83955b92 --- /dev/null +++ b/application/admin/views/scripts/news/catlog.phtml @@ -0,0 +1,150 @@ +headTitle($this->config->title->site); + $this->headTitle('后台管理'); + $this->headTitle()->setSeparator(' - '); + $this->headScript()->appendFile('/static/js/jquery.dataTables.min.js'); +?> + + +
+
+

新闻中心

+ +
+
+
+ + + +
+ +
+ + + + + + +
+ +

栏目管理

+
+ + msg or $this->messages) :?> +
+ msg) : ?> + msg; ?> + messages): foreach($this->messages as $msg): ?> + + + +
+ + + + + + + + + + + catlogs)) + { + foreach($this->catlogs as $k=>$v) + { + echo ' + + + + + '; + } + } + else + { + echo ' + + '; + } + ?> + + +
栏目名称栏目管理
+
+ '.$v['title'].' +
+
+ 编辑栏目 +
+ +
+ 栏目信息 + +

+
+ +

+ +

+
+ + e.g. 高程,气象,地理 +

+ +

+
+ + 80个汉字以内,不能使用折行 +

+ +

+
+ + e.g. 数字越大排序越靠前 +

+ + + +

or

+ +
+ +
+
+
+
+ 编辑 + 删除
暂无数据
+ +
+  添加新栏目 + + +
+ + + + +
+ +
+ + \ No newline at end of file diff --git a/application/admin/views/scripts/news/catlogadd.phtml b/application/admin/views/scripts/news/catlogadd.phtml new file mode 100644 index 00000000..660ca95a --- /dev/null +++ b/application/admin/views/scripts/news/catlogadd.phtml @@ -0,0 +1,78 @@ +headTitle($this->config->title->site); + $this->headTitle('后台管理'); + $this->headTitle()->setSeparator(' - '); + $this->headScript()->appendFile('/static/js/jquery.tagInput.min.js'); + $this->headScript()->appendFile('/static/js/jquery.wysiwyg.min.js'); +?> + + +
+
+

新闻中心

+ +
+
+
+ + + +
+ +
+ + + + + + +
+ +

添加栏目

+
+ +
+ 栏目信息 + +

+
+ +

+ +

+
+ + e.g. 高程,气象,地理 +

+ +

+
+ + 80个汉字以内,不能使用折行 +

+ + + +

or

+ +
+ +
+ +
+ + +
+ + + + +
+ +
+ + \ No newline at end of file diff --git a/application/admin/views/scripts/news/index.phtml b/application/admin/views/scripts/news/index.phtml new file mode 100644 index 00000000..59b281df --- /dev/null +++ b/application/admin/views/scripts/news/index.phtml @@ -0,0 +1,113 @@ +headTitle($this->config->title->site); + $this->headTitle('后台管理'); + $this->headTitle()->setSeparator(' - '); +?> + +
+
+

新闻中心

+ +
+
+
+ + + +
+ +
+ + + + + + +
+ +

最新发布的新闻

+
+ + + + +
 
+ +
+ + + + +
+ +
+ + + + + \ No newline at end of file diff --git a/application/admin/views/scripts/news/left.phtml b/application/admin/views/scripts/news/left.phtml new file mode 100644 index 00000000..b69b0dc7 --- /dev/null +++ b/application/admin/views/scripts/news/left.phtml @@ -0,0 +1,32 @@ +
+
+

新闻中心管理

+
+
+ +
+
栏目管理
+
创建、编辑、删除栏目
+ +
+
新闻管理
+
查看、编辑、搜索、删除新闻
+ +
+
发布新闻
+
为网站发布一篇新闻
+
+
+
+
+

Tips

+
+
+
+
在栏目编辑中,再次点击“编辑”按钮可以关闭栏目编辑窗口
+
去试试
+
新闻添加中可以直接上传图片
+
去试试
+
+
+
\ No newline at end of file diff --git a/application/admin/views/scripts/news/newsadd.phtml b/application/admin/views/scripts/news/newsadd.phtml new file mode 100644 index 00000000..8455f898 --- /dev/null +++ b/application/admin/views/scripts/news/newsadd.phtml @@ -0,0 +1,146 @@ +headTitle($this->config->title->site); + $this->headTitle('后台管理'); + $this->headTitle()->setSeparator(' - '); + $this->headScript()->appendFile('/static/js/jquery.tagInput.min.js'); + $this->headScript()->appendFile('/static/js/kindeditor-min.js'); + $this->headScript()->appendFile('/static/js/kindlang/zh_CN.js'); + $this->headLink()->appendStylesheet('/static/css/kindskin/default/default.css'); + + +?> + + +
+
+

新闻中心

+ +
+
+
+ + + +
+ +
+ + + + + + +
+ +

发布新闻

+ +
+ +
+ 新闻信息 + +

+
+ +

+ +

+
+ +

+ +
+
+

+
+ + e.g. 研究成果 +

+

+ 添加新栏目

+
+ +
+

+ +

+
+
+ +

or

+ +
+ +
+ +
+ + + + +
+ +
+ + \ No newline at end of file