| Line | |
|---|
| 1 |
|
|---|
| 2 | <!-- IF S_DISPLAY_JUMPBOX -->
|
|---|
| 3 | <form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
|
|---|
| 4 |
|
|---|
| 5 | <table cellspacing="0" cellpadding="0" border="0">
|
|---|
| 6 | <tr>
|
|---|
| 7 | <td nowrap="nowrap"><span class="gensmall"><!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->:</span> <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
|
|---|
| 8 |
|
|---|
| 9 | <!-- BEGIN jumpbox_forums -->
|
|---|
| 10 | <!-- IF jumpbox_forums.S_FORUM_COUNT eq 1 --><option value="-1">------------------</option><!-- ENDIF -->
|
|---|
| 11 | <option value="{jumpbox_forums.FORUM_ID}"{jumpbox_forums.SELECTED}><!-- BEGIN level --> <!-- END level -->{jumpbox_forums.FORUM_NAME}</option>
|
|---|
| 12 | <!-- END jumpbox_forums -->
|
|---|
| 13 |
|
|---|
| 14 | </select> <input class="btnlite" type="submit" value="{L_GO}" /></td>
|
|---|
| 15 | </tr>
|
|---|
| 16 | </table>
|
|---|
| 17 |
|
|---|
| 18 | </form>
|
|---|
| 19 | <!-- ENDIF -->
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.