]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/templates/searchpage.hbs
cut templates to 80 line length
[nominatim-ui.git] / src / templates / searchpage.hbs
index 8516f0883e939d913734e8a07d8ad01b6d2dd470..a4c220d7e97d6671e8af8cba00a45bcdd0c18600 100644 (file)
@@ -9,14 +9,20 @@
     <span class="type">({{formatLabel aResult}})</span>
     <p class="coords">{{aResult.lat}},{{aResult.lon}}</p>  
 
-    <a class="btn btn-default btn-xs details" href="details.html?osmtype={{shortOSMType aResult.osm_type}}&osmid={{aResult.osm_id}}">details</a>
+    <a class="btn btn-default btn-xs details"
+       href="details.html?osmtype={{shortOSMType aResult.osm_type}}&osmid={{aResult.osm_id}}">details</a>
   </div>
 {{/inline}}
 
 
 <form class="form-inline" role="search" accept-charset="UTF-8" action="">
   <div class="form-group">
-    <input id="q" name="q" type="text" class="form-control input-sm" placeholder="Search" value="{{sQuery}}">
+    <input id="q"
+           name="q"
+           type="text"
+           class="form-control input-sm"
+           placeholder="Search"
+           value="{{sQuery}}" />
   </div>
   <div class="form-group search-button-group">
     <button type="submit" class="btn btn-primary btn-sm">Search</button>
@@ -25,7 +31,8 @@
     {{/if}}
     <input type="hidden" name="viewbox" value="{{sViewBox}}" />
     <div class="checkbox-inline">
-      <input type="checkbox" id="use_viewbox" {{#if sViewBox}}checked="checked"{{/if}}>
+      <input type="checkbox"
+             id="use_viewbox" {{#if sViewBox}}checked="checked"{{/if}}>
       <label for="use_viewbox">apply viewbox</label>
     </div>
   </div>
@@ -45,7 +52,9 @@
       {{#if aSearchResults}}
         {{#if sMoreURL}}
           <div class="more">
-            <a class="btn btn-primary" href="{{sMoreURL}}">Search for more results</a>
+            <a class="btn btn-primary" href="{{sMoreURL}}">
+              Search for more results
+            </a>
           </div>
         {{/if}}
       {{else}}
     <div id="intro" class="sidebar">
       <h2>Welcome to Nominatim</h2>
 
-      <p>Nominatim is a search engine for <a href="https://www.openstreetmap.org">OpenStreetMap</a>
-      data. This is the debugging interface. You may search for a name or address(forward search) or
-      look up data by its geographic coordinate(reverse search). Each result comes with a
-      link to a details page where you can inspect what data about the object is saved in 
-      the database and investigate how the address of the object has been computed.</p>
+      <p>
+        Nominatim is a search engine for
+        <a href="https://www.openstreetmap.org">OpenStreetMap</a> data. This
+        is the debugging interface. You may search for a name or address
+        (forward search) or look up data by its geographic coordinate (reverse
+        search). Each result comes with a link to a details page where you
+        can inspect what data about the object is saved in the database and
+        investigate how the address of the object has been computed.
+      </p>
 
-      For more information visit the <a href="https://nominatim.org">Nominatim home page</a>.
+      For more information visit the
+      <a href="https://nominatim.org">Nominatim home page</a>.
     </div>
 
   {{/if}}