baseportal | |||
English - Deutsch | "Es gibt keine dummen Fragen - jeder hat einmal angefangen" | ||
|
Ausgewählter Eintrag: | Zur Liste |
<table> <tr> <perl> $anz_tds = 4 if (!$anz_tds); get "Id==* ","test"; $anz_les = -1; while (get_next("test")) { $anz_les++; $anz_tr = $anz_les % $anz_tds; out "<tr>\n" if (!$anz_tr); out <<EOF; <td> <font size="-2" face="arial"> <b><i>$beatname</i></b></font><br> <font size="-2" face="arial"><b><i><font size="-2" face="arial">von: $von</i></b></font><br> <font size="-1"><b><font size="-2" face="arial">$mb mb / $min min</b></font><br> <font size="-1"><font size="-2" face="arial">$beschreibung</font><br> <a href="http://www.beatbastler.com/inhalt/beat-mp3z/odtrack.php?url=http://www.beatbastler.com/inhalt/beat-mp3z/$preview"><img src="http://www.beatbastler.com/images/realplaya.jpg" width="38" height="34" align="bottom" border="0"></a> <a href="http://www.beatbastler.com/inhalt/beat-mp3z/odtrack.php?url=http://www.beatbastler.com/inhalt/beat-mp3z/$beatmp3"><img src="http://www.beatbastler.com/images/downlogo.jpg" width="26" height="28" align="bottom" border="1"></a> <a href="javascript:test()"><img src="http://www.beatbastler.com/images/commentslogo.gif" width="22" height="31" align="bottom" border="0"></a><br><br> </td> EOF out "</tr>\n" if ($anz_tr eq $anz_tds - 1); } if (!$anz_tr) { out "<td> </td>\n"; } </perl> </tr>
Alle Einträge zum Thema: | Zur Liste |
<table> <tr> <perl> $anz_tds = 4 if (!$anz_tds); get "Id==* ","test"; $anz_les = -1; while (get_next("test")) { $anz_les++; $anz_tr = $anz_les % $anz_tds; out "<tr>\n" if (!$anz_tr); out <<EOF; <td> <font size="-2" face="arial"> <b><i>$beatname</i></b></font><br> <font size="-2" face="arial"><b><i><font size="-2" face="arial">von: $von</i></b></font><br> <font size="-1"><b><font size="-2" face="arial">$mb mb / $min min</b></font><br> <font size="-1"><font size="-2" face="arial">$beschreibung</font><br> <a href="http://www.beatbastler.com/inhalt/beat-mp3z/odtrack.php?url=http://www.beatbastler.com/inhalt/beat-mp3z/$preview"><img src="http://www.beatbastler.com/images/realplaya.jpg" width="38" height="34" align="bottom" border="0"></a> <a href="http://www.beatbastler.com/inhalt/beat-mp3z/odtrack.php?url=http://www.beatbastler.com/inhalt/beat-mp3z/$beatmp3"><img src="http://www.beatbastler.com/images/downlogo.jpg" width="26" height="28" align="bottom" border="1"></a> <a href="javascript:test()"><img src="http://www.beatbastler.com/images/commentslogo.gif" width="22" height="31" align="bottom" border="0"></a><br><br> </td> EOF out "</tr>\n" if ($anz_tr eq $anz_tds - 1); } if (!$anz_tr) { out "<td> </td>\n"; } </perl> </tr>
out "<table>"; get ... while (get_next) { out <<EOF; <tr><td>$Feld1</td></tr> <tr><td>$Beschreibung</td></tr> EOF } out "</table>";
out "<table>"; get "Id==* ","test"; while (get_next) { out <<EOF; <tr bgcolor="gray"><td>$name</td></tr> <tr><td>$beschreibung</td></tr> EOF } out "</table>"; </perl>
out "<table>"; get "Id==*","test"; while (get_next("test")) { out <<EOF; <tr bgcolor="gray"><td>$name</td></tr> <tr><td>$beschreibung</td></tr> EOF } out "</table>"; </perl>
Liste der Einträge von 50701 bis 50851: | 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 |