forked from halo-battle/game
Version 1.13a
This commit is contained in:
parent
de31cd3e9a
commit
ba8f323879
1634 changed files with 10080 additions and 213021 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.22, created on 2009-03-01 20:34:13
|
||||
<?php /* Smarty version 2.6.22, created on 2009-09-26 01:17:00
|
||||
compiled from admin/version.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'nl2br', 'admin/version.tpl', 28, false),array('modifier', 'date_format', 'admin/version.tpl', 29, false),)), $this); ?>
|
||||
|
|
@ -17,10 +17,10 @@ unset($_smarty_tpl_vars);
|
|||
" method="post">
|
||||
<fieldset class="options">
|
||||
<label for="version">Version :</label> <input type="text" name="version" id="version" value="<?php echo $this->_tpl_vars['mod']['version']; ?>
|
||||
" /><br />
|
||||
<label for="contenu">Contenu :</label><br /><textarea cols="10" rows="10" name="contenu" id="contenu"><?php echo $this->_tpl_vars['mod']['contenu']; ?>
|
||||
" tabindex="1" /><br />
|
||||
<label for="contenu">Contenu :</label><br /><textarea cols="10" rows="10" name="contenu" id="contenu" tabindex="2"><?php echo $this->_tpl_vars['mod']['contenu']; ?>
|
||||
</textarea><br />
|
||||
<input type="submit" class="submit" value="GO" />
|
||||
<input type="submit" class="submit" value="GO" tabindex="3" />
|
||||
</fieldset>
|
||||
</form>
|
||||
<h2>Liste des versions</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue