From 63b146aef5107a5e59caa2ea8b19b35acfaea0f1 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Wed, 21 Mar 2012 04:00:00 +0000 Subject: [PATCH] =?UTF-8?q?#304=20=E4=BF=AE=E6=94=B9=E4=BA=86=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8F=8D=E9=A6=88=E7=9A=84=E8=A7=86=E5=9B=BE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/scripts/author/comment-list.phtml | 48 ++++++++++++++++++ .../scripts/author/comment-listall.phtml | 49 +++++++++++++++++++ .../views/scripts/author/comment.phtml | 48 ++++++++++++++++++ 3 files changed, 145 insertions(+) create mode 100644 application/default/views/scripts/author/comment-list.phtml create mode 100644 application/default/views/scripts/author/comment-listall.phtml create mode 100644 application/default/views/scripts/author/comment.phtml 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; ?> + +
+
+ + \ 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; ?> + +
+
+ + \ 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; ?> + +
+
+ + \ No newline at end of file