ilchClan-v1.1-userCP/UPLOAD/templates/ucp/sig.htm

10 lines
352 B
HTML
Raw Normal View History

<div>{message}</div>
<div>{preview}</div>
<form action="index.php?ucp-sig" method="post">
<fieldset>
<legend>Signatur:</legend>
<textarea style="margin-bottom:2px;" cols="60" rows="2" name="sig">{sig}</textarea><br />
<input type="submit" name="subSig" value="Speichern" />
<input type="submit" name="preSig" value="Vorschau" />
</fieldset>
</form>