game/onyx2/tpl/admin/print_key.tpl

17 lines
657 B
Smarty
Raw Normal View History

2009-11-01 11:00:00 +00:00
{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">
2020-11-15 15:12:30 +00:00
{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}
2009-11-01 11:00:00 +00:00
<input type="hidden" value="{$key}" name="key" />
2020-11-15 15:12:30 +00:00
<input type="submit" class="submit" value="GO" tabindex="2" />
2009-11-01 11:00:00 +00:00
</form>
</td>
</tr>
</table>
{include file='game/footer.tpl'}