Hallo und vorab schomn Dank
hier das template
mfg. Jogi
<html>
<head>
<title>PC - Hilfe - Treiber - Ausbabe</title>
</head>
<body background="http://www.pchilfe-service.de/private/30d.gif">
<include src=/pc_hilfe/website/kopf>
<p align="center"><b><font color="#0000FF" size="4" face="Arial">Suchergebnisse</font></b></p>
<perl>
$append = "&Bereich~=$Bereich" if $Bereich ne "";
$append.= "&Name~=$Name" if $Name ne "";
$append.= "&Bezeichnung~=$Bezeichnung" if $Bezeichnung ne "";
$append.= "&Version~=$Version" if $Version ne "";
$append.= "&Datum~=$Datum" if $Datum ne "";
$append.= "&URL~=$URL" if $URL ne "";
</perl>
<loop code=perl db=/pc_hilfe/Treiber1/Daten>
$ausgabe.=<<EOF;
<center>
<table bgcolor="#eaf4d9" border="0" bordercolor="#ffffff" width="500" cellpadding="2" cellspacing="1">
<tr><td width="80">
<font color="#0000FF"><b><center>$Bereich</b></font>
</td>
<td width="80"><font color="#0000FF"><b><center>$Name</b></font></td>
<td width="138"> <font color="#0000FF"><center>$Bezeichnung</font></td>
<td width="121"><font color="#0000FF"><center>$Version</font></td>
<td width="50"><a href=http://baseportal.de/cgi-bin/baseportal.pl?htx=/pc_hilfe/Treiber1/Details&cmd=all&Id==$_id><center><img border="0" src="http://www.pchilfe-service.de/private/pfeil-blink.gif">
<tr><td width=500 colspan=5><hr noshade size=1 color=#0000FF></td></tr>
</table>
EOF
my $newrange=$_range+$_range_length;
my $oldrange=$_range-$_range_length;
$oldrange=0 if $oldrange<0 && $oldrange>-$_range_length;
out "<a href=\"$_link&range=$oldrange,$_range_length$append\"><img src=\"http://www.pchilfe-service.de/private/pfeil-links.gif\" width=\"40\" height=\"20\" border=0 alt=\"zurück\"></a><b><font color=\"#0000ff\"> Zurück +++ Weiter </font></b>" if $oldrange>=0;
out "<a href=\"$_link&range=$newrange,$_range_length$append\"><img src=\"http://www.pchilfe-service.de/private/pfeil-rechts.gif\" width=\"40\" height=\"20\" border=0 alt=\"weiter\"></a>" if $newrange<$_amount_query;
</perl>
<br>
<font color="#0000ff"><b>Bei dieser Suchanfrage wurden $_amount_query Datensätze gefunden</b></font><br><br>
<table bgcolor=\"#eaf4d9\" border=\"02\" bordercolor=\"#ffffff\" width=\"500\" cellpadding=\"2\" cellspacing=\"1\">
<tr>
<td width=80 valign=\"top\" valign=\"middle\" align=\"center\" bordercolor=\"#0000FF\" bgcolor="#EAF4D9">
<center>
<font color=\"#0000FF\"><b>Bereich</b></font>
</td>
<td width=85 valign=\"top\" valign=\"middle\" align=\"center\" bordercolor=\"#0000FF\" bgcolor="#EAF4D9">
<center>
<font color=\"#0000FF\"><b>Hersteller</b></font></td>
<td width=138 valign=\"top\" valign=\"middle\" align=\"center\" bordercolor=\"#0000FF\" bgcolor="#EAF4D9">
<center>
<font color=\"#0000FF\"><b>Beschreibung</b></font></td>
<td width=126 valign=\"top\" valign=\"middle\" align=\"center\" bordercolor=\"#0000FF\" bgcolor="#EAF4D9">
<center>
<font color=\"#0000FF\"><b>Version</b></font></td>
<td width=50 valign=\"top\" valign=\"middle\" align=\"center\" bordercolor=\"#0000FF\" bgcolor="#EAF4D9">
<center>
<font color=\"#0000FF\"><b>Detail</b></font></td>
</tr>
</table>
<br>
<perl>
out $ausgabe;
out "<a href=\"$_link&range=$oldrange,$_range_length$append\"><img src=\"http://www.pchilfe-service.de/private/pfeil-links.gif\" width=\"40\" height=\"20\" border=0 alt=\"zurück\"></a><b><font color=\"#0000ff\"> Zurück +++ Weiter </font></b>" if $oldrange>=0;
out "<a href=\"$_link&range=$newrange,$_range_length$append\"><img src=\"http://www.pchilfe-service.de/private/pfeil-rechts.gif\" width=\"40\" height=\"20\" border=0 alt=\"weiter\"></a>" if $newrange<$_amount_query;
</perl>
<br>
<font color="#0000ff"><b>Bei dieser Suchanfrage wurden $_amount_query Datensätze gefunden</b></font>
</center>
</body>
</html>