game/onyx2/modules/templates_anc/compile/%%D1^D1C^D1C6EECE%%print_key.tpl.php

35 lines
1.5 KiB
PHP

<?php /* Smarty version 2.6.22, created on 2009-10-31 21:11:56
compiled from admin/print_key.tpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/header.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<table>
<tr>
<td><a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
&amp;id=<?php echo $this->_tpl_vars['idPlan']; ?>
"><?php echo $this->_tpl_vars['key']; ?>
</a></td>
</tr>
<tr>
<td>
<form action="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
&amp;id=<?php echo $this->_tpl_vars['idPlan']; ?>
&amp;" method="post">
<?php if ($this->_tpl_vars['type']['0'] == 'text' || $this->_tpl_vars['type']['0'] == 'longtext'): ?><textarea cols="10" rows="10" name="mod" tabindex="1"><?php echo $this->_tpl_vars['tableau'][$this->_tpl_vars['key']]; ?>
</textarea><br />
<?php else: ?><input type="text" value="<?php echo $this->_tpl_vars['tableau'][$this->_tpl_vars['key']]; ?>
" name="mod" tabindex="1" /><?php endif; ?>
<input type="hidden" value="<?php echo $this->_tpl_vars['key']; ?>
" name="key" />
<input type="submit" class="submit" value="GO" tabindex="2" />
</form>
</td>
</tr>
</table>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/footer.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>