X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/af7692c0455dfe513140ecdfdd918b0233377e1c..1e3bf9729eae72f7b5c1a71ad952877486a0fcdb:/lib/template/search-html.php diff --git a/lib/template/search-html.php b/lib/template/search-html.php index 7878540e..115f1813 100644 --- a/lib/template/search-html.php +++ b/lib/template/search-html.php @@ -1,474 +1,115 @@ - - - OpenStreetMap Nominatim: Search - - - - - - - - - - - + + + - - -
+ + + + + + + +
+ + + + + + + + + + + +
+
+
+ +
+
+
+ +
+ + + + + + + + + -
-
- - - - - - - - - - - -
> HighlightData: -Documentation | FAQ
-
-
- - -
-
-Suggest: '.$sSuggestion.'
'; - } - foreach($aSearchResults as $iResNum => $aResult) - { - if ($aResult['aBoundingBox']) - { - echo '
'; - } - elseif (isset($aResult['zoom'])) - { - echo '
'; - } - else - { - echo '
'; - } - - echo (isset($aResult['icon'])?'':''); - echo ' '.$aResult['name'].''; - echo ' '.round($aResult['lat'],3).','.round($aResult['lon'],3).''; - echo ' '.$aResult['place_id'].''; - if (isset($aResult['label'])) - echo ' ('.$aResult['label'].')'; - else - echo ' ('.ucwords(str_replace('_',' ',$aResult['type'])).')'; - echo ' (details)'; - echo '
'; - } - if (sizeof($aSearchResults)) - { - if ($sMoreURL) - { - echo ''; - } - } - else - { - echo '
No search results found
'; - } - -?> -
Addresses and postcodes are approximate - -
-
- - -
- - - -