From 0efa9098d5c5405b235de3e9aeae1a8b382c8748 Mon Sep 17 00:00:00 2001 From: wlx Date: Tue, 17 Jun 2014 03:33:42 +0000 Subject: [PATCH] remove unused link --- .../default/controllers/AboutController.php | 14 +++++++------- .../default/views/scripts/author/accept.phtml | 5 ----- .../default/views/scripts/author/navi.phtml | 6 ------ application/default/views/scripts/data/index.phtml | 3 --- application/default/views/scripts/data/tools.phtml | 3 +-- 5 files changed, 8 insertions(+), 23 deletions(-) diff --git a/application/default/controllers/AboutController.php b/application/default/controllers/AboutController.php index 156eb1e3..e0c15ba2 100755 --- a/application/default/controllers/AboutController.php +++ b/application/default/controllers/AboutController.php @@ -48,37 +48,37 @@ class AboutController extends Zend_Controller_Action function backgroundAction() { $archives=new Archive($this->db); - $this->view->item=$archives->getAboutArchive('发展历史','about'); + $this->view->item=$archives->getAboutArchive('发展历史'); } function legalAction() { $archives=new Archive($this->db); - $this->view->item=$archives->getAboutArchive('隐私政策','about'); + $this->view->item=$archives->getAboutArchive('隐私政策'); } function supportusAction() { $archives=new Archive($this->db); - $this->view->item=$archives->getAboutArchive('支持我们','about'); + $this->view->item=$archives->getAboutArchive('支持我们'); } function copyrightAction() { $archives=new Archive($this->db); - $this->view->item=$archives->getAboutArchive('数据与版权','about'); + $this->view->item=$archives->getAboutArchive('数据与版权'); } function linkAction() { $archives=new Archive($this->db); - $this->view->item=$archives->getAboutArchive('友情链接','about'); + $this->view->item=$archives->getAboutArchive('友情链接'); } function honorAction() { $archives=new Archive($this->db); - $this->view->item=$archives->getAboutArchive('服务成效','about'); + $this->view->item=$archives->getAboutArchive('服务成效'); } function sponsorsAction() { $archives=new Archive($this->db); - $this->view->item=$archives->getAboutArchive('支持项目','about'); + $this->view->item=$archives->getAboutArchive('支持项目'); } function publicationAction() { diff --git a/application/default/views/scripts/author/accept.phtml b/application/default/views/scripts/author/accept.phtml index 5b4caed3..9829c920 100644 --- a/application/default/views/scripts/author/accept.phtml +++ b/application/default/views/scripts/author/accept.phtml @@ -36,11 +36,8 @@ $this->breadcrumb()->setSeparator(' > '); 申请管理 | 反馈 | 文档 | - 文献 | - 添加文献 | 修改元数据 | 版本 | - QA | 新闻 | 所有作者 @@ -49,8 +46,6 @@ $this->breadcrumb()->setSeparator(' > '); | 取消委托 | 邮件通知 | - 支持项目 | - DOI diff --git a/application/default/views/scripts/author/navi.phtml b/application/default/views/scripts/author/navi.phtml index 7aa38b97..e025f9bb 100644 --- a/application/default/views/scripts/author/navi.phtml +++ b/application/default/views/scripts/author/navi.phtml @@ -6,15 +6,9 @@ - - - - \ No newline at end of file diff --git a/application/default/views/scripts/data/index.phtml b/application/default/views/scripts/data/index.phtml index 896f2191..ac4dfd0d 100755 --- a/application/default/views/scripts/data/index.phtml +++ b/application/default/views/scripts/data/index.phtml @@ -30,10 +30,7 @@ $this->headTitle()->setSeparator(' - ');
  • 空间浏览
  • 时空浏览
  • 单位浏览
  • -
  • 项目浏览
  • 作者浏览
  • -
  • 文献浏览
  • -
  • DOI浏览
  • 空间浏览 -->
  • 时空浏览
  • 全部浏览
  • -
  • 可视化数据
  • - +
  • 可视化数据
  • \ No newline at end of file