diff --git a/application/default/views/scripts/author/comment-list.phtml b/application/default/views/scripts/author/comment-list.phtml
new file mode 100644
index 00000000..6adf12a5
--- /dev/null
+++ b/application/default/views/scripts/author/comment-list.phtml
@@ -0,0 +1,48 @@
+headTitle($this->config->title->site);
+$this->headTitle($this->config->title->author);
+$this->headTitle()->setSeparator(' - ');
+$this->headScript()->appendFile('/js/jquery-1.7.min.js');
+$this->headLink()->appendStylesheet('/css/author.css');
+$this->breadcrumb('首页');
+$this->breadcrumb('数据作者');
+$this->breadcrumb('数据反馈管理');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
+
+
+
+
+
+
+
+ paginator)):
+ echo "
";
+ $autoindex=0;
+ foreach ($this->paginator as $item):
+ $autoindex++;?>
+ -
+
评论者: () 评论时间:
+
+
+ ";
+ endif; ?>
+ = $this->paginator; ?>
+
+
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/author/comment-listall.phtml b/application/default/views/scripts/author/comment-listall.phtml
new file mode 100644
index 00000000..f5d7f3db
--- /dev/null
+++ b/application/default/views/scripts/author/comment-listall.phtml
@@ -0,0 +1,49 @@
+headTitle($this->config->title->site);
+$this->headTitle($this->config->title->author);
+$this->headTitle()->setSeparator(' - ');
+$this->headScript()->appendFile('/js/jquery-1.7.min.js');
+$this->headLink()->appendStylesheet('/css/author.css');
+$this->breadcrumb('首页');
+$this->breadcrumb('数据作者');
+$this->breadcrumb('数据反馈管理');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
+
+
+
+
+
+
+
+ paginator)):
+ echo "
";
+ $autoindex=0;
+ foreach ($this->paginator as $item):
+ $autoindex++;?>
+ -
+
+ 评论者: () 评论时间:
+
+
+ ";
+ endif; ?>
+ = $this->paginator; ?>
+
+
+
+
\ No newline at end of file
diff --git a/application/default/views/scripts/author/comment.phtml b/application/default/views/scripts/author/comment.phtml
new file mode 100644
index 00000000..f6d2583e
--- /dev/null
+++ b/application/default/views/scripts/author/comment.phtml
@@ -0,0 +1,48 @@
+headTitle($this->config->title->site);
+$this->headTitle($this->config->title->author);
+$this->headTitle()->setSeparator(' - ');
+$this->headScript()->appendFile('/js/jquery-1.7.min.js');
+$this->headLink()->appendStylesheet('/css/author.css');
+$this->breadcrumb('首页');
+$this->breadcrumb('数据作者');
+$this->breadcrumb('数据反馈管理');
+$this->breadcrumb()->setSeparator(' > ');
+?>
+
+
+
+
+
+
+
+
+ paginator)):
+ echo "
";
+ $autoindex=0;
+ foreach ($this->paginator as $item):
+ $autoindex++;?>
+ -
+
+ 反馈数: 查看详细
+
+ ";
+ endif; ?>
+ = $this->paginator; ?>
+
+
+
+
\ No newline at end of file