<html>
<head>
<title>Linkliste</title>
</head>
<LINK href="http://www.brueckenbau-links.de/bblinks.css" rel=styleSheet type=text/css>
<body>
<ul>
<loop db=links code=perl sort^=-IDE range=0,80>
out <<EOF;
<li><a href="$EigentuemerLink" target="_blank">$IDE - $SeitenEigentuemer</a> <font color="#000080">$Land $PLZ</font> - $Beschreibung<br>
EOF
out "<font size=\"2\">KeyWords: <strong><font color=\"#000080\">$KeyWords</font></strong></font>" if $KeyWords ne "";
get "IDE==$IDE range=0,1","brueckenbau"; #gucken, ob Eintrag da ist
out "<ul><font size=\"2\"><a href=\"http://koch.netpure.de/cgi-bin/baseportal.pl?htx=/koch/brueckenbau/ergebnis&range=0,5&IDE==$IDE&mode=pictures\" target=\"_blank\">Brückenseite(n)</a> ($_amount_query)</ul></font>" if $_amount != 0;
out "</li>";
</loop>
</ul>