wootook-reloaded/includes/application/design/scripts/deprecated/notes_body_entry.tpl
Gregory PLANCHAT ddfb36efa5 Added Research lab queue manager.
Updated page display for shipyard, defenses and buildings.
Moved legacy template files.
Added install/migration.mysql to report changes to the database on testing environments.

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-07-29 08:20:47 +02:00

12 lines
497 B
Go Template

<tr>
<th width=20><input name="delmes<?php echo $this->getData('NOTE_ID')?>" value="y" type="checkbox"></th>
<th width=150><?php echo $this->getData('NOTE_TIME')?></th>
<th>
<a href="<?php echo $this->getData('PHP_SELF')?>?a=2&amp;n=<?php echo $this->getData('NOTE_ID')?>">
<font color="<?php echo $this->getData('NOTE_COLOR')?>"><?php echo $this->getData('NOTE_TITLE')?></font>
</a>
</th>
<th align="right" width="40"><?php echo $this->getData('NOTE_TEXT')?></th>
</tr>