{$header} <form action="usercp.php" method="post" name="input"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="action" value="do_subscriptions" /> <table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top"> {$multipage} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="7"><strong>{$lang->subscriptions} ({$threadcount})</strong></td> </tr> <tr> <td width="66%" colspan="3" class="tcat"><span class="smalltext"><strong>{$lang->thread}</strong></span></td> <td class="tcat" align="center" width="7%"><span class="smalltext"><strong>{$lang->replies}</strong></span></td> <td class="tcat" align="center" width="7%"><span class="smalltext"><strong>{$lang->views}</strong></span></td> <td class="tcat" align="center" width="200"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td> <td class="tcat" align="center" width="1"><input name="allbox" title="Select All" type="checkbox" class="checkbox checkall" value="1" /></td> </tr> {$threads} {$remove_options} </table> <br /> <div class="float_left"> <div class="float_left"> <dl class="thread_legend smalltext"> <dd><span class="thread_status newfolder" title="{$lang->new_thread}"> </span> {$lang->new_thread}</dd> <dd><span class="thread_status newhotfolder" title="{$lang->new_hot_thread}"> </span> {$lang->new_hot_thread}</dd> <dd><span class="thread_status hotfolder" title="{$lang->hot_thread}"> </span> {$lang->hot_thread}</dd> </dl> </div>
| {$header} <table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top"> {$multipage} <form action="usercp.php" method="post" name="input"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="action" value="do_subscriptions" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="7"><strong>{$lang->subscriptions} ({$threadcount})</strong></td> </tr> <tr> <td width="66%" colspan="3" class="tcat"><span class="smalltext"><strong>{$lang->thread}</strong></span></td> <td class="tcat" align="center" width="7%"><span class="smalltext"><strong>{$lang->replies}</strong></span></td> <td class="tcat" align="center" width="7%"><span class="smalltext"><strong>{$lang->views}</strong></span></td> <td class="tcat" align="center" width="200"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td> <td class="tcat" align="center" width="1"><input name="allbox" title="Select All" type="checkbox" class="checkbox checkall" value="1" /></td> </tr> {$threads} {$remove_options} </table> </form> {$multipage} <br /> <div class="float_left"> <div class="float_left"> <dl class="thread_legend smalltext"> <dd><span class="thread_status newfolder" title="{$lang->new_posts_thread}"> </span> {$lang->new_posts_thread}</dd> <dd><span class="thread_status newhotfolder" title="{$lang->new_hot_thread}"> </span> {$lang->new_hot_thread}</dd> <dd><span class="thread_status hotfolder" title="{$lang->hot_thread}"> </span> {$lang->hot_thread}</dd> </dl> </div>
|
<div class="float_left"> <dl class="thread_legend smalltext"> <dd><span class="thread_status folder" title="{$lang->no_new_thread}"> </span> {$lang->no_new_thread}</dd> <dd><span class="thread_status dot_folder" title="{$lang->posts_by_you}"> </span> {$lang->posts_by_you}</dd> <dd><span class="thread_status lockfolder" title="{$lang->locked_thread}"> </span> {$lang->locked_thread}</dd> </dl> </div> <br class="clear" /> </div> {$multipage} </td> </tr> </table> </form> {$footer}
| <div class="float_left"> <dl class="thread_legend smalltext"> <dd><span class="thread_status folder" title="{$lang->no_new_thread}"> </span> {$lang->no_new_thread}</dd> <dd><span class="thread_status dot_folder" title="{$lang->posts_by_you}"> </span> {$lang->posts_by_you}</dd> <dd><span class="thread_status closefolder" title="{$lang->closed_thread}"> </span> {$lang->closed_thread}</dd> </dl> </div> <br class="clear" /> </div> </td> </tr> </table> {$footer}
|