|
From: Justin H. <jus...@us...> - 2005-10-14 20:37:45
|
Update of /cvsroot/mxbb/mx_who_am_i/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12498/mx_who_am_i/templates/subSilver Added Files: mx_who_am_i.tpl Log Message: New module: mx_who_am_i Quick profile view for users logged in with REG access rights. --- NEW FILE: mx_who_am_i.tpl --- <table width="100%" cellpadding="0" cellspacing="0" border="0" class="mx_blockline"> <tr> <th class="mxthHead" align="left"> {LANG_PROFILE_NAME} {USERNAME} </th> </tr> </table> <table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> <td class="row1" align="left" width="100%"><span class="genmed"><center>{AVATAR_IMG}</center></span></td> </tr> <tr> <td class="row1" align="left"><span class="gen"> <center><b>{LANG_DATE_JOINED}</b><br /> {JOINED}<br /> <br /> <b>{LANG_POST_TOTAL}</b><br /> {POSTS}<br /> <br /> <b>{LANG_POST_STATS}</b><br /> {POST_PERCENTAGE}% {LANG_OF_TOTAL_POSTS}<br /> {POST_PER_DAY} {LANG_POSTS_PER_DAY}</center><br /> <center><a href="{U_PROFILE}" class="mainmenu">{LANG_CHANGE_PROFILE}</a></center></span> </td> </tr> </table> <br clear="all" /> |