Version 1.9a
This commit is contained in:
parent
5f81f76b17
commit
d028822d0b
437 changed files with 27543 additions and 81793 deletions
17
templates/admin/print_key.tpl
Normal file
17
templates/admin/print_key.tpl
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{include file='game/header.tpl'}
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="?p={$linkpage}&id={$idPlan}">{$key}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<form action="?p={$linkpage}&id={$idPlan}&" 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'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue