X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f2a2c29815768171406587b7bc528f5033ec9b8f..797c2d1e74a14d8d52d963f1efad9be53fca5f5f:/lib/template/details-html.php diff --git a/lib/template/details-html.php b/lib/template/details-html.php index 548cee7a..71fcc7b3 100644 --- a/lib/template/details-html.php +++ b/lib/template/details-html.php @@ -6,40 +6,19 @@ - - ".$sTitle."\n"; - } - - function osm_link($aFeature) - { - $sOSMType = ($aFeature['osm_type'] == 'N'?'node':($aFeature['osm_type'] == 'W'?'way':($aFeature['osm_type'] == 'R'?'relation':''))); - if ($sOSMType) - { - return ''.$sOSMType.' '.$aFeature['osm_id'].''; - } - return ''; + echo "
'.$sKey.' | '.$sValue.' |
There are more child objects which are not shown.
'; } } - // headline('Other Parts'); - // headline('Linked To'); + echo "\n"; ?>