Update code_sniffer build.xml file to be executable on our system
[phpbb.git] / phpBB / styles / prosilver / template / ucp_zebra_foes.html
blob3c1b1cddce8fab661ae32377a8d35383e93b690c
1 <!-- INCLUDE ucp_header.html -->
3 <form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
5 <h2>{L_TITLE}</h2>
7 <div class="panel">
8 <div class="inner"><span class="corners-top"><span></span></span>
10 <p>{L_FOES_EXPLAIN}</p>
12 <fieldset class="fields2">
13 <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
14 <dl>
15 <dt><label <!-- IF S_USERNAME_OPTIONS -->for="usernames"<!-- ENDIF -->>{L_YOUR_FOES}:</label><br /><span>{L_YOUR_FOES_EXPLAIN}</span></dt>
16 <dd>
17 <!-- IF S_USERNAME_OPTIONS -->
18 <select name="usernames[]" id="usernames" multiple="multiple" size="5">{S_USERNAME_OPTIONS}</select>
19 <!-- ELSE -->
20 <strong>{L_NO_FOES}</strong>
21 <!-- ENDIF -->
22 </dd>
23 </dl>
24 <dl>
25 <dt><label for="add">{L_ADD_FOES}:</label><br /><span>{L_ADD_FOES_EXPLAIN}</span></dt>
26 <dd><textarea name="add" id="add" rows="3" cols="30" class="inputbox">{USERNAMES}</textarea></dd>
27 <dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd>
28 </dl>
29 </fieldset>
31 <span class="corners-bottom"><span></span></span></div>
32 </div>
34 <fieldset class="submit-buttons">
35 {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp;
36 <input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
37 {S_FORM_TOKEN}
38 </fieldset>
39 </form>
41 <!-- INCLUDE ucp_footer.html -->