]> scripts.mit.edu Git - autoinstallsdev/phpBB.git/blob - templates/subSilver/admin/user_ban_body.tpl
phpBB 2.0.19
[autoinstallsdev/phpBB.git] / templates / subSilver / admin / user_ban_body.tpl
1
2 <h1>{L_BAN_TITLE}</h1>
3
4 <p>{L_BAN_EXPLAIN}</p>
5
6 <form method="post" name="post" action="{S_BANLIST_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
7         <tr> 
8           <th class="thHead" colspan="2">{L_BAN_USER}</th>
9         </tr>
10         <tr> 
11           <td class="row1">{L_USERNAME}:</td>
12           <td class="row2"><input class="post" type="text" class="post" name="username" maxlength="50" size="20" /> <input type="hidden" name="mode" value="edit" />{S_HIDDEN_FIELDS} <input type="submit" name="usersubmit" value="{L_FIND_USERNAME}" class="liteoption" onClick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=250,resizable=yes,WIDTH=400');return false;" /></td>
13         </tr>
14         <tr> 
15           <th class="thHead" colspan="2">{L_UNBAN_USER}</th>
16         </tr>
17         <tr> 
18           <td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_UNBAN_USER_EXPLAIN}</span></td>
19           <td class="row2">{S_UNBAN_USERLIST_SELECT}</td>
20         </tr>
21         <tr> 
22           <th class="thHead" colspan="2">{L_BAN_IP}</th>
23         </tr>
24         <tr> 
25           <td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td>
26           <td class="row2"><input class="post" type="text" name="ban_ip" size="35" /></td>
27         </tr>
28         <tr> 
29           <th class="thHead" colspan="2">{L_UNBAN_IP}</th>
30         </tr>
31         <tr> 
32           <td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_UNBAN_IP_EXPLAIN}</span></td>
33           <td class="row2">{S_UNBAN_IPLIST_SELECT}</td>
34         </tr>
35         <tr> 
36           <th class="thHead" colspan="2">{L_BAN_EMAIL}</th>
37         </tr>
38         <tr> 
39           <td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>
40           <td class="row2"><input class="post" type="text" name="ban_email" size="35" /></td>
41         </tr>
42         <tr> 
43           <th class="thHead" colspan="2">{L_UNBAN_EMAIL}</th>
44         </tr>
45         <tr> 
46           <td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_UNBAN_EMAIL_EXPLAIN}</span></td>
47           <td class="row2">{S_UNBAN_EMAILLIST_SELECT}</td>
48         </tr>
49         <tr> 
50           <td class="catBottom" colspan="2" align="center"><input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />&nbsp;&nbsp;<input type="reset" value="{L_RESET}" class="liteoption" /></td>
51         </tr>
52 </table></form>
53
54 <p>{L_BAN_EXPLAIN_WARN}</p>