1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

View IP code in

git-svn-id: file:///svn/phpbb/trunk@1008 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-09-07 22:56:50 +00:00
parent 60e3f50b61
commit d51c14ea0a
4 changed files with 131 additions and 68 deletions

View File

@@ -0,0 +1,38 @@
<table width="98%" 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">
<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>
</tr>
<tr>
<td class="row1" width="15%"><span class="gen">{L_IPTHISPOST}</span></td>
<td class="row2"><span class="gen">{IP}</td>
</tr>
<tr>
<th class="cat" colspan="2" align="left"><span class="cattitle"><b>{L_OTHERUSERS}</b></span></th>
</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>
</tr>
<!-- END userrow -->
<tr>
<th class="cat" colspan="2" align="left"><span class="cattitle"><b>{L_OTHERIPS}</b></span></th>
</tr>
<!-- BEGIN iprow -->
<tr>
<td class="row1" colspan="2"><span class="gen">{iprow.IP}</td>
</tr>
<!-- END iprow -->
</table></td>
</tr>
</table>
<br clear="all" />