Changeset 415 for trunk/npemap.org.uk
- Timestamp:
- Dec 11, 2006, 4:40:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/index.html
r414 r415 57 57 <div class="right-col"> 58 58 <p> 59 Click on the map to zoom in and get on with it.59 You can search by place name, or click on the map. 60 60 </p> 61 62 <form onsubmit="return find()" action=""> 63 <p> 64 <script type="text/javascript"> 65 document.write(' <label for="where">Place/postcode:</label><br/><input id="where" name="where" /> <input type="submit" name="Zoom To" value="Go" />'); 66 </script> 67 </p> 68 69 <div id="geonames_results_window"> 70 <div class="close"><a href="javascript:hideGeonamesPopup()" title="close">X</a></div> 71 <div id="geonames_results"></div> 72 </div> 73 <span class="terms">Place functionality by <a href="http://www.geonames.org/">Geonames</a>.</span> 74 </form> 75 61 76 <script type="text/javascript"> 62 77 document.write(' <a href="#" id="link"> <img src="thumbnail.jpg" alt="Click this map to zoom"/> </a>'); … … 66 81 </noscript> 67 82 68 <form onsubmit="return find()" action="">69 <p>70 <script type="text/javascript">71 document.write(' <label for="where">Place/postcode:</label><br/><input id="where" name="where" /> <input type="submit" name="Zoom To" value="Go" />');72 </script>73 74 </p>75 76 <div id="geonames_results_window">77 <div class="close"><a href="javascript:hideGeonamesPopup()" title="close">X</a></div>78 <div id="geonames_results"></div>79 83 </div> 80 84 81 </form>82 <span class="terms">Place functionality by <a href="http://www.geonames.org/">Geonames</a>.</span>83 </div>84 85 85 86 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.