- Timestamp:
- Oct 24, 2006, 7:27:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/tiles/map.html
r162 r163 5 5 <link rel="stylesheet" type="text/css" href="grid.css"> 6 6 </head> 7 <body onload="initializePage(); " onResize="doResize()">7 <body onload="initializePage();" id="body"> 8 8 <!-- Yahoo functions --> 9 9 <script src="yahoo.js" type="text/javascript"></script> … … 15 15 <!-- Our functions --> 16 16 <script src="mapTiles.js" type="text/javascript"></script> 17 <script type="text/javascript"> 18 window.onresize = doResize; 17 19 20 </script> 18 21 <h1 id=theTitle>New Popular Edition Maps</h1> 19 22 … … 72 75 <div style="text-align: right;"><a href="javascript:closePostcodeWindow()" title="close">X</a></div> 73 76 <div><span id="location"></span></div> 74 <div><label for="postcode ">Enter the postcode...</label></div>77 <div><label for="postcode1">Enter the postcode...</label></div> 75 78 <input type="hidden" id="easting" name="easting" /> 76 79 <input type="hidden" id="northing" name="northing" /> … … 97 100 </div> 98 101 </div> 99 </div>100 102 </body> 101 103 </html>
Note: See TracChangeset
for help on using the changeset viewer.