mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-24 12:21:03 +00:00
22 lines
No EOL
994 B
HTML
22 lines
No EOL
994 B
HTML
<form method="post" action="{U_QR_ACTION}">
|
|
<div class="row-fluid panel" id="qr_ns_editor_div">
|
|
<div class="well">
|
|
<h3 class="box-heading">{L_QUICKREPLY}</h3>
|
|
<fieldset class="fields1">
|
|
<dl style="clear: left;">
|
|
<dt><label for="subject">{L_SUBJECT}:</label></dt>
|
|
<dd><input type="text" name="subject" id="subject-ns" size="45" maxlength="64" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd>
|
|
</dl>
|
|
<div id="message-box-ns">
|
|
<textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea>
|
|
</div>
|
|
</fieldset>
|
|
<fieldset class="submit-buttons">
|
|
{S_FORM_TOKEN}
|
|
{QR_HIDDEN_FIELDS}
|
|
<input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="btn btn-primary" />
|
|
<input type="submit" accesskey="f" tabindex="7" name="full_editor" value="{L_FULL_EDITOR}" class="btn" />
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
</form> |