codekasten/ql-web/trunk/template/forward_form.cs
2006-01-24 03:11:11 +00:00

23 lines
682 B
C#

<div class="title">
<h1><?cs var:html_escape(Lang.Title.Forward) ?></h1>
</div>
<fieldset class="form">
<legend><?cs var:html_escape(Lang.Legend.Forward) ?> </legend>
<form method="post" action="<?cs var:Config.ScriptName ?>" enctype="application/x-www-form-urlencoded">
<ul>
<li>not yet implemented</li>
<!--
<li><label for="oldpw"><?cs var:html_escape(Lang.Misc.OldPassword) ?>:</label>
<input type="password" name="oldpassword" id="oldpw" size="20"></li>
-->
</ul>
<input type="hidden" name="action" value="forward_update" />
<button type="submit" name="send" value="do"><?cs var:html_escape(Lang.Buttons.Forward) ?></button>
</form>
</fieldset>