wootook-reloaded/templates/OpenGame/notes_body.tpl
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

27 lines
445 B
Go Template

<br>
<form action="{PHP_SELF}" method=post>
<table width=519>
<tr>
<td class=c colspan=4>{Notes}</td>
</tr>
<tr>
<th colspan=4><a href="{PHP_SELF}?a=1">{MakeNewNote}</a></th>
</tr>
<tr>
<td class=c></td>
<td class=c>{Date}</td>
<td class=c>{Subject}</td>
<td class=c>{Size}</td>
</tr>
{BODY_LIST}
<tr>
<td colspan=4><input value="{Delete}" type="submit"></td>
</tr>
</table>
</form>
</center>
</body>
</html>