From 6247e462862d4fcb5a71263dceb1b49c5da9fc4e Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Wed, 21 Mar 2012 04:04:09 +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=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/views/scripts/author/accept.phtml | 10 ++-- .../views/scripts/author/authored-list.phtml | 48 ------------------ .../scripts/author/authored-listall.phtml | 49 ------------------- .../views/scripts/author/authored.phtml | 48 ------------------ .../views/scripts/author/comment-list.phtml | 4 +- .../scripts/author/comment-listall.phtml | 4 +- .../views/scripts/author/comment.phtml | 6 +-- 7 files changed, 11 insertions(+), 158 deletions(-) delete mode 100644 application/default/views/scripts/author/authored-list.phtml delete mode 100644 application/default/views/scripts/author/authored-listall.phtml delete mode 100644 application/default/views/scripts/author/authored.phtml diff --git a/application/default/views/scripts/author/accept.phtml b/application/default/views/scripts/author/accept.phtml index 9eeb2203..8f7e4c58 100644 --- a/application/default/views/scripts/author/accept.phtml +++ b/application/default/views/scripts/author/accept.phtml @@ -34,15 +34,10 @@ $this->breadcrumb()->setSeparator(' > ');
  • - 【操作:申请管理|反馈管理|修改元数据|管理数据参考文献】 + 【操作:申请管理|反馈管理|修改元数据|管理数据参考文献|查看数据作者

    400?$this->escape(mb_substr($item['description'],0,400,'UTF-8').'...'):$this->escape($item['description']); ?>

    - -

    - 数据作者: -

    -

    \ No newline at end of file diff --git a/application/default/views/scripts/author/authored-list.phtml b/application/default/views/scripts/author/authored-list.phtml deleted file mode 100644 index 6adf12a5..00000000 --- a/application/default/views/scripts/author/authored-list.phtml +++ /dev/null @@ -1,48 +0,0 @@ -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/authored-listall.phtml b/application/default/views/scripts/author/authored-listall.phtml deleted file mode 100644 index f5d7f3db..00000000 --- a/application/default/views/scripts/author/authored-listall.phtml +++ /dev/null @@ -1,49 +0,0 @@ -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/authored.phtml b/application/default/views/scripts/author/authored.phtml deleted file mode 100644 index f6d2583e..00000000 --- a/application/default/views/scripts/author/authored.phtml +++ /dev/null @@ -1,48 +0,0 @@ -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-list.phtml b/application/default/views/scripts/author/comment-list.phtml index 6adf12a5..56a6d7c9 100644 --- a/application/default/views/scripts/author/comment-list.phtml +++ b/application/default/views/scripts/author/comment-list.phtml @@ -21,8 +21,8 @@ $this->breadcrumb()->setSeparator(' > ');
    diff --git a/application/default/views/scripts/author/comment-listall.phtml b/application/default/views/scripts/author/comment-listall.phtml index f5d7f3db..ccd78763 100644 --- a/application/default/views/scripts/author/comment-listall.phtml +++ b/application/default/views/scripts/author/comment-listall.phtml @@ -21,8 +21,8 @@ $this->breadcrumb()->setSeparator(' > ');
    diff --git a/application/default/views/scripts/author/comment.phtml b/application/default/views/scripts/author/comment.phtml index f6d2583e..e54e12f1 100644 --- a/application/default/views/scripts/author/comment.phtml +++ b/application/default/views/scripts/author/comment.phtml @@ -21,8 +21,8 @@ $this->breadcrumb()->setSeparator(' > ');
    @@ -34,7 +34,7 @@ $this->breadcrumb()->setSeparator(' > '); $autoindex++;?>
  • -

    反馈数: 查看详细

    +

    反馈数: 查看详细

  • ";