diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-01 23:22:18 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-01 23:22:18 +0000 |
commit | a711e6d677257b64574fb5c377dfbde7127da3c3 (patch) | |
tree | 7f0af4764382a88e96fa9fdb35794932de104e46 /phpBB/templates/subSilver/viewonline_body.tpl | |
parent | 09dc77b5813c43d5754d346b6a024d9650ae6a0b (diff) | |
download | forums-a711e6d677257b64574fb5c377dfbde7127da3c3.tar forums-a711e6d677257b64574fb5c377dfbde7127da3c3.tar.gz forums-a711e6d677257b64574fb5c377dfbde7127da3c3.tar.bz2 forums-a711e6d677257b64574fb5c377dfbde7127da3c3.tar.xz forums-a711e6d677257b64574fb5c377dfbde7127da3c3.zip |
Changes related to private messaging + some bug fixes
git-svn-id: file:///svn/phpbb/trunk@1111 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/viewonline_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/viewonline_body.tpl | 68 |
1 files changed, 28 insertions, 40 deletions
diff --git a/phpBB/templates/subSilver/viewonline_body.tpl b/phpBB/templates/subSilver/viewonline_body.tpl index f20fca36d3..35c279d80b 100644 --- a/phpBB/templates/subSilver/viewonline_body.tpl +++ b/phpBB/templates/subSilver/viewonline_body.tpl @@ -4,47 +4,35 @@ <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a></span></td> </tr> </table> -<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> - <tr> - <td align="left" colspan="2" class="forumline"> - <table width="100%" border="0" cellspacing="0" cellpadding="1"> - <tr> - <td class="innerline"> - <table width="100%" cellpadding="4" cellspacing="1" border="0"> - <tr> - <th width="35%"> {L_USERNAME} </th> - <th width="25%"> {L_LAST_UPDATE} </th> - <th width="40%"> {L_LOCATION} </th> - </tr> - <tr> - <td class="cat" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_REGISTERED_USERS_ONLINE}</b></span></td> - </tr> - <!-- BEGIN reg_user_row --> - <tr> - <td width="35%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span> </td> - <td width="25%" align="center" nowrap class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td> - <td width="40%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.LOCATION}</a></span> </td> - </tr> - <!-- END reg_user_row --> - <tr> - <td colspan="3" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td> - </tr> - <tr> - <td class="cat" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_GUEST_USERS_ONLINE}</b></span></td> - </tr> - <!-- BEGIN guest_user_row --> - <tr> - <td width="35%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_USER_PROFILE}" class="gen">{guest_user_row.USERNAME}</a></span> </td> - <td width="25%" align="center" nowrap class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td> - <td width="40%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.LOCATION}</a></span> </td> - </tr> - <!-- END guest_user_row --> - </table> - </td> - </tr> - </table> - </td> +<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> + <tr> + <th width="35%" class="thCornerL" height="25"> {L_USERNAME} </th> + <th width="25%" class="thTop"> {L_LAST_UPDATE} </th> + <th width="40%" class="thCornerR"> {L_LOCATION} </th> + </tr> + <tr> + <td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_REGISTERED_USERS_ONLINE}</b></span></td> + </tr> + <!-- BEGIN reg_user_row --> + <tr> + <td width="35%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span> </td> + <td width="25%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td> + <td width="40%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.LOCATION}</a></span> </td> + </tr> + <!-- END reg_user_row --> + <tr> + <td colspan="3" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td> + </tr> + <tr> + <td class="catSides" colspan="3" height="28"><span class="cattitle"><b>{TOTAL_GUEST_USERS_ONLINE}</b></span></td> + </tr> + <!-- BEGIN guest_user_row --> + <tr> + <td width="35%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_USER_PROFILE}" class="gen">{guest_user_row.USERNAME}</a></span> </td> + <td width="25%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td> + <td width="40%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.LOCATION}</a></span> </td> </tr> + <!-- END guest_user_row --> </table> <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> <tr> |