-
runemaster authored
Framed the form to match other framing. Added CSS to make the imput have the same retro look as the read messages screen.
runemaster authoredFramed the form to match other framing. Added CSS to make the imput have the same retro look as the read messages screen.
reply.inc 763 B
<form action="savemsg.ssjs" method="post">
<table class="replymsg" border="0" cellspacing="2" cellpadding="0">
<input type="hidden" name="msg_grp" value="%%group:number%%">
<input type="hidden" name="msg_sub" value="%%sub:code%%">
<tbody>
<tr>
<td class="replymsg">Subject: <input class="replymsg" type="text" name="subject" value="%%subject%%"></td>
<td class="replymsg">To: <input class="replymsg" type="text" name="to" value="%%from%%"></td>
</tr>
<tr>
<td class="replymsg" colspan="2"><textarea class="replymsg" name=body rows="20" cols="80">%%body%%</textarea></td>
</tr>
<tr>
<td align="center" class="replymsg" colspan="2"><button type="Submit">Post Reply</button></td>
</tr>
</tbody>
</table>
</form>