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