source: trunk/forum/adm/style/acp_disallow.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 1.1 KB
Line 
1<!-- INCLUDE overall_header.html -->
2
3<a name="maincontent"></a>
4
5<h1>{L_ACP_DISALLOW_USERNAMES}</h1>
6
7<p>{L_ACP_DISALLOW_EXPLAIN}</p>
8
9<form id="acp_disallow" method="post" action="{U_ACTION}">
10
11<fieldset>
12 <legend>{L_ADD_DISALLOW_TITLE}</legend>
13<dl>
14 <dt><label for="user">{L_USERNAME}:</label><br /><span>{L_ADD_DISALLOW_EXPLAIN}</span></dt>
15 <dd><input id="user" type="text" class="text medium" maxlength="255" name="disallowed_user" /></dd>
16</dl>
17
18<p class="quick">
19 <input class="button1" type="submit" name="disallow" value="{L_SUBMIT}" />
20</p>
21</fieldset>
22
23<h1>{L_DELETE_DISALLOW_TITLE}</h1>
24
25<p>{L_DELETE_DISALLOW_EXPLAIN}</p>
26
27<fieldset>
28 <legend>{L_DELETE_DISALLOW_TITLE}</legend>
29<!-- IF S_DISALLOWED_NAMES -->
30 <dl>
31 <dt><label for="disallowed">{L_USERNAME}:</label></dt>
32 <dd><select name="disallowed_id" id="disallowed">{S_DISALLOWED_NAMES}</select></dd>
33 </dl>
34
35 <p class="quick">
36 <input class="button1" type="submit" name="allow" value="{L_SUBMIT}" />
37 </p>
38<!-- ELSE -->
39 <p>{L_NO_DISALLOWED}</p>
40<!-- ENDIF -->
41 {S_FORM_TOKEN}
42</fieldset>
43</form>
44
45<!-- INCLUDE overall_footer.html -->
Note: See TracBrowser for help on using the repository browser.