From 420ac049c0e3de6172443f9af1fbb9ab31aeb4c1 Mon Sep 17 00:00:00 2001 From: wlx Date: Mon, 26 Jan 2015 10:27:29 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9timemap=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E4=B8=BAopenlayers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/views/scripts/data/timemap.phtml | 48 +++++-------------- 1 file changed, 12 insertions(+), 36 deletions(-) diff --git a/application/default/views/scripts/data/timemap.phtml b/application/default/views/scripts/data/timemap.phtml index 32c2befc..45b31d4c 100644 --- a/application/default/views/scripts/data/timemap.phtml +++ b/application/default/views/scripts/data/timemap.phtml @@ -3,12 +3,12 @@ $this->headTitle($this->config->title->site); $this->headTitle($this->config->title->data); $this->headTitle('时空导航'); $this->headTitle()->setSeparator(' - '); -//$this->headLink()->appendStylesheet('/css/metadata.css'); -$this->theme->AppendPlus($this,'google_map_v3'); -$this->theme->AppendPlus($this,'colorbox'); +//$this->theme->AppendPlus($this,'google_map_v3'); +//$this->theme->AppendPlus($this,'colorbox'); +$this->headScript()->appendFile('/js/OpenLayers.js'); $this->headScript()->appendFile('/js/timeline_var.js'); $this->headScript()->appendFile('/js/timeline_js/timeline-api.js'); -$this->headScript()->appendFile('/js/timemap.2.0.1/lib/mxn/mxn.js?(googlev3)'); +$this->headScript()->appendFile('/js/timemap.2.0.1/lib/mxn/mxn.js?(openlayers)'); $this->headScript()->appendFile('/js/timemap.2.0.1/timemap.pack.js'); $this->nav[] = array('link'=>"/data/timemap",'title'=>'时空导航'); ?> @@ -17,41 +17,21 @@ img{max-width:none}
render('breadcrumbs.phtml'); ?>partial('data/tools.phtml'); ?>
-
-
+
+
\ No newline at end of file