1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | | Quellcode
<table class="forumbottom" cellspacing="1" cellpadding="2" width="100%">
<tr>
<td class="heads">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<form name="forumjump" method="post" action="include.php?path=forum/jump.php">
<input type="hidden" name="remove_path" value="$current_path" />
<tr>
$forum_action
<td align="right" width="100%" nowrap><font class="headssmall">Gehe zu: </font></td>
<td nowrap>
<select name="jumpid" size="1" onChange="JumpSelect()">
<option value="main" $jump_main>Forenübersicht</option>
<option value="search" $jump_search>Suche</option>
<option value="newthread" $jump_newthread>Neues Thema</option>
<option value="-1">_______________</option>
<option value="-1" $jump_target>Zielforum wählen:</option>
<option value="-1"> </option>
$forum_jump
</select>
<input type="submit" name="jump" value="$lang[go]"></td>
</tr>
</form>
</table>
|