HB/onyx/tpl_compile/%%D4^D46^D461D9FD%%demarrage_add.tpl.php

24 lines
1.3 KiB
PHP
Raw Normal View History

2008-09-20 10:00:00 +00:00
<?php /* Smarty version 2.6.19, created on 2008-09-20 00:28:20
compiled from admin/demarrage_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>
Titre : <input type="text" name="titre" value="<?php echo $this->_tpl_vars['mod']['titre']; ?>
" /><br />
Texte : <br /><textarea name="contenu" rows="10" cols="10"><?php echo $this->_tpl_vars['mod']['contenu']; ?>
</textarea><br />
<?php if ($this->_tpl_vars['mod']['titre']): ?><input type="checkbox" name="reset" id="reset" value="1" /><label for="reset"> Actualiser la date et l'heure d'écriture</label> <i>Les utilisateurs ayant déjà vu la page la revéront de nouveau.</i><br /><?php endif; ?>
<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);
?>