-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (54 loc) · 2.77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" >
<head>
<style type="text/css">v\:* {behavior:url(#default#VML);}</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="cache-control" content="must-revalidate" />
<title>全國海洋資料目錄共通平台(Catalog System for Taiwan Ocean Database Network)</title>
<link rel="stylesheet" type="text/css" href="css/index.css" />
<link rel="stylesheet" type="text/css" href="css/theme/ui.all.css" />
<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAREq2HXjZzIdAyVORbKBYMhTfzQKfMm5eNRoty1ZKt0XEeQdtXxTxlSH6lZOV7UEfIym3ft5_EnXXDw" type="text/javascript"></script>
<script src="http://static.simile.mit.edu/timeline/api-2.3.0/timeline-api.js" type="text/javascript"></script>
<script src="script/timemap.js" type="text/javascript"></script>
<script src="script/json.js" type="text/javascript"></script>
<script src="script/progressive.js" type="text/javascript"></script>
<script src="script/dragzoom.js" type="text/javascript"></script>
<script src="script/textualzoomcontrol.js" type="text/javascript"></script>
<script src="script/kml.js" type="text/javascript"></script>
<script src="script/jquery.js" type="text/javascript"></script>
<script src="script/jquery-ui.js" type="text/javascript"></script>
<script src="script/oceandb.js" type="text/javascript"></script>
</head>
<body onload="onLoad()" onunload="GUnload()">
<div id="header">
<div id="main-menu">
<a href="/">HOME</a> |
<a href="#" id="btnMenu">MENU</a> |
<a href="#">NEWS</a> |
<a href="#">ABOUT</a>
</div>
<div id="title"><a href="/">全國海洋資料目錄共通平台(Catalog System for Taiwan Ocean Database Network)</a></div>
</div>
<div id="main">
<div id="map-menu">
<div id="loading"><img src="image/loading.gif"></br></br>正在讀取...</div>
</div>
<div id="timemap">
<div id="timelinecontainer">
<div id="timeline"></div>
</div>
<div id="mapcontainer">
<div id="map"></div>
</div>
</div>
</div>
<div id="footer">
<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>
<div id="logos">
<a href="http://www.tori.org.tw/" target="_top"><img src="image/tori_logo.png" style="background-color:#FFFFFF"></a>
<a href="http://www.nchc.org.tw/" target="_top"><img src="image/nchc_logo.jpg"></a>
</div>
</div>
</body>
</html>