zdoom-styles/subMerged/template/mcp_jumpbox.html
2022-08-09 02:53:00 -04:00

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>