|
Schnäppchen des Tages () |
|
|
|
|
|
|
|
|
Schnäppchen-Navigator () |
|
|
|
|
|
A L L E B R A N C H E N |
|
|
|
|
|
<%
if sp_group then
br_link = "sp_liste.asp?Regionid=" & regionid & "&Brid="
else
br_link = "mp_liste.asp?Regionid=" & regionid & "&Spid=0&Brid="
end if
for i=0 to 5
response.write "" & chr(13)
for j=0 to 2
br_index = 3*i+j
response.write "" & br_array(1,br_index) & " | " & chr(13)
next
response.write " " & chr(13)
response.write " | " & chr(13)
next
%>
|
|
|
|
> Schnäppchen aus allen Branchen () |
|
|
|
|
Einträge: |
|
|
Kategorie: |
Schnäppchen: |
|
|
|
|
|
<%
for i=0 to list_anz
response.write "" & chr(13)
response.write "" & ang_array(4,i) & " | | " & chr(13)
response.write "" & konv_Text(ang_array(7,i),"Titel",30,false) & " | | " & chr(13)
response.write "" & chr(13)
response.write " | | " & chr(13)
next
%>
|
|
|
|
|
|
<%
start = 0
for i=0 to aus_anz
response.write " | " & aus_array(1,i) & " | " & chr(13)
response.write " | | " & chr(13)
response.write " | " & chr(13)
ang_idx = 3 * get_RND_Index(start,aus_array(2,i))
response.write " | " & chr(13)
response.write "" & konv_Text(hp_array(6,ang_idx),"Titel",35,false) & " | "
response.write " | " & chr(13)
response.write "" & konv_Text(hp_array(6,ang_idx+1),"Text",100,false) & " | " & chr(13)
hp_bild = not(hp_array(4,ang_idx) = "" or isnull(hp_array(4,ang_idx)) or hp_array(4,ang_idx)="blind.gif")
if hp_bild then
response.write " | | " & chr(13)
end if
response.write " | " & konv_Text(hp_array(6,ang_idx+2),"Preis",15,true) & " | " & chr(13)
response.write " | " & chr(13)
start = start + aus_array(2,i)
next
%>
|