game/onyx/tpl_compile/%%28^282^282BF240%%version_add.tpl.php

23 lines
1022 B
PHP

<?php /* Smarty version 2.6.19, created on 2008-09-20 00:29:29
compiled from admin/version_add.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);
?>
<form action="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
&amp;i=<?php echo $this->_tpl_vars['id']; ?>
" method="post">
<p>
Version : <input type="text" name="version" value="<?php echo $this->_tpl_vars['mod']['version']; ?>
" /><br />
Contenu :<br /><textarea cols="10" rows="10" name="contenu"><?php echo $this->_tpl_vars['mod']['contenu']; ?>
</textarea><br />
<input type="submit" class="submit" value="GO" />
</p>
</form>
<?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);
?>