Baseline
[www.vanrenterghem.biz.git] / phpBB2 / templates / christmas / admin / user_ban_body.tpl
1 \r
2 <h1>{L_BAN_TITLE}</h1>\r
3 \r
4 <p>{L_BAN_EXPLAIN}</p>\r
5 \r
6 <form method="post" name="post" action="{S_BANLIST_ACTION}"><table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">\r
7         <tr> \r
8           <th class="thHead" colspan="2">{L_BAN_USER}</th>\r
9         </tr>\r
10         <tr> \r
11           <td class="row1">{L_USERNAME}:</td>\r
12           <td class="row2"><input 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>\r
13         </tr>\r
14         <tr> \r
15           <th class="thHead" colspan="2">{L_UNBAN_USER}</th>\r
16         </tr>\r
17         <tr> \r
18           <td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_UNBAN_USER_EXPLAIN}</span></td>\r
19           <td class="row2">{S_UNBAN_USERLIST_SELECT}</td>\r
20         </tr>\r
21         <tr> \r
22           <th class="thHead" colspan="2">{L_BAN_IP}</th>\r
23         </tr>\r
24         <tr> \r
25           <td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td>\r
26           <td class="row2"><input type="text" name="ban_ip" size="35" /></td>\r
27         </tr>\r
28         <tr> \r
29           <th class="thHead" colspan="2">{L_UNBAN_IP}</th>\r
30         </tr>\r
31         <tr> \r
32           <td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_UNBAN_IP_EXPLAIN}</span></td>\r
33           <td class="row2">{S_UNBAN_IPLIST_SELECT}</td>\r
34         </tr>\r
35         <tr> \r
36           <th class="thHead" colspan="2">{L_BAN_EMAIL}</th>\r
37         </tr>\r
38         <tr> \r
39           <td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>\r
40           <td class="row2"><input type="text" name="ban_email" size="35" /></td>\r
41         </tr>\r
42         <tr> \r
43           <th class="thHead" colspan="2">{L_UNBAN_EMAIL}</th>\r
44         </tr>\r
45         <tr> \r
46           <td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_UNBAN_EMAIL_EXPLAIN}</span></td>\r
47           <td class="row2">{S_UNBAN_EMAILLIST_SELECT}</td>\r
48         </tr>\r
49         <tr> \r
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>\r
51         </tr>\r
52 </table></form>\r
53 \r
54 <p>{L_BAN_EXPLAIN_WARN}</p>\r