10 lines
352 B
HTML
10 lines
352 B
HTML
|
<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>
|