Version 1.12

This commit is contained in:
nemunaire 2009-11-01 12:00:00 +01:00
commit de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions

11
onyx2/tpl/admin/print.tpl Normal file
View file

@ -0,0 +1,11 @@
{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'}