view index.html @ 2:5b88dda3e6c9 gmap2

sääd
author jeskko
date Fri, 29 May 2009 01:50:00 +0000
parents f8eeb66cdb07
children ab56103cd3b9
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <link rel="stylesheet" href="css/mapstyle.css" type="text/css"/>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  <title>BatMUD: The Age of Exiles - Google Maps hack by Jeskko</title>
  <meta name="description" content="BatMUD - The Age of Exiles -  Google Maps hack by Jeskko"/>
  <meta name="keywords" content="batmud,map,laenor,lucentium,rothikgen,desolathya,furnachia,mud,mush,moo,online,massively,multiplayer,game,mmorpg,jeskko"/>
  <script src="http://www.google.com/jsapi?key=ABQIAAAAa_DR_r3EwOOl8N0X5UYTpRT5vuU2luRvev4uq6lWZ9uHTVgpDBTBb2fJ7w0zw8ALH-zJg0IVK4qiBw" type="text/javascript"></script>
  <script type="text/javascript">
    google.load("maps","2.x");
  </script>
 </head>
 <body onunload="GUnload()">
   <div id="header">
    headeripalikka, menuja jne kakkaa
   </div>
   <div id="map">
   </div>
   <div id="sidebar">
   <div id="sidecontent">
   markkerilista jne
   </div>
   </div>
   <div id="sidecoll">
    <div id="collbuttondiv">
     <a href="javascript:docoll()">
      <img src="i/right.gif" id="collbutton">
     </a>
    </div>
   </div>
   <div id="footer">
    Cursor location: 
    x: <span id="xcoord">1234</span>
    y: <span id="ycoord">1234</span>
    continent: <span id="continent">Laenor</span> 
   </div>
  <script type="text/javascript" src="js/map.js"></script>
  <script type="text/javascript" src="js/icons.js"></script>
  <script type="text/javascript" src="js/markers.js"></script>
  <script type="text/javascript" src="js/nav.js"></script>
 </body>
</html>