Gentoo Archives: gentoo-commits

From: "Dean Stephens (desultory)" <desultory@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in forums/htdocs/templates/gentoo/admin: user_just_ban_body.tpl
Date: Sat, 06 Nov 2010 03:41:20
Message-Id: 20101106034105.6C1892004B@flycatcher.gentoo.org
1 desultory 10/11/06 03:41:05
2
3 Added: user_just_ban_body.tpl
4 Log:
5 Simplified template for banning prespecified targets.
6
7 Revision Changes Path
8 1.1 forums/htdocs/templates/gentoo/admin/user_just_ban_body.tpl
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/templates/gentoo/admin/user_just_ban_body.tpl?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/templates/gentoo/admin/user_just_ban_body.tpl?rev=1.1&content-type=text/plain
12
13 Index: user_just_ban_body.tpl
14 ===================================================================
15
16 <h1>{L_BAN_TITLE}</h1>
17
18 <p>{L_BAN_EXPLAIN}</p>
19
20 <form method="post" name="post" action="{S_BANLIST_ACTION}">{S_HIDDEN}
21 <table width="80%" cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
22 <tr>
23 <th class="thHead" colspan="2">{L_BAN_USER}</th>
24 </tr>
25 <tr>
26 <td class="row1">{L_USERNAME}: <br /><span class="gensmall">{L_BAN_USERNAME_EXPLAIN}</span></td>
27 <td class="row2"><input type="text" class="post" name="username" maxlength="50" size="20" value="{S_USERNAME}"/> <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>
28 </tr>
29 <tr>
30 <th class="thHead" colspan="2">{L_BAN_IP}</th>
31 </tr>
32 <tr>
33 <td class="row1">{L_IP_OR_HOSTNAME}: <br /><span class="gensmall">{L_BAN_IP_EXPLAIN}</span></td>
34 <td class="row2"><input type="text" name="ban_ip" size="35" value="{S_REG_IP}" /></td>
35 </tr>
36 <tr>
37 <th class="thHead" colspan="2">{L_BAN_EMAIL}</th>
38 </tr>
39 <tr>
40 <td class="row1">{L_EMAIL_ADDRESS}: <br /><span class="gensmall">{L_BAN_EMAIL_EXPLAIN}</span></td>
41 <td class="row2"><input type="text" name="ban_email" size="35" /></td>
42 </tr>
43 <tr>
44 <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>
45 </tr>
46 </table></form>
47
48 <p>{L_BAN_EXPLAIN_WARN}</p>