mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
mcp_viewip's gone bye bye
git-svn-id: file:///svn/phpbb/trunk@4199 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6dbfa654f9
commit
4001c84388
1 changed files with 0 additions and 61 deletions
|
@ -1,61 +0,0 @@
|
|||
<!-- INCLUDE overall_header.html -->
|
||||
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
|
||||
<tr>
|
||||
<th height="25" class="thHead">{L_IP_INFO}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="catHead" height="28"><span class="cattitle"><b>{L_THIS_POST_IP}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td> <span class="gen">{IP} [ {POSTS} ]</span></td>
|
||||
<td align="right"><span class="gen">[ <a href="{U_LOOKUP_IP}">{L_LOOKUP_IP}</a>
|
||||
] </span></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="catHead" height="28"><span class="cattitle"><b>{L_OTHER_USERS}</b></span></td>
|
||||
</tr>
|
||||
<!-- BEGIN userrow -->
|
||||
<tr>
|
||||
<td class="{userrow.ROW_CLASS}">
|
||||
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td> <span class="gen"><a href="{userrow.U_PROFILE}">{userrow.USERNAME}</a> [ {userrow.POSTS} ]</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>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END userrow -->
|
||||
<tr>
|
||||
<td class="catHead" height="28"><span class="cattitle"><b>{L_OTHER_IPS}</b></span></td>
|
||||
</tr>
|
||||
<!-- BEGIN iprow -->
|
||||
<tr>
|
||||
<td class="{iprow.ROW_CLASS}"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td> <span class="gen">{iprow.IP} [ {iprow.POSTS} ]</span></td>
|
||||
<td align="right"><span class="gen">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a>
|
||||
] </span></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<!-- END iprow -->
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
Loading…
Add table
Reference in a new issue