baseportal | |||
English - Deutsch | "Es gibt keine dummen Fragen - jeder hat einmal angefangen" | ||
|
Ausgewählter Eintrag: | Zur Liste |
while (get_next("bgvtyp")) { $select_xtyp .= "<option value=\"$v3gruppe|$v3typ"; $select_xtyp .= " selected" if($v3gruppe eq $xgruppe && $v3typ eq $xtyp); $select_xtyp .= "\">$v3gruppe $v3typ</option>"; }
while (get_next("bgvtyp")) { $select_xtyp .= '<option value="$v3gruppe|$v3typ'; $select_xtyp .= ' selected' if($v3gruppe eq $xgruppe && $v3typ eq $xtyp); $select_xtyp .= '">$v3gruppe $v3typ</option>'; }
Alle Einträge zum Thema: | Zur Liste |
<select name="work_xtyp:="> <loop db=bgvtyp sort=v3gruppe,v3typ code=perl> out "<option value='$v3gruppe|$v3typ'"; out " selected" if($v3gruppe eq $xgruppe && $v3typ eq $xtyp); out ">$v3gruppe $v3typ</option>"; </loop></select>
$select_xtyp = '<select name="work_xtyp:=">'; get "Id==* sort=v3gruppe,v3typ", "bgvtyp"; while (get_next("bgvtyp")) { $select_xtyp .= '<option value=\"$v3gruppe|$v3typ'; $select_xtyp .= ' selected' if($v3gruppe eq $xgruppe && $v3typ eq $xtyp); $select_xtyp .= '\">$v3gruppe $v3typ</option>'; } $select_xtyp .= "</select>";
while (get_next("bgvtyp")) { $select_xtyp .= "<option value=\"$v3gruppe|$v3typ"; $select_xtyp .= " selected" if($v3gruppe eq $xgruppe && $v3typ eq $xtyp); $select_xtyp .= "\">$v3gruppe $v3typ</option>"; }
while (get_next("bgvtyp")) { $select_xtyp .= '<option value="$v3gruppe|$v3typ'; $select_xtyp .= ' selected' if($v3gruppe eq $xgruppe && $v3typ eq $xtyp); $select_xtyp .= '">$v3gruppe $v3typ</option>'; }
<option value="Musik|Liederabend selected"> so stehts bei dir im Quelltext. Also ist es richtig erkannt nur falsch geschrieben. Die " sind falsch gesetzt.
while (get_next("bgvtyp"))
$select_xtyp .= "<option value=\"$v3gruppe|$v3typ\""; $select_xtyp .= " selected" if($v3gruppe eq $xgruppe && $v3typ eq $xtyp); $select_xtyp .= ">$v3gruppe $v3typ</option>"; }
Liste der Einträge von 59700 bis 59850: | 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 |