use a table layout (for now) to make the mail form usable

This commit is contained in:
lars 2008-06-16 01:24:56 +00:00
parent 2258c67a00
commit 56cdd43b8d

View file

@ -7,9 +7,14 @@
</head>
<body>
<table>
<tr><td>
<div id="mail_pic"><img src="${tg.url('/get_current_shot')}"/></div>
<form action="${tg.url('/ausloeser')}" method="post">
<input type="submit" name="senden" value="Zur&uuml;ck" />
</form>
</td>
<td>
<div id="mail_info">
<form action="${tg.url('/senden')}" method="post">
<label for="mailaddress">An:</label>
@ -23,6 +28,8 @@
<input type="submit" name="senden" value="senden" />
</form>
</div>
</td></tr>
</table>
</body>
</html>