From a88f118aa40698457d99a27545016ca3c8abc75b Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Fri, 26 Apr 2013 04:00:35 +0000 Subject: [PATCH] remove the subnav in version-diff.phtml --- .../views/scripts/author/version-diff.phtml | 124 +++++++++--------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/application/default/views/scripts/author/version-diff.phtml b/application/default/views/scripts/author/version-diff.phtml index aca9f34f..343b9e2d 100644 --- a/application/default/views/scripts/author/version-diff.phtml +++ b/application/default/views/scripts/author/version-diff.phtml @@ -1,63 +1,63 @@ -headTitle($this->config->title->site); -$this->headTitle($this->config->title->author); -$this->headTitle()->setSeparator(' - '); -$this->headScript()->appendFile('/js/jquery-1.7.min.js'); -$this->headScript()->appendFile('/js/diffview.js'); -$this->headScript()->appendFile('/js/difflib.js'); -$this->headScript()->appendFile('/static/js/menuctrl.js'); -$this->headLink()->appendStylesheet('/css/author.css'); -$this->headLink()->appendStylesheet('/css/diffview.css'); -$this->breadcrumb('首页'); -$this->breadcrumb('数据管理'); -$this->breadcrumb('查看数据作者'); -$this->breadcrumb()->setSeparator(' > '); -?> -
- - - - - - - error)) - { - echo $this->error; - } - else - {?> -

info['title'];?>

-
- - - - - -
- + + + + + error)) + { + echo $this->error; + } + else + {?> +

info['title'];?>

+
+ + + + + + + \ No newline at end of file