Changeset 56 for oceandb/jQuery_Prototype/index.html
- Timestamp:
- Feb 18, 2009, 8:58:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oceandb/jQuery_Prototype/index.html
r55 r56 4 4 <head> 5 5 <title>台灣海洋資訊資料庫聯盟網 Taiwan Ocean Informatioan Database</title> 6 <link rel="stylesheet" type="text/css" href="index.css" media="all"> 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> 7 9 </head> 8 10 <body> 9 11 <div id="header"> 10 12 <div id="main-menu"> 11 <a href=" http://oceandb.info" accesskey="0">HOME</a>12 <a href="#" >MENU</a>13 <a href="/">HOME</a> 14 <a href="#" id="btnMenu">MENU</a> 13 15 <a href="#">NEWS</a> 14 16 <a href="#">ABOUT</a> 15 17 </div> 16 <div id="title"><a href=" http://oceandb.info">台灣海洋資訊資料庫聯盟網 Taiwan Ocean Informatioan Database</a></div>18 <div id="title"><a href="/">台灣海洋資訊資料庫聯盟網 Taiwan Ocean Informatioan Database</a></div> 17 19 </div> 18 <div id="main"><div id="map-menu"></div><div id="map"></div></div> 20 <div id="main"> 21 <div id="map-menu"></div> 22 <div id="map"></div> 23 </div> 19 24 <div id="footer"> 20 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>
Note: See TracChangeset
for help on using the changeset viewer.