1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +02:00

It doesnt do anything if youre wondering

git-svn-id: file:///svn/phpbb/trunk@778 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-08-01 01:07:05 +00:00
parent e1a361d75c
commit 37f287b546
3 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
<br clear="all" />
<h1>{L_BAN_TITLE}</h1>
<p>{L_BAN_EXPLAIN}</p>
<form method="post" action="{S_BAN_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<td class="cat" colspan="2" align="center">{L_BAN_USER}</td>
</tr>
<tr>
<td class="row1">{L_USERNAME}:&nbsp;</td>
<td class="row2">{S_USERLIST_SELECT}</td>
</tr>
<tr>
<td class="cat" colspan="2" align="center">{L_BAN_IP}</td>
</tr>
<tr>
<td class="row1">{L_IP_OR_HOSTNAME}:&nbsp;<br /><span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td>
<td class="row2"><input type="text" name="iphost" size="35" /></td>
</tr>
<tr>
<td class="cat" colspan="2" align="center">{L_BAN_EMAIL}</td>
</tr>
<tr>
<td class="row1">{L_EMAIL_ADDRESS}:&nbsp;<br /><span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>
<td class="row2"><input type="text" name="iphost" size="35" /></td>
</tr>
<tr>
<td class="cat" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input type="reset" value="{L_RESET}" /></td>
</tr>
</table></form>
<br clear="all" />