|
From: Bart v. B. <ba...@us...> - 2002-03-01 17:05:25
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv315/templates/subSilver
Modified Files:
modcp_viewip.tpl
Log Message:
Made viewip in modcp.php usefull and introduced an undocumented feature :D
Index: modcp_viewip.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_viewip.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** modcp_viewip.tpl 18 Jan 2002 23:27:32 -0000 1.6
--- modcp_viewip.tpl 1 Mar 2002 17:05:21 -0000 1.7
***************
*** 17,21 ****
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
! <td> <span class="gen">{IP}</span></td>
<td align="right"><span class="gen">[ <a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a>
] </span></td>
--- 17,21 ----
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
! <td> <span class="gen">{IP} ({POSTINGS})</span></td>
<td align="right"><span class="gen">[ <a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a>
] </span></td>
***************
*** 32,36 ****
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
! <td> <span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a></span></td>
<td align="right"><a href="{userrow.U_SEARCHPOSTS}" title="{userrow.L_SEARCH_POSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH}" /></a>
</td>
--- 32,36 ----
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
! <td> <span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a> ({userrow.POSTINGS})</span></td>
<td align="right"><a href="{userrow.U_SEARCHPOSTS}" title="{userrow.L_SEARCH_POSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH}" /></a>
</td>
***************
*** 47,51 ****
<td class="{iprow.ROW_CLASS}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
! <td> <span class="gen">{iprow.IP}</span></td>
<td align="right"><span class="gen">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a>
] </span></td>
--- 47,51 ----
<td class="{iprow.ROW_CLASS}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
! <td> <span class="gen">{iprow.IP} ({iprow.POSTINGS})</span></td>
<td align="right"><span class="gen">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a>
] </span></td>
|