From dfc99ecdb97a7b9aadf1fbf4c3f52b93892c4085 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Wed, 21 Mar 2012 07:56:38 +0000 Subject: [PATCH] =?UTF-8?q?#302=20=E5=A2=9E=E5=8A=A0=E4=BA=86=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E6=95=B0=E6=8D=AE=E4=BD=9C=E8=80=85=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=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 | 5 +- .../views/scripts/author/view-authors.phtml | 48 +++++++++++++++++++ 2 files changed, 49 insertions(+), 4 deletions(-) create mode 100644 application/default/views/scripts/author/view-authors.phtml diff --git a/application/default/views/scripts/author/accept.phtml b/application/default/views/scripts/author/accept.phtml index 8f7e4c58..28a80db5 100644 --- a/application/default/views/scripts/author/accept.phtml +++ b/application/default/views/scripts/author/accept.phtml @@ -34,7 +34,7 @@ $this->breadcrumb()->setSeparator(' > ');
  • - 【操作:申请管理|反馈管理|修改元数据|管理数据参考文献|查看数据作者 + 【操作:申请管理|反馈管理|修改元数据|管理数据参考文献|查看数据作者

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

    @@ -83,7 +83,4 @@ function apply(uuid){ }); } function isObject(obj){if(typeof(obj)=='object'){return true;}else if(typeof(obj)!='object'){return false;}else{return false;}} -function showAuthors(uuid){ - alert($(this).offset().left); -} \ No newline at end of file diff --git a/application/default/views/scripts/author/view-authors.phtml b/application/default/views/scripts/author/view-authors.phtml new file mode 100644 index 00000000..254d6544 --- /dev/null +++ b/application/default/views/scripts/author/view-authors.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(' > '); +?> + + + + + +
    + error)) + { + echo $this->error; + } + ?> +
    + paginator)): + echo "
      "; + $autoindex=0; + foreach ($this->paginator as $item): + $autoindex++;?> +
    • +

      ()

      +

      单位:

      +
    • + "; + endif; ?> +
    + +
    + + \ No newline at end of file