<table border="0" cellspacing="1" width="50%" align="left">
<tr>
<td width="50%" align="left">
<select class='row1' name='url' onchange="window.location.href=this.options[this.selectedIndex].value">
<option selected="selected">{$lang['quick_jump_to']}</option>
<option value='index.php'>»{$lang['home']}</option>
{if $PowerBB->_GET['page'] == 'search'}
<option value='index.php?page=search&index=1' selected='selected'>»{$lang['Search_Engine']}</option>
{else}
<option value='index.php?page=search&index=1'>»{$lang['Search_Engine']}</option>
{/if}
{if $PowerBB->_GET['page'] == 'online'}
<option value='index.php?page=online&show=1' selected='selected'>»{$lang['Whos_Online']}</option>
{else}
<option value='index.php?page=online&show=1'>»{$lang['Whos_Online']}</option>
{/if}
{if $PowerBB->_GET['page'] == 'pm_list'}
<option value='index.php?page=pm_list&list=1&folder=inbox' selected='selected'>»{$lang['Private_Messages']}</option>
{else}
<option value='index.php?page=pm_list&list=1&folder=inbox'>»{$lang['Private_Messages']}</option>
{/if}
{if $PowerBB->_GET['page'] == 'member_list'}
<option value='index.php?page=member_list&index=1&show=1' selected='selected'>»{$lang['members']}</option>
{else}
<option value='index.php?page=member_list&index=1&show=1'>»{$lang['members']}</option>
{/if}
{if $PowerBB->_GET['page'] == 'archive'}
<option value='index.php?page=archive' selected='selected'>»{$lang['archive']}</option>
{else}
<option value='index.php?page=archive'>»{$lang['archive']}</option>
{/if}
{if $PowerBB->_GET['page'] == 'calendar'}
<option value='index.php?page=calendar&show=1' selected='selected'>»{$lang['Calendar']}</option>
{else}
<option value='index.php?page=calendar&show=1'>»{$lang['Calendar']}</option>
{/if}
<option disabled='disabled'>-------------------------------</option>
{Des::foreach}{forumsy_list}{forumy}
{if {$forumy['parent']} == 0}
<option value="index.php?page=forum&show=1&id={$forumy['id']}" disabled="disabled">- {$forumy['title']}</option>
{else}
{if $PowerBB->_GET['page'] == 'forum' && $PowerBB->_GET['show'] == 1 && $PowerBB->_GET['id'] == {$forumy['id']}}
<option value="index.php?page=forum&show=1&id={$forumy['id']}" selected='selected'>-- {$forumy['title']}</option>
{else}
<option value="index.php?page=forum&show=1&id={$forumy['id']}">-- {$forumy['title']}</option>
{/if}
{/if}
{if {$forumy['parent']} != 0}
{if {$forumy['linksection']} != '1'}
{if {$forumy['is_sub']}}
{$forumy['sub']}
{/if}
{/if}
{/if}
{/Des::foreach}
</select>
<input type="submit" value="{$lang['Count']}" />
</td>
</tr>
</table>
<br />
<br />