mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-21 19:31:00 +00:00
9 lines
No EOL
968 B
HTML
9 lines
No EOL
968 B
HTML
<!-- Note: no longer in use... -->
|
|
<form action="{S_JUMPBOX_ACTION}" method="post" name="jumpbox">
|
|
<span class="gensmall">{L_JUMP_TO}:</span> <select name="f" onchange="if(this.options[this.selectedIndex].value != -1 && this.options[this.selectedIndex].value != document.jumpbox.current_f.value){ forms['jumpbox'].submit() }">
|
|
<!-- IF S_ENABLE_SELECT_ALL -->
|
|
<option value="0">{L_ALL_FORUMS}</option><!-- ELSE -->
|
|
<option value="-1">{L_SELECT_FORUM}</option><!-- ENDIF --><!-- BEGIN options -->
|
|
<option class="greyed" value="{options.VALUE}" <!-- IF options.VALUE eq -1 -->="<!-- IF options.VALUE eq -1 -->" <!-- ENDIF -->="<!-- ENDIF -->" {options.SELECTED}="{options.SELECTED}" />{options.TEXT}</option> <!-- BEGINELSE --><!-- END options -->
|
|
</select> <input type="hidden" name="current_f" value="{S_CURRENT_FORUM}" /><input class="btnlite" onclick="if(document.jumpbox.f.value == -1){return false;}" type="submit" name="jumpbox" value="{L_GO}" />
|
|
</form> |