From 5f2887e8af356c36364fa3e9d21e6bb57888d275 Mon Sep 17 00:00:00 2001 From: wlx Date: Fri, 3 May 2013 12:59:04 +0000 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E4=BA=8E=E6=88=91=E4=BB=AC=E7=9A=84?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=87=87=E7=94=A8=E6=96=B0=E9=97=BB=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E8=BF=9B=E8=A1=8C=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/controllers/AboutController.php | 14 ++++++----- .../default/views/scripts/about/index.phtml | 23 ++----------------- 2 files changed, 10 insertions(+), 27 deletions(-) diff --git a/application/default/controllers/AboutController.php b/application/default/controllers/AboutController.php index 27f44c3a..ef992522 100755 --- a/application/default/controllers/AboutController.php +++ b/application/default/controllers/AboutController.php @@ -4,6 +4,8 @@ class AboutController extends Zend_Controller_Action { function indexAction() { + $archives=new Archive($this->db); + $this->view->item=$archives->getOneArchive('中心简介','about'); } function preDispatch() { @@ -47,18 +49,18 @@ class AboutController extends Zend_Controller_Action } function backgroundAction() { - $archives=new Archive($this->db); - $this->view->item=$archives->getOneArchive('发展历史','about'); + $archives=new Archive($this->db); + $this->view->item=$archives->getOneArchive('发展历史','about'); } function legalAction() { - $archives=new Archive($this->db); - $this->view->item=$archives->getOneArchive('隐私政策','about'); + $archives=new Archive($this->db); + $this->view->item=$archives->getOneArchive('隐私政策','about'); } function supportusAction() { - $archives=new Archive($this->db); - $this->view->item=$archives->getOneArchive('支持我们','about'); + $archives=new Archive($this->db); + $this->view->item=$archives->getOneArchive('支持我们','about'); } function copyrightAction() { diff --git a/application/default/views/scripts/about/index.phtml b/application/default/views/scripts/about/index.phtml index 78f9464c..a397fc84 100755 --- a/application/default/views/scripts/about/index.phtml +++ b/application/default/views/scripts/about/index.phtml @@ -13,27 +13,8 @@ $this->breadcrumb()->setSeparator(' > ');
- -
-
-
- 下载LOGO -
-

中国西部环境与生态科学数据中心(“西部数据中心”)受中国自然科学基金委资助,以中国西部环境与生态科学研究计划(“西部计划”)重点项目的形式立项(编号:90502010),旨在收集和整理“西部计划”各项目执行期间产出数据集,为中国西部环境与生态科学研究,乃至更广泛意义上的地表表层科学研究服务。

-
-

- 项目背景

-

- 介绍“西部数据中心”项目立项的一些背景,可以理解西部数据中心要做些什么内容,以及采用什么样的实现手段。

-

- 项目参与单位

-

- “西部数据中心”以中国科学院寒区旱区环境与工程研究所为承担单位,由遥感与地理信息科学研究室组织实施。参与单位包括中国科学院地理科学与资源研究所。其中“知识积累平台”依托中国科学院资源环境科学信息中心实现项目中的文献收集和管理。

-

- 联系我们

- +

发展历史

+ item['body']; ?>
\ No newline at end of file