{$header} <form action="usercp.php" method="post" name="attachmentsmanager"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="5"><strong>{$lang->attachments_manager} {$usagenote}</strong></td> </tr> <tr> <td class="tcat" colspan="2" width="40%"><span class="smalltext"><strong>{$lang->attachments_attachment}</strong></span></td> <td class="tcat" width="40%"><span class="smalltext"><strong>{$lang->attachments_post}</strong></span></td> <td class="tcat" align="center" width="20%"><span class="smalltext"><strong>{$lang->date_uploaded}</strong></span></td> <td class="tcat" width="1"><input type="checkbox" class="checkbox checkall" /></td> </tr> {$attachments} </table> {$multipage} <br /> <div align="center"> <input type="hidden" name="action" value="do_attachments" /> <input type="submit" class="button" value="{$lang->delete_attachments}" /> </div> <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->attachments_stats}</strong></td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->attachstats_attachs}</strong></td> <td class="trow1" width="60%">{$totalattachments}</td> </tr> <tr> <td class="trow2" width="40%"><strong>{$lang->attachstats_spaceused}</strong></td> <td class="trow2" width="60%">{$friendlyusage} ({$percent})</td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->attachstats_quota}</strong></td> <td class="trow1" width="60%">{$attachquota}</td> </tr> <tr> <td class="trow2" width="40%"><strong>{$lang->attachstats_totaldl}</strong></td> <td class="trow2" width="60%">{$totaldownloads}</td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->attachstats_bandwidth}</strong></td> <td class="trow1" width="60%">{$bandwidth}</td> </tr> </table> </td> </tr> </table> </form> {$footer}
| {$header} <table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top"> <form action="usercp.php" method="post" name="attachmentsmanager"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="5"><strong>{$lang->attachments_manager} {$usagenote}</strong></td> </tr> <tr> <td class="tcat" colspan="2" width="40%"><span class="smalltext"><strong>{$lang->attachments_attachment}</strong></span></td> <td class="tcat" width="40%"><span class="smalltext"><strong>{$lang->attachments_post}</strong></span></td> <td class="tcat" align="center" width="20%"><span class="smalltext"><strong>{$lang->date_uploaded}</strong></span></td> <td class="tcat" width="1"><input type="checkbox" name="allbox" class="checkbox checkall" /></td> </tr> {$attachments} </table> <br /> {$delete_button} </form> {$multipage} <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->attachments_stats}</strong></td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->attachstats_attachs}</strong></td> <td class="trow1" width="60%">{$totalattachments}</td> </tr> <tr> <td class="trow2" width="40%"><strong>{$lang->attachstats_spaceused}</strong></td> <td class="trow2" width="60%">{$friendlyusage}</td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->attachstats_quota}</strong></td> <td class="trow1" width="60%">{$attachquota}</td> </tr> <tr> <td class="trow2" width="40%"><strong>{$lang->attachstats_totaldl}</strong></td> <td class="trow2" width="60%">{$totaldownloads}</td> </tr> <tr> <td class="trow1" width="40%"><strong>{$lang->attachstats_bandwidth}</strong></td> <td class="trow1" width="60%">{$bandwidth}</td> </tr> </table> </td> </tr> </table> {$footer}
|