]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - dist/search.html
Merge remote-tracking branch 'upstream/master'
[nominatim-ui.git] / dist / search.html
index f0282d05f5324218d18bf836c3de2d499a7683a9..99aa904a971efe3bc8dd458cf6882623ce4e9013 100644 (file)
 <!DOCTYPE html>
 <html lang="en">
 <head>
-  <title>OpenStreetMap Nominatim</title>
-  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <meta charset='utf-8'>
+  <meta name='viewport' content='width=device-width,initial-scale=1'>
 
-  <link rel="icon" type="image/png" href="/assets/images/favicon-194x194.png" sizes="194x194" />
-  <link rel="icon" type="image/png" href="/assets/images/favicon-16x16.png" sizes="16x16" />
+  <title>Nominatim Demo</title>
 
-  <link href="assets/css/leaflet.css" rel="stylesheet" />
-  <link href="assets/css/Control.MiniMap.min.css" rel="stylesheet" />
-  <link href="assets/css/bootstrap-theme.min.css" rel="stylesheet" />
-  <link href="assets/css/bootstrap.min.css" rel="stylesheet" />
-  <link href="assets/css/common.css" rel="stylesheet" />
-  <link href="assets/css/search.css" rel="stylesheet" type="text/css" />
-  <link href="assets/css/details.css" rel="stylesheet" type="text/css" />
-</head>
-<body id="search-page">
-
-  <div id="error-overlay">
-    You need Javascript enabled to view this page.
-  </div>
-
-  <header class="container-fluid">
-    <div class="row">
-      <div class="col-xs-4">
-        <div class="brand">
-          <a href="/">
-            <img alt="logo" src="assets/images/osm_logo.120px.png" width="30" height="30"/>
-            <h1>Nominatim</h1>
-          </a>
-        </div>
-      </div>
-      <div id="last-updated" class="col-xs-4 text-center">
-        Data from <a id="api-request-link" href="">API request</a>
-        <br>
-        Data last updated:
-        <span id="data-date"></span>
-      </div>
-      <div class="col-xs-4 text-right">
-        <div class="btn-group">
-          <button class="dropdown-toggle btn btn-sm btn-default" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
-            About &amp; Help <span class="caret"></span>
-          </button>
-          <ul class="dropdown-menu dropdown-menu-right">
-            <li><a href="https://nominatim.org/release-docs/develop/api/Overview/" target="_blank">API Reference</a></li>
-            <li><a href="https://nominatim.org/release-docs/develop/api/Faq/" target="_blank">FAQ</a></li>
-            <li><a href="https://help.openstreetmap.org/tags/nominatim/">OpenStreetMap Help</a></li>
-            <li><a href="https://github.com/osm-search/Nominatim">Nominatim on Github</a></li>
-            <li><a href="https://github.com/osm-search/nominatim-ui">This frontend on Github</a></li>
-            <li role="separator" class="divider"></li>
-            <li><a href="#" class="" data-toggle="modal" data-target="#report-modal">Report problem with results</a></li>
-          </ul>
-        </div>
-      </div>
-    </div>
-  </header>
-
-  <div class="modal fade" id="report-modal">
-    <div class="modal-dialog">
-      <div class="modal-content">
-        <div class="modal-header">
-          <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
-          <h4 class="modal-title">Report a problem</h4>
-        </div>
-        <div class="modal-body">
-          <p>
-            Before reporting problems please read the <a target="_blank" href="https://nominatim.org/release-docs/develop/api/Overview/">user documentation</a>
-            and
-            <a target="_blank" href="https://nominatim.org/release-docs/develop/api/Faq/">FAQ</a>.
-
-            If your problem relates to the address of a particular search result please use the 'details' link 
-            to check how the address was generated before reporting a problem.
-          </p>
-          <p>
-            Use <a target="_blank" href="https://github.com/osm-search/Nominatim/issues">Nominatim issues on github</a>
-            to report problems.
-          </p>
-          <p>
-            Please ensure that you include a full description of the problem, including the search
-            query that you used, the problem with the result and, if the problem relates to missing data,
-            the osm type (node, way, relation) and id of the item that is missing.
-          </p>
-          <p>
-            Problems that contain enough detail are likely to get looked at before ones that require
-            significant research.
-          </p>
-        </div>
-        <div class="modal-footer">
-          <button type="button" class="btn btn-default" data-dismiss="modal">OK</button>
-        </div>
-      </div>
-    </div>
-  </div>
-
-  <main>
-  </main>
-
-  <footer>
-    <p class="disclaimer">
-      Addresses and postcodes are approximate
-    </p>
-    <p class="copyright">
-      &copy; <a href="https://osm.org/copyright">OpenStreetMap</a> contributors
-    </p>
-  </footer>
-
-  <script src="assets/js/jquery.min.js"></script>
-  <script src="assets/js/bootstrap.min.js"></script>
-  <script src="assets/js/leaflet.js"></script>
-  <script src="assets/js/Control.MiniMap.min.js"></script>
-  <script src="assets/js/handlebars.min.js"></script>
-  <script src="assets/js/url-search-params.js"></script>
-
-  <script src="config.js"></script>
-  <script src="handlebar_helpers.js"></script>
-
-  <script src="assets/js/nominatim-ui.js"></script>
-<script id="searchpage-template" type="text/x-handlebars-template">
-{{#*inline "partial_one_result"}}
-  <div class="result" data-position="{{iResNum}}">
-    {{#if aResult.icon}}
-      {{!-- <img src="{{env.Images_Base_Url}}{{aResult.icon}}" /> --}}
-      {{formatMapIcon aResult.icon}}
-    {{/if}}
-
-    <span class="name">{{aResult.display_name}}</span>
-    <span class="type">({{formatLabel aResult}})</span>
-    <p class="coords">{{aResult.lat}},{{aResult.lon}}</p>  
+  <link rel="icon" type="image/png" href="theme/favicon-194x194.png" sizes="194x194">
+  <link rel="icon" type="image/png" href="theme/favicon-32x32.png" sizes="32x32">
 
-    <a class="btn btn-default btn-xs details"
-       href="details.html?osmtype={{shortOSMType aResult.osm_type}}&osmid={{aResult.osm_id}}">details</a>
-  </div>
-{{/inline}}
+  <link rel='stylesheet' href='build/bundle.css'>
+  <link rel='stylesheet' href='theme/style.css'>
 
+  <script src='config.defaults.js'></script>
+  <script src='theme/config.theme.js'></script>
+  <script defer src='build/bundle.js'></script>
+</head>
 
-<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}}" />
-  </div>
-  <div class="form-group search-button-group">
-    <button type="submit" class="btn btn-primary btn-sm">Search</button>
-    {{#if env.Search_AreaPolygons}}
-      <input type="hidden" value="1" name="polygon_geojson" />
-    {{/if}}
-    <input type="hidden" name="viewbox" value="{{sViewBox}}" />
-    <div class="checkbox-inline">
-      <input type="checkbox"
-             id="use_viewbox" {{#if sViewBox}}checked="checked"{{/if}}>
-      <label for="use_viewbox">apply viewbox</label>
-    </div>
-  </div>
-  <div class="search-type-link">
-    <a id="switch-to-reverse" href="/reverse.html">reverse search</a>
-  </div>
-</form>
-
-<div id="content">
-
-  {{#if sQuery}}
-    <div id="searchresults" class="sidebar">
-      {{#each aSearchResults as |aResult|}}
-        {{>partial_one_result iResNum=@index aResult=aResult env=env}}
-      {{/each}}
-
-      {{#if aSearchResults}}
-        {{#if sMoreURL}}
-          <div class="more">
-            <a class="btn btn-primary" href="{{sMoreURL}}">
-              Search for more results
-            </a>
-          </div>
-        {{/if}}
-      {{else}}
-        <div class="noresults">No search results found</div>
-      {{/if}}
-    </div>
-
-  {{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>
-
-      For more information visit the
-      <a href="https://nominatim.org">Nominatim home page</a>.
-    </div>
-
-  {{/if}}
-
-  <div id="map-wrapper">
-    <div id="map-position">
-      <div id="map-position-inner"></div>
-      <div id="map-position-close"><a href="#">hide</a></div>
-    </div>
-    <div id="map"></div>
-  </div>
-</div>
-</script>
+<body>
 </body>
 </html>