X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c7eea2e41914b0757d6deb3cd595ae6b7458db38..521d6294993f8d8d46d93d514c08556d0c924786:/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) . ';'; ?>