]> 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 8b894fcb8c004a37c44c412b552f99abbc5176e6..00e1411b98fcec71687b55b9a1275303cb0b9033 100644 (file)
@@ -1,12 +1,13 @@
-<div style="padding:0px 10px; width:100%">
-    <div style="text-align: center">
+<div style="padding: 0px 10px">
+  <div style="text-align: center">
     <p style="margin-top: 10px">
     <p style="margin-top: 10px">
-      <a id="use_map" display="hidden" href="#">View Data For Current Map View</a>
+      <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>