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

12 lines
294 B
Go Template

<tr>
<th width=20><input name="delmes{NOTE_ID}" value="y" type="checkbox"></th>
<th width=150>{NOTE_TIME}</th>
<th>
<a href="{PHP_SELF}?a=2&amp;n={NOTE_ID}">
<font color="{NOTE_COLOR}">{NOTE_TITLE}</font>
</a>
</th>
<th align="right" width="40">{NOTE_TEXT}</th>
</tr>