emailler/client/examples/form.html
jonnosan 5914726edf first (incomplete) version of webnoter
git-svn-id: http://svn.code.sf.net/p/netboot65/code@251 93682198-c243-4bdb-bd91-e943c89aac3b
2010-03-21 11:26:55 +00:00

12 lines
475 B
HTML

<head>
<style type="text/css">
body {
background-color: #d8e9ca;
}
</style></head>
<body><form><table align=center width=60%% height=60%%><tr><th colspan=2>WebNoter</tr>
<tr><td colspan=2>%?mhey %$h, thanks for saying '%$m'!%.</tr>
<tr><td>Your Handle:<td><input name=h type=text maxlength=20 value='%$h'></tr>
<tr><td>Your Message: <td><input type=text maxlength=64 name='m'></tr>
</tr><td><td><input type=submit value=enter></form></form></tr>
<table></body>