修改分类说明

This commit is contained in:
wlx 2015-01-16 09:49:43 +00:00
parent b4eb767e6c
commit 69d1a8d23a
1 changed files with 4 additions and 4 deletions

View File

@ -186,7 +186,7 @@ class HiwaterController extends DataController
{ {
$this->getmd(array('水文气象观测网')); $this->getmd(array('水文气象观测网'));
$archive = new Archive($this->db); $archive = new Archive($this->db);
$this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about'); $this->view->info = $archive->getOneArchive('HiWATER-HMon','about');
$this->_helper->viewRenderer('base'); $this->_helper->viewRenderer('base');
} }
function superAction() function superAction()
@ -312,7 +312,7 @@ class HiwaterController extends DataController
$this->getmd(array('自动气象站','涡动相关仪','大孔径闪烁仪','稳定同位素观测系统','热扩散液流计TDP','宇宙射线土壤水分')); $this->getmd(array('自动气象站','涡动相关仪','大孔径闪烁仪','稳定同位素观测系统','热扩散液流计TDP','宇宙射线土壤水分'));
$this->_helper->viewRenderer('base'); $this->_helper->viewRenderer('base');
$archive = new Archive($this->db); $archive = new Archive($this->db);
$this->view->info = $archive->getOneArchive('HiWATER-通量观测矩阵','about'); $this->view->info = $archive->getOneArchive('HiWATER-MSO','about');
} }
function isotopeAction() function isotopeAction()
@ -384,14 +384,14 @@ class HiwaterController extends DataController
{ {
$this->getmdrestricted(array('2012','水文气象观测网')); $this->getmdrestricted(array('2012','水文气象观测网'));
$archive = new Archive($this->db); $archive = new Archive($this->db);
$this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about'); $this->view->info = $archive->getOneArchive('HiWATER-HMon','about');
$this->_helper->viewRenderer('base'); $this->_helper->viewRenderer('base');
} }
function hmon2013Action() function hmon2013Action()
{ {
$this->getmdrestricted(array('2013','水文气象观测网')); $this->getmdrestricted(array('2013','水文气象观测网'));
$archive = new Archive($this->db); $archive = new Archive($this->db);
$this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about'); $this->view->info = $archive->getOneArchive('HiWATER-HMon','about');
$this->_helper->viewRenderer('base'); $this->_helper->viewRenderer('base');
} }
function hmon2012upAction() function hmon2012upAction()