X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/942ed125d4c7f93a741166cfeacf8d6115623e8d..fed2c307a7832ab8ffd3df04bb279df808be08d2:/lib/template/search-html.php diff --git a/lib/template/search-html.php b/lib/template/search-html.php index f7013793..2b8c1495 100644 --- a/lib/template/search-html.php +++ b/lib/template/search-html.php @@ -1,468 +1,114 @@ - - - OpenStreetMap Nominatim: Search - - - - - - - - - - - + + + - - -
+ + + + + + + +
+ + + + + + + + + + + +
+
+
+ +
+
+
+ +
+ + + + + + + + + -
-
- - - - - - - - - - - -
> HighlightData: -Documentation | FAQ
Thank you for your problem report
-
-
- - -
-
-Suggest: '.$sSuggestion.'
'; - } - foreach($aSearchResults as $iResNum => $aResult) - { - if ($aResult['aBoundingBox']) - { - echo '
'; - } - elseif (isset($aResult['zoom'])) - { - echo '
'; - } - else - { - echo '
'; - } - - echo ($aResult['icon']?'':''); - echo ' '.$aResult['name'].''; - echo ' '.round($aResult['lat'],3).','.round($aResult['lat'],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 - -
-
- - -
- - - -