| 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> <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> <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.