diff options
Diffstat (limited to 'phpBB/templates/Default/index_body.tpl')
-rw-r--r-- | phpBB/templates/Default/index_body.tpl | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/phpBB/templates/Default/index_body.tpl b/phpBB/templates/Default/index_body.tpl index 3d363bc65f..0a6fc9cda6 100644 --- a/phpBB/templates/Default/index_body.tpl +++ b/phpBB/templates/Default/index_body.tpl @@ -1,4 +1,23 @@ <tr> +<td> + <table border="0" align="right" width="30%" bgcolor="#000000" cellpadding="0" cellspacing="1"> + <tr> + <td> + <table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1"> + <tr> + <td align="right" style="{font-size: 8pt;}">{L_POSTEDTOTAL} -<b>{TOTAL_POSTS}</b>- {L_MESSAGES}.<br> + {L_WEHAVE} <b>{TOTAL_USERS}</b> {L_REGUSERS}.<br> + {L_NEWESTUSER} <b><a href="{U_NEWEST_USER_PROFILE}">{NEWEST_USER}</a></b><br> + {L_ARECURRENTLY} <a href="{U_VIEWONLINE}"><b>{USERS_BROWSING}</b> {L_BROWSING}</a> {L_THEFORUMS}<br> + </td> + </tr> + </table> + </td> + </tr> + </table> + </td> +</tr> +<tr> <td bgcolor="#000000" align="center"><table width="100%" cellpadding="0" cellspacing="1" border="0"> <tr> <td><table width="100%" cellpadding="3" cellspacing="1" border="0"> @@ -31,4 +50,15 @@ </table></td> </tr> </table></td> +</tr> +<tr> + <td align="center"><table border="0" width="100%" cellpadding="0" cellspacing="1"> + <tr> + <td style="{font-size: 8pt;}"><img src="images/folder.gif"> = {L_NEWPOSTS}</td> + <td style="{font-size: 8pt;}" align="right" valign="top"><b>{S_TIMEZONE}</b></td> + </tr> + <tr> + <td style="{font-size: 8pt;}"><img src="images/red_folder.gif"> = {L_NONEWPOSTS}</td> + </tr> + </table></td> </tr>
\ No newline at end of file |