game/onyx2/tpl/admin/rapports.tpl

7 lines
356 B
Smarty
Raw Normal View History

2009-11-01 11:00:00 +00:00
{include file='game/header.tpl'}
{foreach from=$tableau item=ligne key=key}
<dl>
2020-11-15 15:12:30 +00:00
<dt><input class="button2" type="button" onclick="hide(this); return false;" name="{$key}" />{$ligne.sujet} de {$ligne.destinataire} à {$ligne.temps|date_format:"%d/%m/%y %H:%M:%S"}</dt><dd>{$ligne.contenu}</dd>
2009-11-01 11:00:00 +00:00
</dl>
{/foreach}
{include file='game/footer.tpl'}