From 69d1a8d23ae03382eb66529ca79b1709da9f4763 Mon Sep 17 00:00:00 2001 From: wlx Date: Fri, 16 Jan 2015 09:49:43 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E7=B1=BB=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/controllers/HiwaterController.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/default/controllers/HiwaterController.php b/application/default/controllers/HiwaterController.php index 567dad87..dfe11737 100644 --- a/application/default/controllers/HiwaterController.php +++ b/application/default/controllers/HiwaterController.php @@ -186,7 +186,7 @@ class HiwaterController extends DataController { $this->getmd(array('水文气象观测网')); $archive = new Archive($this->db); - $this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about'); + $this->view->info = $archive->getOneArchive('HiWATER-HMon','about'); $this->_helper->viewRenderer('base'); } function superAction() @@ -312,7 +312,7 @@ class HiwaterController extends DataController $this->getmd(array('自动气象站','涡动相关仪','大孔径闪烁仪','稳定同位素观测系统','热扩散液流计(TDP)','宇宙射线土壤水分')); $this->_helper->viewRenderer('base'); $archive = new Archive($this->db); - $this->view->info = $archive->getOneArchive('HiWATER-通量观测矩阵','about'); + $this->view->info = $archive->getOneArchive('HiWATER-MSO','about'); } function isotopeAction() @@ -384,14 +384,14 @@ class HiwaterController extends DataController { $this->getmdrestricted(array('2012','水文气象观测网')); $archive = new Archive($this->db); - $this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about'); + $this->view->info = $archive->getOneArchive('HiWATER-HMon','about'); $this->_helper->viewRenderer('base'); } function hmon2013Action() { $this->getmdrestricted(array('2013','水文气象观测网')); $archive = new Archive($this->db); - $this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about'); + $this->view->info = $archive->getOneArchive('HiWATER-HMon','about'); $this->_helper->viewRenderer('base'); } function hmon2012upAction()