X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/851af3db7f54d489df0e6b6e9d16b6ee7d4d98fc..620100a5ac943e86e54f81f40dc52f1dd0d61330:/lib/template/search-html.php diff --git a/lib/template/search-html.php b/lib/template/search-html.php index 91e9e890..e523c446 100644 --- a/lib/template/search-html.php +++ b/lib/template/search-html.php @@ -2,48 +2,19 @@ header("content-type: text/html; charset=UTF-8"); ?> + - -
-
- -
- Data last updated: -
- -
-
-
- - -
-
-
-
+ @@ -113,31 +87,8 @@ - - - + + @@ -152,7 +103,6 @@ ]; echo 'var nominatim_map_init = ' . json_encode($aNominatimMapInit, JSON_PRETTY_PRINT) . ';'; - $aNominatimResults = []; echo 'var nominatim_results = ' . json_encode($aSearchResults, JSON_PRETTY_PRINT) . ';'; ?>