]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_start.rhtml
Tidy up map browse code and qualify various global names to avoid
[rails.git] / app / views / browse / _start.rhtml
index 302082de13a9aad0dc71285ab147c8ccd39a9570..00e1411b98fcec71687b55b9a1275303cb0b9033 100644 (file)
@@ -1,12 +1,13 @@
-<div style="padding:0px 10px;">
-    <div style="text-align: center">
-    <p>
-      <a id="use_map" display="hidden" href="#">View Data For Current Map View</a>
+<div style="padding: 0px 10px">
+  <div style="text-align: center">
+    <p style="margin-top: 10px">
+      <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">
+  </div>
+  <div id="browse_object_list">
+  </div>
 </div>
 </div>