增加2012、2013分类的文字说明

This commit is contained in:
wlx 2014-09-05 02:54:14 +00:00
parent 03a197c092
commit 7a12415fe8
1 changed files with 4 additions and 0 deletions

View File

@ -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()