source: oceandb/jQuery_Prototype/index.html @ 122

Last change on this file since 122 was 122, checked in by rider, 14 years ago

KML file loaded & Timeline revised

File size: 2.7 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" >
4  <head>
5    <style type="text/css">v\:* {behavior:url(#default#VML);}</style>
6     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7     <meta http-equiv="cache-control" content="must-revalidate" />
8
9    <title>台灣海洋資訊資料庫聯盟網 Taiwan Ocean Informatioan Database</title>
10     <link rel="stylesheet" type="text/css" href="css/index.css" />
11     <link rel="stylesheet" type="text/css" href="css/theme/ui.all.css" />
12
13    <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAI0oitZYE-nx2GoNQRpwFFxTAq6Lux0pUCLH3uGtci_g_B0fkCxQqa1kZBxJ9DiiXx-RGDYUN8QcrmA" type="text/javascript"></script>
14    <script type="text/javascript" src="http://static.simile.mit.edu/timeline/api-2.3.0/timeline-api.js"></script>
15    <script src="script/timemap.js" type="text/javascript"></script>
16    <script src="script/json.js" type="text/javascript"></script>
17    <script src="script/progressive.js" type="text/javascript"></script>
18    <script src="script/dragzoom.js" type="text/javascript"></script>
19    <script src="script/textualzoomcontrol.js" type="text/javascript"></script>
20    <script src="script/kml.js" type="text/javascript"></script>
21    <script src="script/jquery.js"  language="javascript"></script>
22    <script src="script/jquery-ui.js"  language="javascript"></script>
23    <script src="script/oceandb.js" language="javascript"></script>
24  </head>
25
26  <body onload="onLoad()" onunload="GUnload()">
27    <div id="header">
28      <div id="main-menu"> 
29  <a href="/">HOME</a> |
30  <a href="#" id="btnMenu">MENU</a> |
31  <a href="#">NEWS</a> |
32  <a href="#">ABOUT</a> 
33      </div>
34      <div id="title"><a href="/">台灣海洋資訊資料庫聯盟網 Taiwan Ocean Informatioan Database</a></div>
35    </div>
36    <div id="main">
37      <div id="map-menu"><div id="loading"><img src="image/loading.gif"></br></br>正在讀取...</div></div>
38      <!-- <div id="map"></div> -->
39        <div id="timemap">
40      <div id="timelinecontainer">
41    <div id="timeline"></div>
42      </div>
43      <div id="mapcontainer">
44    <div id="map"></div>
45      </div>
46  </div>
47    </div>
48    <div id="footer">
49      <div id="copyright">Copyright 2009 <a href="http://www.tori.narl.org.tw/" target="_top">TORI</a> & <a href="http://www.nchc.org.tw/" target="_top">NCHC</a>, <a href="http://www.narl.org.tw/" target="_top">NARL</a>, Taiwan</div>
50      <div id="logos">
51  <a href="http://www.tori.narl.org.tw/" target="_top"><img src="image/tori_logo.png"></a>
52  <a href="http://www.nchc.org.tw/" target="_top"><img src="image/nchc_logo.jpg"></a>
53      </div>
54    </div>
55  </body>
56</html>
Note: See TracBrowser for help on using the repository browser.