source: trunk/forum/styles/wowblue/template/mcp_jumpbox.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 923 bytes
Line 
1<!-- Note: no longer in use... -->
2
3<form name="jumpbox" method="post" action="{S_JUMPBOX_ACTION}">
4
5 <span class="gensmall">{L_JUMP_TO}:</span>&nbsp;<select name="f" onChange="if(this.options[this.selectedIndex].value != -1 && this.options[this.selectedIndex].value != document.jumpbox.current_f.value){ document.forms['jumpbox'].submit() }">
6
7<!-- IF S_ENABLE_SELECT_ALL -->
8 <option value="0">{L_ALL_FORUMS}</option>
9<!-- ELSE -->
10 <option value="-1">{L_SELECT_FORUM}</option>
11<!-- ENDIF -->
12
13<!-- BEGIN options -->
14 <option value="{options.VALUE}"<!-- IF options.VALUE eq -1 --> class="disabled-option"<!-- ENDIF -->{options.SELECTED}/>{options.TEXT}</option>
15<!-- BEGINELSE -->
16<!-- END options -->
17</select>&nbsp;<input type="hidden" name="current_f" value="{S_CURRENT_FORUM}" /><input name="jumpbox" class="btnlite" type="submit" value="{L_GO}" onclick="if(document.jumpbox.f.value == -1){return false;}" />
18</form>
Note: See TracBrowser for help on using the repository browser.