|
From: Paul S. O. <ps...@us...> - 2001-12-21 01:29:12
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv1792/templates/subSilver/admin
Modified Files:
index_body.tpl
Log Message:
Minor changes to whosonline stuff
Index: index_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/index_body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** index_body.tpl 2001/10/14 15:55:50 1.3
--- index_body.tpl 2001/12/21 01:29:09 1.4
***************
*** 48,64 ****
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
! <th width="25%" height="25" class="thCornerL"> {L_USERNAME} </th>
! <th width="25%" height="25" class="thTop"> {L_LAST_UPDATE} </th>
! <th width="25%" height="25" class="thTop"> {L_LOCATION} </th>
! <th width="25%" height="25" class="thCornerR"> {L_IP_ADDRESS} </th>
</tr>
! <!-- BEGIN userrow -->
<tr>
! <td width="25%" class="{userrow.ROW_CLASS}"> <span class="gen"><a href="{userrow.U_USER_PROFILE}">{userrow.USERNAME}</a></span> </td>
! <td width="25%" align="center" class="{userrow.ROW_CLASS}"> <span class="gen">{userrow.LASTUPDATE}</span> </td>
! <td width="25%" class="{userrow.ROW_CLASS}"> <span class="gen">{userrow.LOCATION}</span> </td>
! <td width="25%" class="{userrow.ROW_CLASS}"> <span class="gen">{userrow.IP_ADDRESS}</span> </td>
</tr>
! <!-- END userrow -->
</table>
--- 48,78 ----
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
! <th width="20%" class="thCornerL" height="25"> {L_USERNAME} </th>
! <th width="20%" height="25" class="thTop"> {L_STARTED} </th>
! <th width="20%" class="thTop"> {L_LAST_UPDATE} </th>
! <th width="20%" class="thCornerR"> {L_FORUM_LOCATION} </th>
! <th width="20%" height="25" class="thCornerR"> {L_IP_ADDRESS} </th>
</tr>
! <!-- BEGIN reg_user_row -->
<tr>
! <td width="20%" 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="20%" align="center" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.STARTED}</span> </td>
! <td width="20%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.LASTUPDATE}</span> </td>
! <td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span> </td>
! <td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_WHOIS_IP}" class="gen" target="_phpbbwhois">{reg_user_row.IP_ADDRESS}</a></span> </td>
</tr>
! <!-- END reg_user_row -->
! <tr>
! <td colspan="5" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>
! </tr>
! <!-- BEGIN guest_user_row -->
! <tr>
! <td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.USERNAME}</span> </td>
! <td width="20%" align="center" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.STARTED}</span> </td>
! <td width="20%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.LASTUPDATE}</span> </td>
! <td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span> </td>
! <td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_WHOIS_IP}" target="_phpbbwhois">{guest_user_row.IP_ADDRESS}</a></span> </td>
! </tr>
! <!-- END guest_user_row -->
</table>
|