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 '
+ 暂无数据 | |
+ ';
+ }
+ ?>
+
+
+
+
+
+ 添加新栏目
+
+
+
+
+
+
+
+
+
+
+
+
\ 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');
+?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+ - 在栏目编辑中,再次点击“编辑”按钮可以关闭栏目编辑窗口
+ - 去试试
+ - 新闻添加中可以直接上传图片
+ - 去试试
+
+
+
\ 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');
+
+
+?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 发布新闻
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file