mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 11:28:33 +01:00
56 lines
1.8 KiB
Smarty
56 lines
1.8 KiB
Smarty
|
|
<table width="80%" cellspacing="0" cellpadding="4" border="0" align="center">
|
|
<tr>
|
|
<td align="left"><span class="gensmall"><a href="{U_INDEX}">{L_INDEX}</a></span></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="80%" cellspacing="0" cellpadding="0" border="0" align="center">
|
|
<tr>
|
|
<td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
|
|
<tr>
|
|
<th height="25">{L_IP_INFO}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="cat" height="30"><span class="cattitle">{L_THIS_POST_IP}</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1"><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> ] </td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="cat" height="30"><span class="cattitle">{L_OTHER_USERS}</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></span></td>
|
|
<td align="right"><a href="{userrow.U_SEARCHPOSTS}"><img src="{SEARCH_IMG}" border="0" alt="{L_SEARCH_POSTS}" /></a> </td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
<!-- END userrow -->
|
|
<tr>
|
|
<td class="cat" height="30"><span class="cattitle">{L_OTHER_IPS}</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}</span></td>
|
|
<td align="right"><span class="gen">[ <a href="{iprow.U_LOOKUP_IP}">{L_LOOKUP_IP}</a> ] </td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
<!-- END iprow -->
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br clear="all" />
|