Version 1.9a

This commit is contained in:
nemunaire 2008-09-20 12:00:00 +02:00
commit d028822d0b
437 changed files with 27543 additions and 81793 deletions

View file

@ -0,0 +1,17 @@
{include file='game/header.tpl'}
<table>
<tr>
<td><a href="?p={$linkpage}&amp;id={$idPlan}">{$key}</a></td>
</tr>
<tr>
<td>
<form action="?p={$linkpage}&amp;id={$idPlan}&amp;" method="post">
{if $type.0 == 'text' || $type.0 == 'longtext'}<textarea cols="10" rows="10" name="mod">{$tableau.$key}</textarea><br />
{else}<input type="text" value="{$tableau.$key}" name="mod" />{/if}
<input type="hidden" value="{$key}" name="key" />
<input type="submit" class="submit" value="GO" />
</form>
</td>
</tr>
</table>
{include file='game/footer.tpl'}