game/onyx/tpl_compile/%%B0^B0B^B0B7E456%%print_choixP.tpl.php

42 lines
1.4 KiB
PHP

<?php /* Smarty version 2.6.19, created on 2008-09-20 00:25:56
compiled from admin/print_choixP.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);
?>
<h2><?php echo $this->_tpl_vars['titre']; ?>
</h2>
<table>
<tr>
<td>
<form action="admin.php" method="get">
<p>
ID de la planète : <input type="text" value="" name="id" />
<input type="hidden" value="<?php echo $this->_tpl_vars['linkpage']; ?>
" name="p" />
<input type="submit" class="submit" value="GO" />
</p>
</form>
</td>
</tr>
<tr>
<td>
<form action="admin.php" method="get">
<p>
Amas : <input type="text" name="amas" />
Système : <input type="text" name="ss" />
Position : <input type="text" name="pos" />
<input type="hidden" value="<?php echo $this->_tpl_vars['linkpage']; ?>
" name="p" />
<input type="submit" class="submit" value="GO" />
</p>
</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);
?>