source: oceandb/jQuery_Prototype/index.html @ 56

Last change on this file since 56 was 56, checked in by jazz, 15 years ago
  • 按 MENU 連結會隱藏左方方塊
File size: 1.3 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    <title>台灣海洋資訊資料庫聯盟網 Taiwan Ocean Informatioan Database</title>
6    <link rel="stylesheet" type="text/css" href="index.css" />
7    <script src="script/jquery.js"  language="javascript"></script>
8    <script src="script/oceandb.js" language="javascript"></script>
9  </head>
10  <body>
11    <div id="header">
12      <div id="main-menu">
13  <a href="/">HOME</a>
14  <a href="#" id="btnMenu">MENU</a>
15  <a href="#">NEWS</a>
16  <a href="#">ABOUT</a>
17      </div>
18      <div id="title"><a href="/">台灣海洋資訊資料庫聯盟網 Taiwan Ocean Informatioan Database</a></div>
19    </div>
20    <div id="main">
21      <div id="map-menu"></div>
22      <div id="map"></div>
23    </div>
24    <div id="footer">
25      <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>
26      <div id="logos">
27  <a href="http://www.tori.narl.org.tw/" target="_top"><img src="image/tori_logo.png"></a>
28  <a href="http://www.nchc.org.tw/" target="_top"><img src="image/nchc_logo.jpg"></a>
29      </div>
30    </div>
31  </body>
32</html>
Note: See TracBrowser for help on using the repository browser.