Untitled diff

Created Diff never expires
2 removals
26 lines
5 additions
29 lines
<!--167 moderation_getip-->
<!--168 moderation_getip-->
<html>
<html>
<head>
<head>
<title>{$mybb->settings['bbname']} - {$lang->get_post_ip}</title>
<title>{$mybb->settings['bbname']} - {$lang->get_post_ip}</title>
{$headerinclude}
{$headerinclude}
</head>
</head>
<body>
<body>
{$header}
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<tr>
<td class="thead" colspan="2"><strong>{$lang->get_post_ip}</strong></td>
<td class="thead" colspan="2"><strong>{$lang->get_post_ip}</strong></td>
</tr>
</tr>
{$loginbox}
<tr>
<td class="trow1" width="20%"><strong>{$lang->username}</strong></td>
<td class="trow1">{$username}</td>
</tr>
<tr>
<tr>
<td class="trow2"><strong>{$lang->ip_address}</strong></td>
<td class="trow2"><strong>{$lang->ip_address}</strong></td>
<td class="trow2">{$post['ipaddress']}</td>
<td class="trow2">{$post['ipaddress']}</td>
</tr>
</tr>
<tr>
<tr>
<td class="trow1"><strong>{$lang->hostname}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td>
<td class="trow1"><strong>{$lang->hostname}<br /><span class="smalltext">{$lang->if_resolvable}</span></strong></td>
<td class="trow2">{$hostname}</td>
<td class="trow2">{$hostname}</td>
</tr>
</tr>
{$modoptions}
{$modoptions}
</table>
</table>
{$footer}
{$footer}
</body>
</body>
</html>
</html>