remove comma, and make ie6 suitable
This commit is contained in:
parent
1c7e09a531
commit
21cd0e8a6e
|
@ -35,4 +35,5 @@ doi:10.1029/2008JD011590. <a href="/images/water/water_02.pdf">下载</a>
|
||||||
</p>
|
</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3>设计文档</h3>
|
<h3>设计文档</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
|
@ -10,7 +10,7 @@ $this->breadcrumb('<a href="/water/">黑河综合遥感联合试验</a>');
|
||||||
$this->breadcrumb('时空联合导航');
|
$this->breadcrumb('时空联合导航');
|
||||||
$this->breadcrumb()->setSeparator(' > ');
|
$this->breadcrumb()->setSeparator(' > ');
|
||||||
$this->headScript()->appendFile('http://maps.google.com/maps?file=api&v=2&key=ABQIAAAACD-MqkkoOm60o_dvwdcKVhRBSKpgcP88GYi6r2Of16IkMX_4YhSBQsywCi4J2_fh4nBuWmK7gyRjLg');
|
$this->headScript()->appendFile('http://maps.google.com/maps?file=api&v=2&key=ABQIAAAACD-MqkkoOm60o_dvwdcKVhRBSKpgcP88GYi6r2Of16IkMX_4YhSBQsywCi4J2_fh4nBuWmK7gyRjLg');
|
||||||
//$this->headScript()->appendFile('http://maps.google.com/maps?file=api&v=3&key=ABQIAAAACD-MqkkoOm60o_dvwdcKVhThiRESR0xRCe9JKd36EL3glTk0OxTsRzifkUWmTTrYWaE7dY1lYUlGxA');
|
//$this->headScript()->appendFile('http://maps.google.com/maps?file=api&v=2&key=ABQIAAAACD-MqkkoOm60o_dvwdcKVhThiRESR0xRCe9JKd36EL3glTk0OxTsRzifkUWmTTrYWaE7dY1lYUlGxA');
|
||||||
$this->headScript()->appendFile('/js/timeline_var.js');
|
$this->headScript()->appendFile('/js/timeline_var.js');
|
||||||
$this->headScript()->appendFile('/js/timeline_js/timeline-api.js');
|
$this->headScript()->appendFile('/js/timeline_js/timeline-api.js');
|
||||||
$this->headScript()->appendFile('/js/timemap/timemap.js');
|
$this->headScript()->appendFile('/js/timemap/timemap.js');
|
||||||
|
@ -25,7 +25,7 @@ window.onload=function() {
|
||||||
options: {
|
options: {
|
||||||
eventIconPath: "../images/",
|
eventIconPath: "../images/",
|
||||||
mapType:G_SATELLITE_MAP,
|
mapType:G_SATELLITE_MAP,
|
||||||
mapCenter: new GLatLng(39,100),
|
mapCenter: new GLatLng(39,100)
|
||||||
},
|
},
|
||||||
datasets: [
|
datasets: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue