2003-07-24 13:22:39 +00:00
2004-03-20 17:06:21 +00:00
<!-- IF S_DISPLAY_JUMPBOX -->
2006-06-16 16:54:51 +00:00
< form method = "post" name = "jumpbox" action = "{S_JUMPBOX_ACTION}" onsubmit = "if(document.jumpbox.f.value == -1){return false;}" >
2004-03-20 17:06:21 +00:00
2006-06-16 16:54:51 +00:00
< table cellspacing = "0" cellpadding = "0" border = "0" >
2003-07-24 13:22:39 +00:00
< tr >
2006-06-19 21:30:32 +00:00
< td nowrap = "nowrap" > < span class = "gensmall" > <!-- IF S_IN_MCP --> {L_MODERATE_FORUM}<!-- ELSE --> {L_JUMP_TO}<!-- ENDIF --> :< / span > < select name = "f" onchange = "if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }" >
2004-03-20 17:06:21 +00:00
2006-06-16 16:54:51 +00:00
<!-- BEGIN jumpbox_forums -->
<!-- IF jumpbox_forums.S_FORUM_COUNT eq 2 --> < option value = "-1" > ------------------< / option > <!-- ENDIF -->
< option value = "{jumpbox_forums.FORUM_ID}" { jumpbox_forums . SELECTED } > <!-- BEGIN level --> <!-- END level --> {jumpbox_forums.FORUM_NAME}< / option >
<!-- END jumpbox_forums -->
2004-03-20 17:06:21 +00:00
< / select > < input class = "btnlite" type = "submit" value = "{L_GO}" / > < / td >
2003-07-24 13:22:39 +00:00
< / tr >
2006-06-16 16:54:51 +00:00
< / table >
2004-03-20 17:06:21 +00:00
2006-06-16 16:54:51 +00:00
< / form >
2004-03-20 17:06:21 +00:00
<!-- ENDIF -->