codekasten/ql-web/trunk/template/forward_form.cs

23 lines
690 B
C#
Raw Normal View History

2006-01-24 04:11:11 +01:00
<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>
2006-01-24 09:54:12 +01:00
<li>noch nicht implementiert</li>
2006-01-24 04:11:11 +01:00
<!--
<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" />
2006-01-24 09:54:12 +01:00
<button type="submit" name="send" value="do"><?cs var:html_escape(Lang.Buttons.AddForward) ?></button>
2006-01-24 04:11:11 +01:00
</form>
</fieldset>