changeset 19:7d7eb223cb51 gmap2

Work on layout.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 08 Jan 2011 12:51:04 +0200
parents ee245e1b5908
children 464759b8e043
files index.html
diffstat 1 files changed, 21 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sat Jan 08 12:50:37 2011 +0200
+++ b/index.html	Sat Jan 08 12:51:04 2011 +0200
@@ -1,13 +1,12 @@
-<!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" xmlns:v="urn:schemas-microsoft-com:vml">
+<?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"/>
+  <link rel="stylesheet" href="css/mapstyle1.css" type="text/css"/>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
   <meta http-equiv="X-UA-Compatible" content="IE=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="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">
@@ -15,37 +14,40 @@
   </script>
  </head>
  <body onunload="GUnload()">
-<!-- $Id: index.html 2292 2009-09-21 14:55:10Z jeskko $ --> 
-
    <div id="header">
-    <img id="batlogo" src="i/batmud_logo.png" alt="BatMUD" />
+    <div id="headcontent">
+     Google Maps Hack v2.0<br />
+    </div>
    </div>
    <div id="map">
    </div>
    <div id="sidebar">
-    <div id="sidecontent"></div>
     <div id="sidetop"></div>
+    <div id="sidebox" style="font-size: 8pt;">
+     <br />
+     [Laenor] [Lucentium] [Furnachia]
+     [Desolathya] [Rothikgen]
+     <br />
+     <div id="sidecontent">
+     </div>
+    </div>
     <div id="sidebottom"></div>
    </div>
    <div id="sidecoll">
-    <div id="topcorner"><img src="i/graycornertop.jpg" alt="round corner"/></div>
     <div id="collbuttondiv">
      <a href="javascript:docoll()">
-      <img src="i/right.gif" id="collbutton" alt="->"/>
+      <img src="i/right.gif" id="collbutton">
      </a>
     </div>
-    <div id="bottomcorner"><img src="i/graycornerbottom.jpg" alt="round corner"/></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 id="footercontent">
+      Cursor X: <span id="xcoord">0</span>, Y: <span id="ycoord">0</span>, Continent: <span id="continent">X</span>
+    </div>
    </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>
\ No newline at end of file
+</html>