| baseportal | |||
| English - Deutsch | "Es gibt keine dummen Fragen - jeder hat einmal angefangen" | ||
|
| Ausgewählter Eintrag: | Zur Liste |
######################################################## ####### Produktübersicht ############## ########################################################
$sid=$_REMOTE_ADDR.$_REMOTE_PORT.time;
$formcounter=-1;
out <<EOF;
<script language=\"JavaScript\">
<!--
var session_id=\"\";
function CheckCookie() {
if (document.cookie)
{
gelesen=document.cookie;
session_id=unescape(gelesen.substring(8,gelesen.length));
}
else
{
session_id="$sid";
document.cookie="session="+escape("$sid");
}
}
function SetSid(x)
{
document.forms[x].elements[0].value=session_id;
}
//-->
</script>
<script language="JavaScript">
<!--
CheckCookie();
//-->
</script>
<table width=600 cellpadding=5 cellspacing=0 border=0>
<tr><td align=center><h2>Produktliste</h2></td></tr>
</table><p>
EOF
$i=0;
get "kat_id==$kat_id", "kategorie";
out "<h1>$kategorie<h1>";
get "kat==$kat_id sort=sku", "produkte";
while (get_next("produkte"))
{
if ($besttemp != 0) # wenn das produkt noch verfügbar ist
{
$i++;
$formcounter++;
$printpreis = sprintf('%.2f', $einzelpreis);
$printpreis =~ s/\./,/;
$europreis=&Euro($einzelpreis);
out <<EOF;
<form action="$link&show=basket" method="post"
enctype="multipart/form-data">
<input type=hidden name="session=">
<input type=hidden name="htx=" value="$htx">
<input type=hidden name="show=" value="basket">
<input type=hidden name="sku=" value="$sku">
<input type=hidden name="aktion=" value="a">
<table width=600 border=0 cellpadding=1 cellspacing=0 bgcolor="#CCCCCC">
<tr><td width=200><span style="font-weight:bold">Artikel-Nr.: $sku</span></td>
<td width=400 align=left><span style="font-weight:bold"><h2>$bezeichnung</h2></span>, Kategorie: <span style="font-weight:bold">$kategorie</span></td></tr><tr><td colspan=2><table width=598 cellpadding=5 cellspacing=0
bgcolor="#FFFFFF"><tr><td colspan=4><h2>$beschreibung</h2></td>
<td> <img src="/files/$bild" align=left hspace=10> </td>
</tr><tr><td width=90 valign=top><span
style="font-weight:bold"><h2>Stückpreis:</h2> </span></td><td width=158 align=left valign=top>
<h2> € $printpreis</h2><br></td><td width=150><b>verfügbar:</b> $besttemp</td>
<td width=200 align=right valign=top><span style="font-weight:bold">Stückzahl:</span>
<input type=text name="number=" size=3 value="1"> <input type=submit value="Warenkorb"></td></tr>
</table></td></tr></table></form>
<script language="Javascript">
<!--
SetSid($formcounter);
//-->
</script><p>
EOF
}
out "<p>In dieser Kategorie sind zur Zeit leider keine Produkte vorhanden</p>" if $i==0;
}
out <<EOF;
<table width=600 cellpadding=5 cellspacing=0 border=0>
<tr><td align=center>Gehe zu Kategorie:
&kategorien; $formcounter++;
out <<EOF; <tr><td align=center><form action="$link&show=basket"
<input type=hidden name="session="><input type=hidden name="htx=" value="$htx"><input type=hidden name="show=" value="basket"><input type=hidden name="aktion=" value="show"><input type=submit value="Warenkorb"> anzeigen... </form></td></tr> <script language="JavaScript"> <!-- SetSid($formcounter); //--> </script> </table>
}elsif ($show eq "basket")
| Alle Einträge zum Thema: | Zur Liste |
######################################################## ####### Produktübersicht ############## ########################################################
$sid=$_REMOTE_ADDR.$_REMOTE_PORT.time;
$formcounter=-1;
out <<EOF;
<script language=\"JavaScript\">
<!--
var session_id=\"\";
function CheckCookie() {
if (document.cookie)
{
gelesen=document.cookie;
session_id=unescape(gelesen.substring(8,gelesen.length));
}
else
{
session_id="$sid";
document.cookie="session="+escape("$sid");
}
}
function SetSid(x)
{
document.forms[x].elements[0].value=session_id;
}
//-->
</script>
<script language="JavaScript">
<!--
CheckCookie();
//-->
</script>
<table width=600 cellpadding=5 cellspacing=0 border=0>
<tr><td align=center><h2>Produktliste</h2></td></tr>
</table><p>
EOF
$i=0;
get "kat_id==$kat_id", "kategorie";
out "<h1>$kategorie<h1>";
get "kat==$kat_id sort=sku", "produkte";
while (get_next("produkte"))
{
if ($besttemp != 0) # wenn das produkt noch verfügbar ist
{
$i++;
$formcounter++;
$printpreis = sprintf('%.2f', $einzelpreis);
$printpreis =~ s/\./,/;
$europreis=&Euro($einzelpreis);
out <<EOF;
<form action="$link&show=basket" method="post"
enctype="multipart/form-data">
<input type=hidden name="session=">
<input type=hidden name="htx=" value="$htx">
<input type=hidden name="show=" value="basket">
<input type=hidden name="sku=" value="$sku">
<input type=hidden name="aktion=" value="a">
<table width=600 border=0 cellpadding=1 cellspacing=0 bgcolor="#CCCCCC">
<tr><td width=200><span style="font-weight:bold">Artikel-Nr.: $sku</span></td>
<td width=400 align=left><span style="font-weight:bold"><h2>$bezeichnung</h2></span>, Kategorie: <span style="font-weight:bold">$kategorie</span></td></tr><tr><td colspan=2><table width=598 cellpadding=5 cellspacing=0
bgcolor="#FFFFFF"><tr><td colspan=4><h2>$beschreibung</h2></td>
<td> <img src="/files/$bild" align=left hspace=10> </td>
</tr><tr><td width=90 valign=top><span
style="font-weight:bold"><h2>Stückpreis:</h2> </span></td><td width=158 align=left valign=top>
<h2> € $printpreis</h2><br></td><td width=150><b>verfügbar:</b> $besttemp</td>
<td width=200 align=right valign=top><span style="font-weight:bold">Stückzahl:</span>
<input type=text name="number=" size=3 value="1"> <input type=submit value="Warenkorb"></td></tr>
</table></td></tr></table></form>
<script language="Javascript">
<!--
SetSid($formcounter);
//-->
</script><p>
EOF
}
out "<p>In dieser Kategorie sind zur Zeit leider keine Produkte vorhanden</p>" if $i==0;
}
out <<EOF;
<table width=600 cellpadding=5 cellspacing=0 border=0>
<tr><td align=center>Gehe zu Kategorie:
&kategorien; $formcounter++;
out <<EOF; <tr><td align=center><form action="$link&show=basket"
<input type=hidden name="session="><input type=hidden name="htx=" value="$htx"><input type=hidden name="show=" value="basket"><input type=hidden name="aktion=" value="show"><input type=submit value="Warenkorb"> anzeigen... </form></td></tr> <script language="JavaScript"> <!-- SetSid($formcounter); //--> </script> </table>
}elsif ($show eq "basket")
out <<EOF; <form action="$link&show=basket" method="post" enctype="multipart/form-data"> <input type=hidden name="session="> <input type=hidden name="htx=" value="$htx"> <input type=hidden name="show=" value="basket"> <input type=hidden name="sku=" value="$sku"> <input type=hidden name="aktion=" value="a"> <table width=600 border=0 cellpadding=1 cellspacing=0 bgcolor="#CCCCCC"> <tr><td width=200><span style="font-weight:bold">Artikel-Nr.: $sku</span></td> <td width=400 align=left><span style="font-weight:bold"><h2>$bezeichnung</h2></span>, Kategorie: <span style="font-weight:bold">$kategorie</span></td></tr><tr><td colspan=2><table width=598 cellpadding=5 cellspacing=0 bgcolor="#FFFFFF"><tr><td colspan=4><h2>$beschreibung</h2></td> <td> EOF out "<img src=\"/files/$bild\" align=left hspace=10>" if $Bild; out <<EOF; </td> </tr><tr><td width=90 valign=top><span style="font-weight:bold"><h2>Stückpreis:</h2> </span></td><td width=158 align=left valign=top> <h2> € $printpreis</h2><br></td><td width=150><b>verfügbar:</b> $besttemp</td> <td width=200 align=right valign=top><span style="font-weight:bold">Stückzahl:</span> <input type=text name="number=" size=3 value="1"> <input type=submit value="Warenkorb"></td></tr> </table></td></tr></table></form> <script language="Javascript"> <!-- SetSid($formcounter); //--> </script><p> EOF
| Liste der Einträge von 52200 bis 52350: | Einklappen | Zur Eingabe |
| Neueste Einträge << 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | Neuere Einträge < | Zur Eingabe | > Ältere Einträge | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 >> Älteste Einträge |
| © baseportal.de. Alle Rechte vorbehalten. Nutzungsbedingungen |