From 51cbbdd51b1085a855efc3d5e1ad76080dd90dd9 Mon Sep 17 00:00:00 2001 From: Li Heng Date: Thu, 12 Jun 2014 08:59:00 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=97=BB=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/views/scripts/about/index.phtml | 2 +- .../views/scripts/archives/index.phtml | 28 ++-- .../default/views/scripts/archives/list.phtml | 1 - .../default/views/scripts/data/index.phtml | 132 +++++++++--------- .../default/views/scripts/footer.phtml | 3 +- .../default/views/scripts/header.phtml | 101 +++++++------- 6 files changed, 134 insertions(+), 133 deletions(-) diff --git a/application/default/views/scripts/about/index.phtml b/application/default/views/scripts/about/index.phtml index a22e30ff..bc6cd0a4 100755 --- a/application/default/views/scripts/about/index.phtml +++ b/application/default/views/scripts/about/index.phtml @@ -7,7 +7,7 @@ $this->breadcrumb('首页'); $this->breadcrumb('关于我们'); $this->breadcrumb()->setSeparator(' > '); ?> -
+
partial('about/navi.phtml'); ?>
diff --git a/application/default/views/scripts/archives/index.phtml b/application/default/views/scripts/archives/index.phtml index 8fda5425..75ef2954 100644 --- a/application/default/views/scripts/archives/index.phtml +++ b/application/default/views/scripts/archives/index.phtml @@ -28,27 +28,29 @@ $this->theme->AppendPlus($this,'masonry');
+
-
+
+

新闻列表

+
    lists as $v) {?> 0) {?> -
    -

    -
    -
      + -
    • [] -
    • +
    • []
    • -
    -
    -
    - -
+ + + +
+
+ + \ No newline at end of file + + \ No newline at end of file diff --git a/application/default/views/scripts/header.phtml b/application/default/views/scripts/header.phtml index 82103ed8..83c1cf81 100755 --- a/application/default/views/scripts/header.phtml +++ b/application/default/views/scripts/header.phtml @@ -1,51 +1,50 @@ - - - - -
-
-
-
-
- -
-
-

- hasIdentity()) - { - $user = $auth->getIdentity(); - echo ' '.$user->username.' '; - if ($user->usertype == $this->config->auth->identifier) - { - echo ' 后台 '; - } - echo ' 数据篮 '; - echo '退出'; - } else { - echo '登 录  |  注 册'; - } ?> - -

- -

-

-

-
-
-
-
-
- -
- render('breadcrumbs.phtml'); ?> + + + + +
+
+
+
+
+ +
+
+

+ hasIdentity()) + { + $user = $auth->getIdentity(); + echo ' '.$user->username.' '; + if ($user->usertype == $this->config->auth->identifier) + { + echo ' 后台 '; + } + echo ' 数据篮 '; + echo '退出'; + } else { + echo '登 录  |  注 册'; + } ?> +

+ +

+

+

+
+
+
+
+
+ +
+ render('breadcrumbs.phtml'); ?>