|
From: OryNider <ory...@us...> - 2008-01-31 05:47:55
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subsilver2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12150/templates/subsilver2 Added Files: mx_online.html Log Message: mx_online changes for phpBB2 backend, pls don't drop this again... --- NEW FILE: mx_online.html --- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td class="row1" align="center" valign="middle" rowspan="2"> <a href="{U_VIEWONLINE}" class="cattitle"><img src="{ONLINE_IMG}" alt="{L_WHO_IS_ONLINE}" border="0" /></a> </td> <td class="row1" align="left" width="100%"> <span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span> </td> </tr> <tr> <td class="row1" align="left"> <span class="gensmall">{TOTAL_USERS_ONLINE} <br /> {L_ONLINE_LEGEND}: {ONLINE_LEGEND} <br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span> </td> </tr> </table> |