HB/onyx2/tpl/admin/print.tpl

11 lines
438 B
Smarty
Raw Normal View History

2009-11-01 11:00:00 +00:00
{include file='game/header.tpl'}
{if $linkpage == "vplanetes"}<a href="?p={$linkpage}&amp;id={$idPlan}&amp;key=hash_planete">Recalculer le hash (après déplacement d'une planète)</a>{/if}
<table>
{foreach from=$tableau item=ligne key=key}
<tr>
<td><a href="?p={$linkpage}&amp;id={$idPlan}&amp;key={$key}">{$key}</a></td>
<td>{$ligne|truncate:82}</td>
</tr>
{/foreach}
</table>
{include file='game/footer.tpl'}