From e07ce30d2f3a82b6e2684202f1995110e6dd887f Mon Sep 17 00:00:00 2001 From: wlx Date: Fri, 3 May 2013 05:53:05 +0000 Subject: [PATCH] restore qzr script --- .../default/views/scripts/qzr/navi.phtml | 30 +++++ .../default/views/scripts/qzr/news.phtml | 127 ++++++++++++++++++ 2 files changed, 157 insertions(+) create mode 100644 application/default/views/scripts/qzr/navi.phtml create mode 100644 application/default/views/scripts/qzr/news.phtml diff --git a/application/default/views/scripts/qzr/navi.phtml b/application/default/views/scripts/qzr/navi.phtml new file mode 100644 index 00000000..b1c2823b --- /dev/null +++ b/application/default/views/scripts/qzr/navi.phtml @@ -0,0 +1,30 @@ + + + + \ No newline at end of file diff --git a/application/default/views/scripts/qzr/news.phtml b/application/default/views/scripts/qzr/news.phtml new file mode 100644 index 00000000..3bc2bb2c --- /dev/null +++ b/application/default/views/scripts/qzr/news.phtml @@ -0,0 +1,127 @@ +headTitle($config->title->site); +$this->headTitle($config->title->qzr); +$this->headTitle()->setSeparator(' - '); +$this->headLink()->appendStylesheet('/css/water.css'); +$this->theme->AppendPlus($this,'jquery'); +$this->theme->AppendPlus($this,'jplayer'); +$this->headScript()->appendFile("/js/lib/jplayer/add-on/jplayer.playlist.min.js"); +$this->headLink()->appendStylesheet('/js/lib/jplayer/skin/blue.monday/jplayer.blue.monday.css'); +$this->breadcrumb('首页'); +$this->breadcrumb('青藏铁路'); +$this->breadcrumb($this->infos['title']); +$this->breadcrumb()->setSeparator(' > '); +if(!empty($this->infos['keyword'])) $keyword = $this->infos['keyword']; else $keyword = $this->infos['title']; +?> + + + \ No newline at end of file