game/onyx2/tpl/admin/print_key.tpl

17 lines
657 B
Smarty

{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" tabindex="1">{$tableau.$key}</textarea><br />
{else}<input type="text" value="{$tableau.$key}" name="mod" tabindex="1" />{/if}
<input type="hidden" value="{$key}" name="key" />
<input type="submit" class="submit" value="GO" tabindex="2" />
</form>
</td>
</tr>
</table>
{include file='game/footer.tpl'}