|
From: Jon O. <jon...@us...> - 2005-05-06 06:48:23
|
Update of /cvsroot/mxbb/core27x/modules/mx_statistics/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13016/modules/mx_statistics/templates Added Files: mx_statistics.tpl Log Message: Initital core 2.7.x commit :-) --- NEW FILE: mx_statistics.tpl --- <table border="0" cellpadding="4" cellspacing="1" class="forumline" width="100%"> <tr> <td class="catHead" align="center" colspan="4"> <span class="cattitle">{L_ADMIN_STATISTICS}</span> </td> </tr> <tr> <th width="25%" class="thCornerL" align="center"><strong>{L_STATISTIC}</strong></td> <th width="25%" class="thTop" align="center"><strong>{L_VALUE}</strong></td> <th width="25%" class="thTop" align="center"><strong>{L_STATISTIC}</strong></td> <th width="25%" class="thCornerR" align="center"><strong>{L_VALUE}</strong></td> </tr> <!-- BEGIN adminrow --> <tr> <td class="row2" align="center"><span class="gen">{adminrow.STATISTIC}</span></td> <td class="row1" width="25%" align="center"><span class="gen">{adminrow.VALUE}</span></td> <td class="row2" align="center"><span class="gen">{adminrow.STATISTIC2}</span></td> <td class="row1" width="25%" align="center"><span class="gen">{adminrow.VALUE2}</span></td> </tr> <!-- END adminrow --> </table> <br /> <br /> <table border="0" cellpadding="4" cellspacing="1" class="forumline" width="100%"> <tr> <td class="catHead" align="center" colspan="5"> <span class="cattitle">{L_TOP_POSTERS}</span> </td> </tr> <tr> <th class="thCornerL" align="center"><strong>{L_RANK}</strong></th> <th class="thTop" align="center" width="10%"><strong>{L_USERNAME}</strong></th> <th class="thTop" align="center" width="10%"><strong>{L_POSTS}</strong></th> <th class="thTop" align="center" width="10%"><strong>{L_PERCENTAGE}</strong></th> <th class="thCornerR" align="center" width="50%"><strong>{L_GRAPH}</strong></th> </tr> <!-- BEGIN users --> <tr> <td class="{users.CLASS}" align="left" width="10%"><span class="gen">{users.RANK}</span></td> <td class="{users.CLASS}" align="left" width="10%"><span class="gen"><a href="{users.URL}">{users.USERNAME}</a></span></td> <td class="{users.CLASS}" align="center" width="10%"><span class="gen">{users.POSTS}</span></td> <td class="{users.CLASS}" align="center" width="10%"><span class="gen">{users.PERCENTAGE}%</span></td> <td class="{users.CLASS}" align="left" width="50%"> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="right"><img src="{LEFT_GRAPH_IMAGE}" width="4" height="12" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left" width="{users.BAR}%"> <tr> <td><img src="{GRAPH_IMAGE}" width="100%" height="12" /></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0" align="left"> <tr> <td align="left"><img src="{RIGHT_GRAPH_IMAGE}" width="4" height="12" /></td> </tr> </table> </td> </tr> <!-- END users --> </table> <br /> <br /> <table width="100%" border="0" cellspacing="5" cellpadding="0"> <tr> <td valign="top" width="50%"> <table border="0" cellpadding="4" cellspacing="1" class="forumline" width="100%"> <tr> <td class="catHead" align="center" colspan="3"><span class="cattitle">{L_MOST_VIEWED}</span></td> </tr> <tr> <th colspan="1" class="thCornerL" align="left"><strong>{L_RANK}</strong></th> <th class="thTop" align="center"><strong>{L_VIEWS}</strong></th> <th class="thCornerR" align="center"><strong>{L_TOPIC}</strong></th> <!-- BEGIN topicviews --> <tr> <td class="{topicviews.CLASS}" align="left" width="5%"><span class="gen">{topicviews.RANK}</span></td> <td class="{topicviews.CLASS}" align="center" width="20%"><span class="gen">{topicviews.VIEWS}</span></td> <td class="{topicviews.CLASS}" align="left"><span class="gen"><a href="{topicviews.URL}">{topicviews.TITLE}</a></span></td> </tr> <!-- END topicviews --> </table> </td> <td valign="top" width="50%"> <table border="0" cellpadding="4" cellspacing="1" class="forumline" width="100%"> <tr> <td class="catHead" align="center" colspan="3" height="28"> <span class="cattitle">{L_MOST_ACTIVE}</span> </td> </tr> <tr> <th colspan="1" class="thCornerL" align="left"><strong>{L_RANK}</strong></th> <th class="thTop" align="center"><strong>{L_REPLIES}</strong></th> <th class="thCornerR" align="center"><strong>{L_TOPIC}</strong></th> </tr> <!-- BEGIN topicreplies --> <tr> <td class="{topicreplies.CLASS}" align="left" width="5%"><span class="gen">{topicreplies.RANK}</span></td> <td class="{topicreplies.CLASS}" align="center" width="20%"><span class="gen">{topicreplies.REPLIES}</span></td> <td class="{topicreplies.CLASS}" align="left"><span class="gen"><a href="{topicreplies.URL}">{topicreplies.TITLE}</a></span></td> </tr> <!-- END topicreplies --> </table> </td> </tr> </table> <br /> |