diff --git a/application/admin/controllers/ReviewController.php b/application/admin/controllers/ReviewController.php new file mode 100644 index 00000000..1c87d80a --- /dev/null +++ b/application/admin/controllers/ReviewController.php @@ -0,0 +1,21 @@ +db=Zend_Registry::get('db'); + $this->view->config = Zend_Registry::get('config'); + $this->messenger=$this->_helper->getHelper('FlashMessenger'); + $this->view->messages = $this->messenger->getMessages(); + } + function postDispatch() + { + $this->view->messages = $this->messenger->getMessages(); + } + function indexAction() + { + + }//indexAction + +} + diff --git a/application/admin/views/scripts/review/index.phtml b/application/admin/views/scripts/review/index.phtml new file mode 100644 index 00000000..bfa78c70 --- /dev/null +++ b/application/admin/views/scripts/review/index.phtml @@ -0,0 +1,18 @@ +headTitle($this->config->title->site); + $this->headTitle('后台管理'); + $this->headTitle()->setSeparator(' - '); + $this->headLink()->appendStylesheet('/css/admin.css'); + $this->breadcrumb('首页'); + $this->breadcrumb('后台首页'); + $this->breadcrumb('元数据评审'); + $this->breadcrumb()->setSeparator(' > '); +?> +