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=ABQIAAAATvnRv2oQAxn-YPOHmliCIBQnbLOIweY0OrZ98ac3uTCYqV26WxQx_Or8GoXY6RMKDJOKObfAHorwcA" type="text/javascript"></script> |
---|
14 | <script type="text/javascript" src="http://static.simile.mit.edu/timeline/api/timeline-api.js"></script> |
---|
15 | <script src="script/timemap.js" type="text/javascript"></script> |
---|
16 | <script src="script/dragzoom.js" type="text/javascript"></script> |
---|
17 | <script src="script/textualzoomcontrol.js" type="text/javascript"></script> |
---|
18 | <script src="script/jquery.js" language="javascript"></script> |
---|
19 | <script src="script/jquery-ui.js" language="javascript"></script> |
---|
20 | <script src="script/oceandb.js" language="javascript"></script> |
---|
21 | </head> |
---|
22 | |
---|
23 | <body onload="onLoad()" onunload="GUnload()"> |
---|
24 | <div id="header"> |
---|
25 | <div id="main-menu"> |
---|
26 | <a href="/">HOME</a> | |
---|
27 | <a href="#" id="btnMenu">MENU</a> | |
---|
28 | <a href="#">NEWS</a> | |
---|
29 | <a href="#">ABOUT</a> |
---|
30 | </div> |
---|
31 | <div id="title"><a href="/">台灣海洋資訊資料庫聯盟網 Taiwan Ocean Informatioan Database</a></div> |
---|
32 | </div> |
---|
33 | <div id="main"> |
---|
34 | <div id="map-menu"><div id="loading"><img src="image/loading.gif"></br></br>正在讀取...</div></div> |
---|
35 | <!-- <div id="map"></div> --> |
---|
36 | <div id="timemap"> |
---|
37 | <div id="timelinecontainer"> |
---|
38 | <div id="timeline"></div> |
---|
39 | </div> |
---|
40 | <div id="mapcontainer"> |
---|
41 | <div id="map"></div> |
---|
42 | </div> |
---|
43 | </div> |
---|
44 | </div> |
---|
45 | <div id="footer"> |
---|
46 | <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> |
---|
47 | <div id="logos"> |
---|
48 | <a href="http://www.tori.narl.org.tw/" target="_top"><img src="image/tori_logo.png"></a> |
---|
49 | <a href="http://www.nchc.org.tw/" target="_top"><img src="image/nchc_logo.jpg"></a> |
---|
50 | </div> |
---|
51 | </div> |
---|
52 | </body> |
---|
53 | </html> |
---|