增加2012、2013分类的文字说明
This commit is contained in:
parent
03a197c092
commit
7a12415fe8
|
@ -383,11 +383,15 @@ class HiwaterController extends DataController
|
|||
function hmon2012Action()
|
||||
{
|
||||
$this->getmdrestricted(array('2012','水文气象观测网'));
|
||||
$archive = new Archive($this->db);
|
||||
$this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about');
|
||||
$this->_helper->viewRenderer('base');
|
||||
}
|
||||
function hmon2013Action()
|
||||
{
|
||||
$this->getmdrestricted(array('2013','水文气象观测网'));
|
||||
$archive = new Archive($this->db);
|
||||
$this->view->info = $archive->getOneArchive('HiWATER:流域水文气象观测网','about');
|
||||
$this->_helper->viewRenderer('base');
|
||||
}
|
||||
function hmon2012upAction()
|
||||
|
|
Loading…
Reference in New Issue