|
From: OryNider <ory...@us...> - 2007-12-14 02:24:03
|
Update of /cvsroot/mxbb/core/templates/prosilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25391/admin Added Files: index_body.html Log Message: This will fix many problems like mx_message_die with Olympus and the prosilver is finaly nice tx to Culpit ;) --- NEW FILE: index_body.html --- <h1>{L_WELCOME}</h1> <p>{L_ADMIN_INTRO}</p> <table cellspacing="1"> <caption>{L_FORUM_STATS}</caption> <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" /> <thead> <tr> <th>{L_STATISTIC}</th> <th>{L_VALUE}</th> <th>{L_STATISTIC}</th> <th>{L_VALUE}</th> </tr> </thead> <tbody> <tr> <td>{L_NUMBER_POSTS}: </td> <td><strong>{NUMBER_OF_POSTS}</strong></td> <td>{L_POSTS_PER_DAY}: </td> <td><strong>{POSTS_PER_DAY}</strong></td> </tr> <tr> <td>{L_NUMBER_TOPICS}: </td> <td><strong>{NUMBER_OF_TOPICS}</strong></td> <td>{L_TOPICS_PER_DAY}: </td> <td><strong>{TOPICS_PER_DAY}</strong></td> </tr> <tr> <td>{L_NUMBER_USERS}: </td> <td><strong>{NUMBER_OF_USERS}</strong></td> <td>{L_USERS_PER_DAY}: </td> <td><strong>{USERS_PER_DAY}</strong></td> </tr> <tr> <td>{L_BOARD_STARTED}: </td> <td><strong>{START_DATE}</strong></td> <td>{L_AVATAR_DIR_SIZE}: </td> <td><strong>{AVATAR_DIR_SIZE}</strong></td> </tr> <tr> <td>{L_DB_SIZE}: </td> <td><strong>{DB_SIZE}</strong></td> <td>{L_GZIP_COMPRESSION}: </td> <td><strong>{GZIP_COMPRESSION}</strong></td> </tr> </tbody> </table> <h2>{L_VERSION_INFORMATION}</h2> {MXBB_VERSION_INFO} {PHPBB_VERSION_INFO} <table cellspacing="1"> <caption>{L_WHO_IS_ONLINE}</caption> <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" /> <thead> <tr> <th>{L_USERNAME}</th> <th>{L_STARTED}</th> <th>{L_LAST_UPDATE}</th> <th>{L_FORUM_LOCATION}</th> <th>{L_IP_ADDRESS}</th> </tr> <!-- BEGIN reg_user_row --> <tr> <td><a href="{reg_user_row.U_USER_PROFILE}">{reg_user_row.USERNAME}</a></td> <td>{reg_user_row.STARTED}</td> <td>{reg_user_row.LASTUPDATE}</td> <td><a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.FORUM_LOCATION}</a></td> <td><a href="{reg_user_row.U_WHOIS_IP}">{reg_user_row.IP_ADDRESS}</a></td> </tr> <!-- END reg_user_row --> <!-- BEGIN guest_user_row --> <tr> <td>{guest_user_row.USERNAME}</td> <td>{guest_user_row.STARTED}</td> <td>{guest_user_row.LASTUPDATE}</td> <td><a href="{guest_user_row.U_FORUM_LOCATION}">{guest_user_row.FORUM_LOCATION}</a></td> <td><a href="{guest_user_row.U_WHOIS_IP}">{guest_user_row.IP_ADDRESS}</a></td> </tr> <!-- END guest_user_row --> </thead> </table> |