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'); ?> -