X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c7eea2e41914b0757d6deb3cd595ae6b7458db38..016815eda29fcd4a858921f6cefc467d20952bab:/lib/template/search-html.php diff --git a/lib/template/search-html.php b/lib/template/search-html.php index 91e9e890..e9980796 100644 --- a/lib/template/search-html.php +++ b/lib/template/search-html.php @@ -2,42 +2,13 @@ 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) . ';'; ?>