mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2025-02-19 10:31:04 +00:00
34 lines
No EOL
1.1 KiB
HTML
34 lines
No EOL
1.1 KiB
HTML
<!-- INCLUDE ucp_header.html -->
|
|
|
|
<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
|
|
|
|
<p>{L_FOES_EXPLAIN}</p>
|
|
|
|
<fieldset class="fields2">
|
|
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
|
|
<dl>
|
|
<dt><label <!-- IF S_USERNAME_OPTIONS -->for="usernames"<!-- ENDIF -->>{L_YOUR_FOES}:</label></dt>
|
|
<dd>
|
|
<!-- IF S_USERNAME_OPTIONS -->
|
|
<select name="usernames[]" id="usernames" multiple="multiple" size="5" style="width: 160px">{S_USERNAME_OPTIONS}</select>
|
|
<!-- ELSE -->
|
|
<strong>{L_NO_FOES}</strong>
|
|
<!-- ENDIF -->
|
|
</dd>
|
|
</dl>
|
|
<p class="explain">{L_YOUR_FOES_EXPLAIN}</p>
|
|
<dl>
|
|
<dt><label for="add">{L_ADD_FOES}:</label></dt>
|
|
<dd><textarea name="add" id="add" rows="3" cols="30" class="inputbox">{USERNAMES}</textarea></dd>
|
|
</dl>
|
|
<p class="explain">{L_ADD_FOES_EXPLAIN}</p>
|
|
</fieldset>
|
|
|
|
<fieldset class="submit-buttons">
|
|
{S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
|
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
|
|
{S_FORM_TOKEN}
|
|
</fieldset>
|
|
</form>
|
|
|
|
<!-- INCLUDE ucp_footer.html --> |