From 83d4b08779c948d147d110d972a5857b84fa03db Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Tue, 16 Apr 2013 03:44:06 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=91=E6=B2=B3=E4=B8=93?= =?UTF-8?q?=E9=A2=98=E6=95=B0=E6=8D=AE=E6=B1=87=E4=BA=A4=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/scripts/heihe/document.phtml | 4 +- .../default/views/scripts/heihe/index.phtml | 1 - .../views/scripts/heihe/project-index.phtml | 121 +++++++++--------- .../views/scripts/heihe/project-invite.phtml | 25 ++-- 4 files changed, 71 insertions(+), 80 deletions(-) diff --git a/application/default/views/scripts/heihe/document.phtml b/application/default/views/scripts/heihe/document.phtml index 8f7a9b63..3155a509 100644 --- a/application/default/views/scripts/heihe/document.phtml +++ b/application/default/views/scripts/heihe/document.phtml @@ -3,14 +3,12 @@ $this->headTitle($this->config->title->site); $this->headTitle($this->config->title->data); $this->headTitle()->setSeparator(' - '); $this->headLink()->appendStylesheet('/css/water.css'); -$this->headScript()->appendFile('/js/jquery-1.7.min.js'); -$this->headScript()->appendFile('/js/jquery.colorbox-min.js'); -$this->headLink()->appendStylesheet('/css/colorbox.css'); $this->breadcrumb('首页'); $this->breadcrumb(''.$this->config->title->data.''); $this->breadcrumb(''.$this->config->title->heihe.''); $this->breadcrumb('数据文档'); $this->breadcrumb()->setSeparator(' > '); +$this->theme->AppendPlus($this,'colorbox'); ?>
diff --git a/application/default/views/scripts/heihe/index.phtml b/application/default/views/scripts/heihe/index.phtml index 8de02c2d..43fb7f6c 100755 --- a/application/default/views/scripts/heihe/index.phtml +++ b/application/default/views/scripts/heihe/index.phtml @@ -5,7 +5,6 @@ $this->headTitle()->setSeparator(' - '); $this->headLink()->appendStylesheet('/css/water.css'); $this->breadcrumb('首页'); $this->breadcrumb(''.$this->config->title->data.''); -$this->headScript()->appendFile('/js/jquery-1.7.min.js'); $this->breadcrumb($this->config->title->heihe); $this->breadcrumb()->setSeparator(' > '); ?> diff --git a/application/default/views/scripts/heihe/project-index.phtml b/application/default/views/scripts/heihe/project-index.phtml index 3da2a2fc..923d8a4b 100644 --- a/application/default/views/scripts/heihe/project-index.phtml +++ b/application/default/views/scripts/heihe/project-index.phtml @@ -8,74 +8,71 @@ $this->breadcrumb(''.$this->config->title->data.''); $this->breadcrumb(''.$this->config->title->heihe.''); $this->breadcrumb('数据汇交计划'); $this->breadcrumb()->setSeparator(' > '); -$this->headScript()->appendFile('/js/jquery-1.7.min.js'); -$this->headScript()->appendFile('/js/jquery.colorbox-min.js'); -$this->headLink()->appendStylesheet('/css/colorbox.css'); +$this->theme->AppendPlus($this,'colorbox'); ?> -