<form action="baseportal.pl?htx=/suche_fusspflege/fusspflegen&cmd=add&range=0,5" method="post" enctype="multipart/form-data">
<input type=hidden name="htx=" value="/suche_fusspflege/fusspflegen">
<input type=hidden name="cmd=" value="add">
<input type=hidden name="range=" value="0,5">
<do action=input>
<loop db=fusspflegen sort^=Ort Bundesland~=$Bundesland Ort~=$Ort range^=0,5 code=perl>
$tdbg ="";
if($Premium eq "Ja") {
$tdbg = "premium";
}
$bild ="";
if($Hausbesuche eq "Ja") {
$bild = "<img src='http://www.suche-fusspflege.de/Images/hausbesuch.gif' alt=Hausbesuche width='25'>";
}
$bild1 ="";
if($Onlineshop eq "Ja") {
$bild1 = "<img src='http://www.suche-fusspflege.de/Images/shop.gif' alt=Onlineshop width='25'>";
}
$bild2 ="";
if($Diabetiker eq "Ja") {
$bild2 = "<img src='http://www.suche-fusspflege.de/Images/diabetiker.gif' alt=Diabetikerbehandlung width='25'>";
}
$bild3 ="";
if($Fussreflexzonenmassage eq "Ja") {
$bild3 = "<img src='http://www.suche-fusspflege.de/Images/fussreflexzonenmassage.gif' alt=Fussreflexzonenmassage width='25'>";
}
out <<EOF;
<center><table width="90%" border="0" cellspacing="0" class="$tdbg">
<tr><td>
<table width="100%" border="0" cellspacing="0" class="cream">
<tr>
<td width="2%"><img src="http://www.suche-fusspflege.de/Images/data.gif"> $tbg</td>
<td width="98%"><b>$Firma, $Ort</b></td>
</tr>
<tr>
<td width="2%"> </td>
<td width="98%">$Beschreibung</td>
</tr>
<tr>
<td width="2%"> </td>
<td width="98%">Tel.:$Telefon Kontakt:$Homepage, $EMail</td>
</tr>
<tr>
<td width="2%"> </td>
<td width="98%">$bild $bild1 $bild2 $bild3</td>
</tr>
<tr></tr>
</table>
</td></tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" background="http://www.suche-fusspflege.de/Images/trenner.gif">
<tr>
<td height="5"><img src="http://www.suche-fusspflege.de/Images/spacer.gif" width="5" height="5"></td>
</tr>
</table>
<br>
EOF
</loop>