|
From: Jon O. <jon...@us...> - 2007-09-09 21:00:30
|
Update of /cvsroot/mxbb/mx_who_am_i/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9331 Added Files: index.htm mx_who_am_i.tpl Log Message: for 2.9.x --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> --- NEW FILE: mx_who_am_i.tpl --- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td class="row3" align="center"><span class="topictitle"> {L_PROFILE_NAME} {USERNAME} </span></td> </tr> <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="gensmall"> <center><b>{L_DATE_JOINED}</b><br /> {JOINED}<br /> <br /> <b>{L_POST_TOTAL}</b><br /> {POSTS}<br /> <br /> <b>{L_POST_STATS}</b><br /> {POST_PERCENTAGE}% {L_OF_TOTAL_POSTS}<br /> {POST_PER_DAY} {L_POSTS_PER_DAY}</center><br /> <center><a href="{U_PROFILE}" class="mainmenu">{L_CHANGE_PROFILE}</a></center></span> </td> </tr> </table> |