aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-09-07 23:42:26 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-09-07 23:42:26 +0000
commit19ae53a5b142e946da042eef2209dba6893ce09a (patch)
tree6053d01cd1dbb332364d8bd9c94a5a8afee50e9f /phpBB/templates
parentd51c14ea0a1235e4e30fca83f80a7ce9593c7215 (diff)
downloadforums-19ae53a5b142e946da042eef2209dba6893ce09a.tar
forums-19ae53a5b142e946da042eef2209dba6893ce09a.tar.gz
forums-19ae53a5b142e946da042eef2209dba6893ce09a.tar.bz2
forums-19ae53a5b142e946da042eef2209dba6893ce09a.tar.xz
forums-19ae53a5b142e946da042eef2209dba6893ce09a.zip
Couple of mods to template and addition of rdns lookup for IP
git-svn-id: file:///svn/phpbb/trunk@1009 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rwxr-xr-xphpBB/templates/PSO/modcp_viewip.tpl35
1 files changed, 26 insertions, 9 deletions
diff --git a/phpBB/templates/PSO/modcp_viewip.tpl b/phpBB/templates/PSO/modcp_viewip.tpl
index b4ed0f0ce6..d3af822c3d 100755
--- a/phpBB/templates/PSO/modcp_viewip.tpl
+++ b/phpBB/templates/PSO/modcp_viewip.tpl
@@ -1,34 +1,51 @@
-<table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
+<table width="80%" cellspacing="0" cellpadding="4" border="0" align="center">
<tr>
<td align="left"><span class="gensmall"><a href="{U_INDEX}">{SITENAME}&nbsp;{L_INDEX}</a></span></td>
</tr>
</table>
-<table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
+<table width="80%" cellpadding="1" cellspacing="0" border="0" align="center">
<tr>
<td class="tablebg"><table width="100%" cellpadding="3" cellspacing="1" border="0">
<tr>
- <th class="cat" colspan="2"><span class="cattitle"><b>{L_IPINFO}</b></span></th>
+ <th>{L_IP_INFO}</th>
</tr>
<tr>
- <td class="row1" width="15%"><span class="gen">{L_IPTHISPOST}</span></td>
- <td class="row2"><span class="gen">{IP}</td>
+ <td class="cat"><span class="cat"><b>{L_THIS_POST_IP}</b></span></td>
</tr>
<tr>
- <th class="cat" colspan="2" align="left"><span class="cattitle"><b>{L_OTHERUSERS}</b></span></th>
+ <td class="row1"><table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td>&nbsp;<span class="gen">{IP}</span></td>
+ <td align="right"><span class="gen">[ <a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a> ]&nbsp;</td>
+ </tr>
+ </table></td>
+ </tr>
+ <tr>
+ <td class="cat"><span class="cattitle"><b>{L_OTHER_USERS}</b></span></td>
</tr>
<!-- BEGIN userrow -->
<tr>
- <td class="row1" colspan="2"><span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a> [<a href="{userrow.U_SEARCHPOSTS}">{L_SEARCHPOSTS}</a>]</td>
+ <td class="{userrow.ROW_CLASS}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td>&nbsp;<span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a></span></td>
+ <td align="right"><a href="{userrow.U_SEARCHPOSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH_POSTS}" /></a> &nbsp;</td>
+ </tr>
+ </table></td>
</tr>
<!-- END userrow -->
<tr>
- <th class="cat" colspan="2" align="left"><span class="cattitle"><b>{L_OTHERIPS}</b></span></th>
+ <td class="cat"><span class="cattitle"><b>{L_OTHER_IPS}</b></span></td>
</tr>
<!-- BEGIN iprow -->
<tr>
- <td class="row1" colspan="2"><span class="gen">{iprow.IP}</td>
+ <td class="{iprow.ROW_CLASS}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td>&nbsp;<span class="gen">{iprow.IP}</span></td>
+ <td align="right"><span class="gen">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a> ]&nbsp;</td>
+ </tr>
+ </table></td>
</tr>
<!-- END iprow -->
</table></td>