]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_start.rhtml
Use correct key for z15 and greater.
[rails.git] / app / views / browse / _start.rhtml
index a6030a5a4b5914a34b766aab8ff7f4fe6dbed580..2e120c100e7024bef6392458eb3e675e2727c4a6 100644 (file)
@@ -1,12 +1,13 @@
-<div style="padding:0px 10px">
-    <div style="text-align: center">
-    <p style="margin-top: 10px">
-      <a id="use_map" display="hidden" href="#">View Data For Current Map View</a>
+<div>
+  <div style="text-align: center">
+    <p style="margin-top: 10px; margin-bottom: 20px">
+      <a id="browse_select_view" href="#">View data for current map view</a>
       <br />
       <br />
-      <a id='drag_box' href="#">Manually select a different area</a>  
+      <a id="browse_select_box" href="#">Manually select a different area</a>  
     </p>
     </p>
-</div>
-<div id="status"></div>
-<div id="object">
-</div>
+  </div>
+  <div id="browse_status" style="text-align: center; display: none">
+  </div>
+  <div id="browse_content">
+  </div>
 </div>
 </div>