From b7b62a99607ea1695a21fd5fd94bb099d37015f5 Mon Sep 17 00:00:00 2001 From: wlx Date: Sun, 14 Jul 2013 10:04:11 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9C=A8=E7=BA=BF=E3=80=81?= =?UTF-8?q?=E7=A6=BB=E7=BA=BF=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/scripts/heihe/offlinelist.phtml | 25 +++++++++++++------ .../views/scripts/heihe/onlinelist.phtml | 25 +++++++++++++------ 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/application/default/views/scripts/heihe/offlinelist.phtml b/application/default/views/scripts/heihe/offlinelist.phtml index b88c9562..a55d83b9 100755 --- a/application/default/views/scripts/heihe/offlinelist.phtml +++ b/application/default/views/scripts/heihe/offlinelist.phtml @@ -5,12 +5,17 @@ $this->headTitle('离线数据浏览'); $this->headTitle()->setSeparator(' - '); $this->nav[] = array('link'=>"/heihe/offline",'title'=>'离线数据浏览'); ?> -
-render('breadcrumbs.phtml'); ?> -
-page->getNavigation(); ?> -
-metadata as $md) : ?> +render('breadcrumbs.phtml') ?> +
+
+ partial('heihe/navi.phtml'); ?> +
+ +
+ page->getNavigation(); ?> +
+ \ No newline at end of file diff --git a/application/default/views/scripts/heihe/onlinelist.phtml b/application/default/views/scripts/heihe/onlinelist.phtml index 8ad845f1..d01c5b98 100755 --- a/application/default/views/scripts/heihe/onlinelist.phtml +++ b/application/default/views/scripts/heihe/onlinelist.phtml @@ -5,12 +5,17 @@ $this->headTitle('在线数据浏览'); $this->headTitle()->setSeparator(' - '); $this->nav[] = array('link'=>"/heihe/offline",'title'=>'在线数据浏览'); ?> -
-render('breadcrumbs.phtml'); ?> -
-page->getNavigation(); ?> -
-metadata as $md) : ?> +render('breadcrumbs.phtml') ?> +
+
+ partial('heihe/navi.phtml'); ?> +
+
+
+ page->getNavigation(); ?> +
+ \ No newline at end of file