mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-24 12:21:03 +00:00
19 lines
No EOL
542 B
HTML
19 lines
No EOL
542 B
HTML
<!-- INCLUDE mcp_header.html -->
|
|
|
|
<form method="post" id="mcp" action="{U_POST_ACTION}">
|
|
|
|
<fieldset class="fields1">
|
|
<dl>
|
|
<dt><label for="username">{L_SELECT_USER}:</label></dt>
|
|
<dd><input name="username" id="username" type="text" class="inputbox" /></dd>
|
|
</dl>
|
|
</fieldset>
|
|
|
|
<fieldset class="submit-buttons">
|
|
<input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
|
<input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" />
|
|
{S_FORM_TOKEN}
|
|
</fieldset>
|
|
</form>
|
|
|
|
<!-- INCLUDE mcp_footer.html --> |