|
Last change
on this file since 101 was
74,
checked in by jazz, 17 years ago
|
- script/jquery-ui.js & jquery.js : 更新 jQuery UI 到 1.7 跟相配合的 jQuery 版本(min版)
- script/oceandb.js: 修改 accordion 選單屬性為 autoHeight = false, collapsible = true
- css/index.css : 微調 accordion 背景顏色
|
|
File size:
1.9 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"> |
|---|
| 4 | <head> |
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
|---|
| 6 | <meta http-equiv="cache-control" content="must-revalidate" /> |
|---|
| 7 | |
|---|
| 8 | <title>台灣海洋資訊資料庫聯盟網 Taiwan Ocean Informatioan Database</title> |
|---|
| 9 | <link rel="stylesheet" type="text/css" href="css/index.css" /> |
|---|
| 10 | <link rel="stylesheet" type="text/css" href="css/theme/ui.all.css" /> |
|---|
| 11 | <script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAREq2HXjZzIdAyVORbKBYMhTfzQKfMm5eNRoty1ZKt0XEeQdtXxTxlSH6lZOV7UEfIym3ft5_EnXXDw" type="text/javascript"></script> |
|---|
| 12 | <script src="script/jquery.js" language="javascript"></script> |
|---|
| 13 | <script src="script/jquery-ui.js" language="javascript"></script> |
|---|
| 14 | <script src="script/oceandb.js" language="javascript"></script> |
|---|
| 15 | </head> |
|---|
| 16 | <body onUnload="GUnload()"> |
|---|
| 17 | <div id="header"> |
|---|
| 18 | <div id="main-menu"> |
|---|
| 19 | <a href="/">HOME</a> | |
|---|
| 20 | <a href="#" id="btnMenu">MENU</a> | |
|---|
| 21 | <a href="#">NEWS</a> | |
|---|
| 22 | <a href="#">ABOUT</a> |
|---|
| 23 | </div> |
|---|
| 24 | <div id="title"><a href="/">台灣海洋資訊資料庫聯盟網 Taiwan Ocean Informatioan Database</a></div> |
|---|
| 25 | </div> |
|---|
| 26 | <div id="main"> |
|---|
| 27 | <div id="map-menu"><div id="loading"><img src="image/loading.gif"><br/><br/>正在讀取...</div></div> |
|---|
| 28 | <div id="map"></div> |
|---|
| 29 | </div> |
|---|
| 30 | <div id="footer"> |
|---|
| 31 | <div id="copyright">Copyright 2008 <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> |
|---|
| 32 | <div id="logos"> |
|---|
| 33 | <a href="http://www.tori.narl.org.tw/" target="_top"><img src="image/tori_logo.png"></a> |
|---|
| 34 | <a href="http://www.nchc.org.tw/" target="_top"><img src="image/nchc_logo.jpg"></a> |
|---|
| 35 | </div> |
|---|
| 36 | </div> |
|---|
| 37 | </body> |
|---|
| 38 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.