Version 1.10c
This commit is contained in:
parent
4c9814a99c
commit
2a066a7498
148 changed files with 2174 additions and 134960 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 16:17:29
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-19 22:45:26
|
||||
compiled from game/chantierterrestre.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'lower', 'game/chantierterrestre.tpl', 28, false),)), $this); ?>
|
||||
|
|
|
|||
|
|
@ -1,129 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-12 13:32:11
|
||||
compiled from game/description.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>Détails <?php echo $this->_tpl_vars['type']; ?>
|
||||
: <?php echo $this->_tpl_vars['nom']; ?>
|
||||
</h2>
|
||||
<table style="width: 400px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 120px;"><img src="images/<?php echo $this->_tpl_vars['type']; ?>
|
||||
/<?php echo $this->_tpl_vars['image']; ?>
|
||||
" alt="" /></td>
|
||||
<td><b><?php echo $this->_tpl_vars['nom']; ?>
|
||||
</b><br />Actuellement : <?php if ($this->_tpl_vars['type'] != 'vaisseaux' && $this->_tpl_vars['type'] != 'terrestre' && $this->_tpl_vars['type'] != 'caserne'): ?>niveau<?php endif; ?> <?php echo $this->_tpl_vars['niveau']; ?>
|
||||
<?php if ($this->_tpl_vars['type'] == 'vaisseaux' || $this->_tpl_vars['type'] == 'terrestre' || $this->_tpl_vars['type'] == 'caserne'): ?> unités<?php endif; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><?php echo $this->_tpl_vars['description']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<table style="margin: auto; width: 100%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Coûts <?php if ($this->_tpl_vars['type'] == 'vaisseaux' || $this->_tpl_vars['type'] == 'terrestre' || $this->_tpl_vars['type'] == 'caserne'): ?>unité<?php else: ?>prochain niveau<?php endif; ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php if ($this->_tpl_vars['ressourcesNext']['0']): ?>
|
||||
<tr>
|
||||
<th><?php echo $this->_tpl_vars['nomsressources']['0']; ?>
|
||||
</th>
|
||||
<td><?php echo $this->_tpl_vars['ressourcesNext']['0']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['ressourcesNext']['1']): ?>
|
||||
<tr>
|
||||
<th><?php echo $this->_tpl_vars['nomsressources']['1']; ?>
|
||||
</th>
|
||||
<td><?php echo $this->_tpl_vars['ressourcesNext']['1']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['ressourcesNext']['2']): ?>
|
||||
<tr>
|
||||
<th><?php echo $this->_tpl_vars['nomsressources']['2']; ?>
|
||||
</th>
|
||||
<td><?php echo $this->_tpl_vars['ressourcesNext']['2']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
<tr>
|
||||
<th>Temps</th>
|
||||
<td><?php echo $this->_tpl_vars['ressourcesNext']['3']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if ($this->_tpl_vars['caract']): ?>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<table style="margin: auto; width: 100%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Caractéristiques</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Attaque</th>
|
||||
<td><?php echo $this->_tpl_vars['caract']['0']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Bouclier</th>
|
||||
<td><?php echo $this->_tpl_vars['caract']['1']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Points de vie</th>
|
||||
<td><?php echo $this->_tpl_vars['caract']['2']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if ($this->_tpl_vars['caract']['3']): ?>
|
||||
<tr>
|
||||
<th>Capacité de transport</th>
|
||||
<td><?php echo $this->_tpl_vars['caract']['3']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<table style="margin: auto; width: 100%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Requiert</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><?php echo $this->_tpl_vars['etat']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,52 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 22:55:04
|
||||
compiled from admin/vflotte.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'date_format', 'admin/vflotte.tpl', 18, false),)), $this); ?>
|
||||
<?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>Vérification des flottes</h2>
|
||||
<table style="text-align: center; margin: auto;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Utilisateurs</th>
|
||||
<th>Départ<br />Arrivé<br />Retour</th>
|
||||
<th>Durées</th>
|
||||
<th>Vaisseaux<br />Vitesse</th>
|
||||
<th>Contenu</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['flottes']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['flotte']):
|
||||
?>
|
||||
<tr<?php if ($this->_tpl_vars['flotte']['6']): ?> style="background-color: #<?php echo $this->_tpl_vars['ip']['6']; ?>
|
||||
;"<?php endif; ?>>
|
||||
<td><?php echo $this->_tpl_vars['flotte']['0']; ?>
|
||||
<br /><?php echo $this->_tpl_vars['flotte']['2']; ?>
|
||||
</td>
|
||||
<td><?php echo $this->_tpl_vars['flotte']['3']; ?>
|
||||
<?php echo $this->_tpl_vars['flotte']['4']; ?>
|
||||
<br /><?php echo $this->_tpl_vars['flotte']['5']; ?>
|
||||
<?php echo $this->_tpl_vars['flotte']['6']; ?>
|
||||
</td>
|
||||
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['flotte']['7'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%d/%m/%y %H:%M:%S") : smarty_modifier_date_format($_tmp, "%d/%m/%y %H:%M:%S")); ?>
|
||||
</td>
|
||||
<td><?php echo $this->_tpl_vars['flotte']['8']; ?>
|
||||
<br /><?php echo $this->_tpl_vars['flotte']['9']; ?>
|
||||
</td>
|
||||
<td>Métal : <?php echo $this->_tpl_vars['flotte']['10']; ?>
|
||||
<br />Cristal : <?php echo $this->_tpl_vars['flotte']['11']; ?>
|
||||
<br />Hydrogène : <?php echo $this->_tpl_vars['flotte']['12']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 16:39:57
|
||||
compiled from game/prochainement.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);
|
||||
?>
|
||||
<div class="error">Prochainement sur Halo-Battle.</div>
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-10-31 00:41:42
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-19 23:01:10
|
||||
compiled from game/arbre.tpl */ ?>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/header.tpl', 'smarty_include_vars' => array()));
|
||||
|
|
@ -32,7 +32,8 @@ unset($_smarty_tpl_vars);
|
|||
|
||||
<div<?php if ($this->_tpl_vars['defaut'] == 'caserne'): ?> class="hightlight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['arbre']; ?>
|
||||
&q=caserne&r=<?php echo $this->_tpl_vars['raceAff']; ?>
|
||||
">Caserne</a>
|
||||
"><?php echo $this->_tpl_vars['batiments']['9']['nom']; ?>
|
||||
</a>
|
||||
<div><table><thead>
|
||||
<tr><th>Unité</th><th>Technologies nécessaires (niveau actuel)</th></tr>
|
||||
</thead><tbody>
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-10-31 01:49:47
|
||||
compiled from cms/../cms/vide.tpl */ ?>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/header.tpl', 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
<?php echo $this->_tpl_vars['contenu']; ?>
|
||||
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/footer.tpl', 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-11-04 01:05:54
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-19 22:59:07
|
||||
compiled from game/laboratoire.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'lower', 'game/laboratoire.tpl', 30, false),array('modifier', 'separerNombres', 'game/laboratoire.tpl', 42, false),)), $this); ?>
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-20 00:10:35
|
||||
compiled from game/alliance_donner.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'separernombres', 'game/alliance_donner.tpl', 5, false),)), $this); ?>
|
||||
<?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>Donner des ressources à l'alliance</h2>
|
||||
<form method="post" action="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=donner">
|
||||
<fieldset class="options">
|
||||
<label for="metal"><?php echo $this->_tpl_vars['nomsressources']['0']; ?>
|
||||
(max : <?php echo ((is_array($_tmp=$this->_tpl_vars['planete']->metal)) ? $this->_run_mod_handler('separernombres', true, $_tmp) : separernombres($_tmp)); ?>
|
||||
) :</label><input type="text" class="text" id="metal" name="metal" maxlength="5" /><br />
|
||||
<label for="cristal"><?php echo $this->_tpl_vars['nomsressources']['1']; ?>
|
||||
(max : <?php echo ((is_array($_tmp=$this->_tpl_vars['planete']->cristal)) ? $this->_run_mod_handler('separernombres', true, $_tmp) : separernombres($_tmp)); ?>
|
||||
) :</label><input type="text" class="text" id="cristal" name="cristal" maxlength="5" /><br />
|
||||
<label for="hydrogene"><?php echo $this->_tpl_vars['nomsressources']['2']; ?>
|
||||
(max : <?php echo ((is_array($_tmp=$this->_tpl_vars['planete']->hydrogene)) ? $this->_run_mod_handler('separernombres', true, $_tmp) : separernombres($_tmp)); ?>
|
||||
) :</label><input type="text" class="text" id="hydrogene" name="hydrogene" maxlength="5" /><br />
|
||||
<br /><input type="submit" class="submit" value="Donner" />
|
||||
</fieldset>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-11-03 21:44:58
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-11 16:36:16
|
||||
compiled from game/footer.tpl */ ?>
|
||||
<div class="border_bt"></div></div>
|
||||
<div id="footer">
|
||||
|
|
|
|||
|
|
@ -1,28 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-14 16:38:22
|
||||
compiled from game/aide/commentjouer.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>Aide de Halo-Battle :: Comment jouer</h2>
|
||||
<h3>Astuces à l'intention des nouveaux administrateurs coloniaux</h3>
|
||||
Vous voilà inscrit et connecté sur votre compte ; si vous pensez que le plus difficile est maintenant derrière-vous, vous vous trompez lourdement. De lourdes tâches vous attendent désormais, et il va vous falloir tout votre sang-froid et votre maîtrise pour triompher des épreuves qui jalonneront votre route.<br /><br />
|
||||
Si vous êtes aguerri dans l'art de gérer et d'administrer à la perfection des colonies, ce chapitre ne vous concerne donc pas à priori. Dans le cas contraire, sans nul doute qu'il vous sera utile pour apprendre, du moins, les théories de votre métier.<br />
|
||||
<br /><h3>Que devez-vous savoir dès le départ ?</h3>
|
||||
La chose la plus importante à savoir dès le départ est que... cela sera très difficile, quelles que soient les circonstances. Cela ne vous rassure pas ? Tant pis. L'univers de Halo-Battle est une vaste jungle sauvage, où vous devrez trouver vous-mêmes vos repères et survivre. A vous de vous forger votre propre tactique, sinon quoi n'espèrez pas vivre longtemps. Surtout, rappelez-vous bien ceci : il existe plusieurs moyens d'atteindre votre but, quel qu'il soit.<br /><br />
|
||||
Si vous êtes novice dans ce type de jeux, vous devez certainement vous sentir quelque peu perdu : que faire, et comment le faire ?<br /><br />
|
||||
Le plus important pour le moment est de développer vos différentes mines, afin de faire fructifier vos ressources : celles-ci sont en effet le moteur de vos colonies, et n'espérez pas accomplir grand chose sans elles. N'oubliez pas non plus de construire des centrales d'énergie afin d'approvisionner vos bâtiments, qui eux aussi ont besoin de ressources énergétiques pour fonctionner.<br /><br />
|
||||
D'autre part, c'est au tout début que vous devrez définir une tactique de jeu, s'étalant sur le long terme, comprenez donc toute la période où vous jouerez sur votre compte. On fait généralement la distinction entre deux grands courants : les Mineurs et les Raideurs. Tandis que les premiers cherchent à développer leurs mines et leurs défenses coloniales, les seconds visent la création d'une flotte imposante pour percer les défenses ennemies et piller les ressources des autres joueurs. Notez que des intermédiaires ou des courants mineurs existent entre ces deux catégories.<br /><br />
|
||||
Dans le cas d'une stratégie axée sur le minage, sachez que vos débuts seront plus lents et laborieux qu'un joueur raideur. Vous devrez principalement augmenter le niveau de vos mines d'extraction et construire des vaisseaux de transport pour évacuer vos ressources dans le cas où une attaque imminente aurait lieue sur l'une de vos colonies. N'oubliez pas non plus de vous confectionner un « rideau de fer », une ligne de défense pour dissuader les raideurs que vous attaquer n'est absolument pas rentable pour eux.<br /><br />
|
||||
Si les ravages vous semblent plus intéressants et que vous vous définissez une stratégie axée sur le raid, abandonnez l'idée d'économies de ressources pour augmenter le niveau de vos mines et troquez vos défenses planétaires contre plusieurs flottes de vaisseaux. Ici, il s'agira d'attaquer plusieurs fois par jours différents joueurs dans l'objectif d'amasser des ressources. Ne laissez jamais votre flotte stationnée sur une colonie : un autre raideur pourrait très bien vous attaquer et la détruire. Faites voyager vos flottes entre colonies. Cette tactique offre l'avantage d'être propulsé rapidement dans un bon classement, le seul inconvénient (et de taille !) est que si jamais vous venez à perdre votre flotte, la dégringolade va être rude. Reste encore à vous demander si un bon classement signifie quelque chose pour vous...<br /><br />
|
||||
La recherche technologique, disponible via votre laboratoire, est une composante essentielle du développement de vos institutions. Là encore, vous devrez investir nombre de ressources pour avoir accès à de nouveaux types de bâtiments, d'armements ou de technologies susceptibles de vous apporter un avantage certain. Ne négligez jamais cet aspect sous peine d'être irrémédiablement distancé par vos adversaires.<br />
|
||||
Bien d'autres éléments utiles gagnent à être connus pour que vous puissiez jouer dans des conditions optimales. Reportez-vous aux différents chapitres du manuel pour en prendre connaissance.<br />
|
||||
<br /><h3>Exemple : la colonie Reach</h3>
|
||||
Voici un petit tutorial pour commencer à jouer dans le jeu. Ici, nous aborderons les différents aspects élémentaires pour développer notre planète principale : Reach. Ce tutorial utilise la race Humaine ; toutefois, les données demeurent les mêmes pour la race Covenante. Notez enfin que parfois, les ressources indiquées dans les illustrations diffèrent avec les coûts réels.<br /><br />
|
||||
[...]
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-10-12 00:30:52
|
||||
compiled from game/amis.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'game/amis.tpl', 13, false),)), $this); ?>
|
||||
<?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>Amis existants</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Nom du joueur</th>
|
||||
<th>Supprimer</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['destins']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['destin']):
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['destin']['1'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
</td>
|
||||
<td><a href="?p=amis&d=<?php echo $this->_tpl_vars['destin']['0']; ?>
|
||||
&a=<?php echo $this->_tpl_vars['destin']['2']; ?>
|
||||
">Supprimer</a></td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>Ajouter un ami</h2>
|
||||
<form action="?p=amis" method="post">
|
||||
<fieldset class="options">
|
||||
<label for="nom">Nom du joueur</label><input class="text" type="text" id="nom" name="nom" maxlength="32" /><br />
|
||||
<input class="submit" type="submit" value="Ajouter" />
|
||||
</fieldset>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-14 10:53:18
|
||||
compiled from admin/sanctionU_choix.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>
|
||||
<form action="admin.php" method="get">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
Temps de vacances forcées : <input type="text" value="" name="sanc" /> jours ("d" pour définitif, -3 pour réactiver le compte tout de suite)<br />
|
||||
Raison : <input type="text" maxlength="255" name="raisonmv" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
ID : <input type="text" value="" name="id" />
|
||||
<input type="submit" class="submit" value="GO" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Nom : <input type="text" name="name" />
|
||||
<input type="hidden" value="<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
" name="p" />
|
||||
<input type="submit" class="submit" value="GO" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 22:54:09
|
||||
compiled from game/aide/sommaire.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>Aide de Halo-Battle :: Sommaire</h2>
|
||||
<h3><a href="<?php echo $this->_tpl_vars['menu']['faq']; ?>
|
||||
&q=1">Avertissements</a></h3>
|
||||
<h3><a href="<?php echo $this->_tpl_vars['menu']['faq']; ?>
|
||||
&q=2">Configuration nécessaire & démarrage du jeu</a></h3>
|
||||
<h3><a href="<?php echo $this->_tpl_vars['menu']['faq']; ?>
|
||||
&q=3">Introduction</a></h3>
|
||||
<h3><a href="<?php echo $this->_tpl_vars['menu']['faq']; ?>
|
||||
&q=4">Comment jouer ?</a></h3>
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
<?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']; ?>
|
||||
&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);
|
||||
?>
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 22:54:57
|
||||
compiled from admin/accueil.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'admin/accueil.tpl', 6, false),array('modifier', 'nl2br', 'admin/accueil.tpl', 6, false),)), $this); ?>
|
||||
<?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>Evénements</h2>
|
||||
<em>Heure du serveur: <?php echo $this->_tpl_vars['datehb']; ?>
|
||||
</em>
|
||||
<h4>Version du serveur : <a href="./?p=version"><?php echo $this->_tpl_vars['version']; ?>
|
||||
</a></h4>
|
||||
<?php $_from = $this->_tpl_vars['news']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['new']):
|
||||
?>
|
||||
<h1><strong><?php echo $this->_tpl_vars['new']['titre']; ?>
|
||||
</strong> : <?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['new']['contenu'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)))) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)); ?>
|
||||
</h1>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
<h2>Infos</h2>
|
||||
<h4><a href="<?php echo $this->_tpl_vars['menua']['courrier']; ?>
|
||||
">Messagerie :</a> <?php echo $this->_tpl_vars['nbMail']; ?>
|
||||
message<?php if ($this->_tpl_vars['nbMail'] > 1): ?>s<?php endif; ?> en attente</h4>
|
||||
<h4><a href="./<?php echo $this->_tpl_vars['menu']['pilori']; ?>
|
||||
">Pilori :</a> <?php echo $this->_tpl_vars['nbPilori']; ?>
|
||||
joueur<?php if ($this->_tpl_vars['nbPilori'] > 1): ?>s<?php endif; ?> dans le pilori de la galaxie</h4>
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 23:01:34
|
||||
compiled from game/envoyer.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('function', 'html_options', 'game/envoyer.tpl', 5, false),)), $this); ?>
|
||||
<?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>Envoyer un message privé</h2>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['envoie']; ?>
|
||||
" method="post">
|
||||
<fieldset class="options">
|
||||
<label for="amis">Amis :</label><select name="destin" id="fav_dest" onchange="<?php echo 'if (this.value == \'edit\') { window.open(\'?p=amis\'); this.value = \'\'; return false; } document.getElementById(\'nom\').value = this.value;'; ?>
|
||||
"><option value="">--</option><?php echo smarty_function_html_options(array('output' => $this->_tpl_vars['amis'],'values' => $this->_tpl_vars['amis']), $this);?>
|
||||
<option value="edit">Modifier la liste</option></select><br />
|
||||
<label for="nom">Nom du destinataire :</label><input class="text" type="text" name="nom" value="<?php echo $this->_tpl_vars['destinataire']; ?>
|
||||
" id="nom" />
|
||||
<label for="objet">Objet :</label><input class="text" type="text" name="objet" value="<?php echo $this->_tpl_vars['objet']; ?>
|
||||
" id="objet" />
|
||||
<label for="message">Texte :</label>
|
||||
<textarea id="message" name="message" cols="40" rows="10"></textarea><br /><br />
|
||||
<input class="submit" type="submit" value="OK" />
|
||||
</fieldset>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-12 13:24:19
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-11 17:47:00
|
||||
compiled from cms/header.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', 'cms/header.tpl', 25, false),)), $this); ?>
|
||||
|
|
|
|||
|
|
@ -1,49 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-19 23:40:36
|
||||
compiled from game/alliance_adm_chat.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'date_format', 'game/alliance_adm_chat.tpl', 19, false),array('modifier', 'escape', 'game/alliance_adm_chat.tpl', 20, false),)), $this); ?>
|
||||
<?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>Administration de l'alliance</h2>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/alliance_adm_header.tpl', 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
<br />
|
||||
<h2 id="chat">Administration du chat</h2>
|
||||
<table style="text-align: center; width: 100%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Pseudo</th>
|
||||
<th>Date</th>
|
||||
<th>Message</th>
|
||||
<th>Supprimer</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['chat']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['message']):
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $this->_tpl_vars['message']['emetteur']; ?>
|
||||
</td>
|
||||
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['message']['timestamp'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%d/%m/%y %H:%M:%S") : smarty_modifier_date_format($_tmp, "%d/%m/%y %H:%M:%S")); ?>
|
||||
</td>
|
||||
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['message']['message'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
</td>
|
||||
<td><a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=adm_chat&i=<?php echo $this->_tpl_vars['message']['id']; ?>
|
||||
"><i>Supprimer</i></a></td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 16:26:39
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-19 22:45:25
|
||||
compiled from game/chantierspatial.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'lower', 'game/chantierspatial.tpl', 28, false),)), $this); ?>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-12 23:40:45
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-19 22:45:22
|
||||
compiled from game/batiments.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'lower', 'game/batiments.tpl', 29, false),)), $this); ?>
|
||||
|
|
@ -13,14 +13,14 @@ unset($_smarty_tpl_vars);
|
|||
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['fbat']):
|
||||
?>
|
||||
<span><?php echo $this->_tpl_vars['fbat']['3']; ?>
|
||||
- <em id="reste<?php echo $this->_tpl_vars['key']; ?>
|
||||
<?php if ($this->_tpl_vars['fterr']['1'] < 0): ?> (démolition)<?php endif; ?> - <em id="reste<?php echo $this->_tpl_vars['key']; ?>
|
||||
"></em><script type="text/javascript">reste(<?php echo $this->_tpl_vars['fbat']['2']; ?>
|
||||
,'reste<?php echo $this->_tpl_vars['key']; ?>
|
||||
', <?php if ($this->_tpl_vars['key'] == 0): ?>true<?php else: ?>false<?php endif; ?>);</script> - <a href="<?php echo $this->_tpl_vars['menu']['batiments']; ?>
|
||||
&a=<?php echo $this->_tpl_vars['fbat']['0']; ?>
|
||||
">Annuler</a></span>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
<?php if ($this->_tpl_vars['Vchaine']): ?><span>Aucun batiment dans la file d'attente</span>
|
||||
<?php if ($this->_tpl_vars['Vchaine']): ?><span>Aucun bâtiment dans la file d'attente</span>
|
||||
<?php endif; ?>
|
||||
<br />
|
||||
</div>
|
||||
|
|
@ -99,8 +99,9 @@ unset($_smarty_tpl_vars);
|
|||
<?php endif; ?>">Ressources insuffisantes</span>
|
||||
<?php else: ?><a href="<?php echo $this->_tpl_vars['menu']['batiments']; ?>
|
||||
&c=<?php echo $this->_tpl_vars['batiment']['num']; ?>
|
||||
">Construire</a>
|
||||
<?php endif; ?>
|
||||
">Construire</a><?php endif; ?><?php if ($this->_tpl_vars['batiment']['niveau'] > 0): ?> <a href="<?php echo $this->_tpl_vars['menu']['batiments']; ?>
|
||||
&d=<?php echo $this->_tpl_vars['batiment']['num']; ?>
|
||||
">Démolir un</a><?php endif; ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -1,59 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-11-07 23:33:54
|
||||
compiled from game/options.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>Signature pour forum</h2>
|
||||
<img src="http://<?php echo $this->_tpl_vars['url_serveur']; ?>
|
||||
/sign.php?i=<?php echo $this->_tpl_vars['planete']->id_user; ?>
|
||||
" alt="Signature" /><br /><a href="http://<?php echo $this->_tpl_vars['url_serveur']; ?>
|
||||
/sign.php?i=<?php echo $this->_tpl_vars['planete']->id_user; ?>
|
||||
">http://<?php echo $this->_tpl_vars['url_serveur']; ?>
|
||||
/sign.php?i=<?php echo $this->_tpl_vars['planete']->id_user; ?>
|
||||
</a><br /><br />
|
||||
BBcode pour forums : <input value="[url=http://www.halo-battle.fr][img]http://<?php echo $this->_tpl_vars['url_serveur']; ?>
|
||||
/sign.php?i=<?php echo $this->_tpl_vars['planete']->id_user; ?>
|
||||
[/img][/url]" />
|
||||
<h2>Changer de mot de passe</h2>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['options']; ?>
|
||||
&chg=mdp" method="post"><fieldset class="options">
|
||||
<label for="ancien">Ancien mot de passe :</label><input class="text" type="password" id="ancien" name="mdp_anc" />
|
||||
<label for="nouveau">Nouveau mot de passe :</label><input class="text" type="password" id="nouveau" name="mdp_nouv" />
|
||||
<label for="confirm">Confirmez le mot de passe :</label><input class="text" type="password" id="confirm" name="mdp_conf" /><br /><br />
|
||||
<b>Le nouveau mot de passe sera modifié après validation par mail.<br />Veuillez vous assurez que votre adresse actuelle est toujours valide.</b><br /><br />
|
||||
<input class="submit" type="submit" value="OK" />
|
||||
</fieldset></form>
|
||||
<h2>Changer d'adresse électronique</h2>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['options']; ?>
|
||||
&chg=mail" method="post"><fieldset class="options">
|
||||
<label>Adresse actuelle :</label><p style="text-align: center;"><?php echo $this->_tpl_vars['mail']; ?>
|
||||
</p>
|
||||
<label for="mail">Nouveau mail :</label><input class="text" type="text" id="mail" name="mail" />
|
||||
<label for="mdp_mail">Mot de passe actuel :</label><input class="text" type="password" id="mdp_mail" name="mdp_mail" /><br /><br />
|
||||
<b>L'adresse électronique sera modifiée une fois validée depuis votre nouvelle adresse.</b><br /><br />
|
||||
<input class="submit" type="submit" value="OK" />
|
||||
</fieldset></form>
|
||||
<h2>Recevoir des notifications par mail</h2>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['options']; ?>
|
||||
&chg=recmail" method="post">
|
||||
<fieldset class="options">
|
||||
<input type="checkbox" name="recmail" id="recmail" value="1" /> <label for="recmail">Recevoir des notifications par mail</label>
|
||||
</fieldset>
|
||||
</form>
|
||||
<h2>Mode vacances</h2>
|
||||
Si vous devez vous absenter de votre compte pour une durée supérieure à 3 jours, vous pouvez mettre votre compte en mode vacances.<br />Vous ne pouvez pas vous faire attaquer (les attaques déjà lancées ne seront pas annulées !) durant cette période, mais vous ne produirez pas de resources sur vos planètes.<br /><br /><b>Veuillez vider <span style="text-decoration: underline;">toutes</span> vos files d'attentes avant d'activer le mode vacances !</b><br />
|
||||
<br /><a href="<?php echo $this->_tpl_vars['menu']['options']; ?>
|
||||
&a=mv&n=<?php echo $this->_tpl_vars['idvac']; ?>
|
||||
">Activer le mode vacances maintenant</a>
|
||||
<h2>Supprimer son compte</h2>
|
||||
<?php if ($this->_tpl_vars['planete']->mv < 0): ?><span style="color: #FF0000;">Vous avez demandé la suppression de votre compte. Il sera supprimé sous 48h.</span>
|
||||
<?php else: ?><br /><a href="<?php echo $this->_tpl_vars['menu']['options']; ?>
|
||||
&a=dl&n=<?php echo $this->_tpl_vars['idvac']; ?>
|
||||
" onclick="return confirm('Êtes-vous sûr de vouloir supprimer votre compte ?');">Supprimer mon compte</a><?php endif; ?>
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 21:26:12
|
||||
compiled from cms/erreur.tpl */ ?>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/header.tpl', 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
<div class="error"<?php if ($this->_tpl_vars['couleur']): ?> style="color: <?php echo $this->_tpl_vars['couleur']; ?>
|
||||
;"<?php endif; ?>><?php echo $this->_tpl_vars['message']; ?>
|
||||
</div>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/footer.tpl', 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-23 19:05:48
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-19 22:45:24
|
||||
compiled from game/caserne.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'lower', 'game/caserne.tpl', 28, false),)), $this); ?>
|
||||
|
|
@ -13,7 +13,7 @@ unset($_smarty_tpl_vars);
|
|||
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['fterr']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['key'] == 0): ?><span><strong>Prochaine unité </strong> : <em id="resten"></em>
|
||||
<script type="text/javascript">reste(<?php echo $this->_tpl_vars['fterr']['2']; ?>
|
||||
<script type="text/javascript">reste(<?php echo $this->_tpl_vars['fterr']['4']; ?>
|
||||
,'resten', true);</script></span><?php endif; ?>
|
||||
<span><?php echo $this->_tpl_vars['fterr']['1']; ?>
|
||||
<?php echo $this->_tpl_vars['fterr']['3']; ?>
|
||||
|
|
|
|||
|
|
@ -1,49 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 22:55:00
|
||||
compiled from admin/mail_liste.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'admin/mail_liste.tpl', 18, false),array('modifier', 'truncate', 'admin/mail_liste.tpl', 18, false),array('modifier', 'date_format', 'admin/mail_liste.tpl', 19, false),)), $this); ?>
|
||||
<?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 style="width: 80%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Action</th>
|
||||
<th>Statut</th>
|
||||
<th>Emetteur</th>
|
||||
<th>Sujet</th>
|
||||
<th>Date</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['mails']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['ligne']):
|
||||
?>
|
||||
<tr<?php if ($this->_tpl_vars['ligne']['statut'] >= 1): ?> style="background: #<?php if ($this->_tpl_vars['ligne']['statut'] == 1): ?>770000<?php elseif ($this->_tpl_vars['ligne']['statut'] == 2): ?>007700<?php elseif ($this->_tpl_vars['ligne']['statut'] == 3): ?>000077<?php elseif ($this->_tpl_vars['ligne']['statut'] == 4): ?>770077<?php elseif ($this->_tpl_vars['ligne']['statut'] == 5): ?>007777<?php elseif ($this->_tpl_vars['ligne']['statut'] == 6): ?>777700<?php endif; ?>;"<?php endif; ?>>
|
||||
<td><a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&w=<?php echo $this->_tpl_vars['ligne']['id']; ?>
|
||||
">STAT</a><br /><a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&v=<?php echo $this->_tpl_vars['ligne']['id']; ?>
|
||||
">LIRE</a><br /><a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&d=<?php echo $this->_tpl_vars['ligne']['id']; ?>
|
||||
" onclick="return confirm('Supprimer ce message ?');">SUPPR</a></td>
|
||||
<td><?php echo $this->_tpl_vars['ligne']['statut']; ?>
|
||||
</td>
|
||||
<td><?php echo $this->_tpl_vars['ligne']['pseudo']; ?>
|
||||
</td>
|
||||
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['ligne']['titre'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
<br /><?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['ligne']['contenu'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)))) ? $this->_run_mod_handler('truncate', true, $_tmp, 50) : smarty_modifier_truncate($_tmp, 50)); ?>
|
||||
</td>
|
||||
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['ligne']['time'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%d/%m/%y %H:%M:%S") : smarty_modifier_date_format($_tmp, "%d/%m/%y %H:%M:%S")); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-11-03 22:40:31
|
||||
compiled from game/rename.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);
|
||||
?>
|
||||
<img src="images/planetes/<?php echo $this->_tpl_vars['planete']->image; ?>
|
||||
.jpg" width="200" height="200" alt="planète" />
|
||||
<h2>Renommer la planète</h2>
|
||||
<form action="?p=rename" method="post">
|
||||
<fieldset class="options"><label for="planete">Renommer la planète: (<?php echo $this->_tpl_vars['planete']->galaxie; ?>
|
||||
:<?php echo $this->_tpl_vars['planete']->ss; ?>
|
||||
:<?php echo $this->_tpl_vars['planete']->position; ?>
|
||||
) :</label><input class="text" type="text" name="planete" maxlength="18" value="<?php echo $this->_tpl_vars['planete']->nom_planete; ?>
|
||||
" id="planete" /><br /><br /><input class="submit" type="submit" value="OK" /></fieldset>
|
||||
</form>
|
||||
<h2>Abandonner la planète</h2>
|
||||
<?php if ($this->_tpl_vars['abandonH']): ?><b>Attention, cette action est irréversible ; vous perdrez tous les batiments, vaisseaux et unités présents sur cette planète, les flottes ayant une mision qui a pour origine votre planète se perdront dans l'espace.</b><br /><br />Si vous êtes sur de vouloir abandonner cette planète : <a href="?p=rename&a=<?php echo $this->_tpl_vars['abandonH']; ?>
|
||||
&i=<?php echo $this->_tpl_vars['planete']->id; ?>
|
||||
" onclick="return confirm('Êtes-vous sûr de vouloir abandonner cette planète ?');">cliquez sur ce lien</a>.<br /><br />
|
||||
<?php else: ?>Vous ne pouvez pas abandonner cette planète car vous n'en avez pas d'autre.<br /><br /><?php endif; ?>
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,68 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-10-31 01:58:55
|
||||
compiled from game/classement.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>Classement</h2>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['classement']; ?>
|
||||
" method="get">
|
||||
<fieldset>
|
||||
<input type="hidden" value="classement" name="p" />
|
||||
<select name="t">
|
||||
<option value="0"<?php if ($this->_tpl_vars['t'] == '0'): ?>selected="selected"<?php endif; ?>>Pseudo</option>
|
||||
<option value="1"<?php if ($this->_tpl_vars['t'] == '1'): ?>selected="selected"<?php endif; ?>>Alliance</option>
|
||||
</select> <select name="e">
|
||||
<option value="points"<?php if ($this->_tpl_vars['export'] == 'points'): ?> selected="selected"<?php endif; ?>>Points</option>
|
||||
<option value="batiment"<?php if ($this->_tpl_vars['export'] == 'batiments'): ?> selected="selected"<?php endif; ?>>Bâtiment</option>
|
||||
<option value="flotte"<?php if ($this->_tpl_vars['export'] == 'flottes'): ?> selected="selected"<?php endif; ?>>Flotte</option>
|
||||
<option value="recherches"<?php if ($this->_tpl_vars['export'] == 'recherches'): ?> selected="selected"<?php endif; ?>>Recherches</option>
|
||||
</select> <?php echo $this->_tpl_vars['q']; ?>
|
||||
<input class="submit" type="submit" value="GO" />
|
||||
</fieldset>
|
||||
</form>
|
||||
<table class="systeme"><thead>
|
||||
<?php if ($this->_tpl_vars['t'] == '0'): ?>
|
||||
<tr><th>Rang</th><th>Evolution</th><th>Pseudo</th><th>Message</th><th>Race</th><th>Alliance</th><th>Points</th></tr></thead><tbody>
|
||||
|
||||
<?php $_from = $this->_tpl_vars['places']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['place']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['place']['1'] == $this->_tpl_vars['planete']->pseudo): ?><tr style="background: #E5E5E5;" id="moi"><td><b><?php echo $this->_tpl_vars['place']['0']; ?>
|
||||
</b></td><td>-</td><td><b><?php echo $this->_tpl_vars['place']['1']; ?>
|
||||
</b></td><td></td><td><b><?php echo $this->_tpl_vars['place']['2']; ?>
|
||||
</b></td><td><b><?php if ($this->_tpl_vars['place']['3']): ?>[<?php echo $this->_tpl_vars['place']['3']; ?>
|
||||
] <?php echo $this->_tpl_vars['place']['4']; ?>
|
||||
<?php endif; ?></b></td><td><b><?php echo $this->_tpl_vars['place']['5']; ?>
|
||||
</b></td></tr><?php else: ?><tr><td><?php echo $this->_tpl_vars['place']['0']; ?>
|
||||
</td><td>-</td><td><?php echo $this->_tpl_vars['place']['1']; ?>
|
||||
</td><td><a href="?p=envoyer&d=<?php echo $this->_tpl_vars['place']['1']; ?>
|
||||
" class="msg"><span>Message</span></a></td><td><?php echo $this->_tpl_vars['place']['2']; ?>
|
||||
</td><td><?php if ($this->_tpl_vars['place']['3']): ?>[<?php echo $this->_tpl_vars['place']['3']; ?>
|
||||
] <?php echo $this->_tpl_vars['place']['4']; ?>
|
||||
<?php endif; ?></td><td><?php echo $this->_tpl_vars['place']['5']; ?>
|
||||
</td></tr><?php endif; ?>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['t'] == '1'): ?>
|
||||
<tr><th>Rang</th><th>Alliance</th><th>Membres</th><th>Points</th><th>Points par membres</th></tr></thead><tbody>
|
||||
<?php $_from = $this->_tpl_vars['places']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['place']):
|
||||
?>
|
||||
<tr><td><?php echo $this->_tpl_vars['place']['0']; ?>
|
||||
</td><td><?php echo $this->_tpl_vars['place']['1']; ?>
|
||||
</td><td><?php echo $this->_tpl_vars['place']['2']; ?>
|
||||
</td><td><?php echo $this->_tpl_vars['place']['3']; ?>
|
||||
</td><td><?php echo $this->_tpl_vars['place']['4']; ?>
|
||||
</td></tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
</tbody></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);
|
||||
?>
|
||||
|
|
@ -1,93 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-11-03 23:08:41
|
||||
compiled from game/simulateur_combat.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="<?php echo $this->_tpl_vars['menu']['simulateur']; ?>
|
||||
" method="post">
|
||||
<h2>Vaisseaux de l'attaquant</h2>
|
||||
<fieldset class="options">
|
||||
<label for="ATvais_1"><?php echo $this->_tpl_vars['nomvais']['0']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ATvais_1" name="ATvais_1" /><br />
|
||||
<label for="ATvais_2"><?php echo $this->_tpl_vars['nomvais']['1']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ATvais_2" name="ATvais_2" /><br />
|
||||
<label for="ATvais_3"><?php echo $this->_tpl_vars['nomvais']['2']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ATvais_3" name="ATvais_3" /><br />
|
||||
<label for="ATvais_4"><?php echo $this->_tpl_vars['nomvais']['3']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ATvais_4" name="ATvais_4" /><br />
|
||||
<label for="ATvais_5"><?php echo $this->_tpl_vars['nomvais']['4']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ATvais_5" name="ATvais_5" /><br />
|
||||
<label for="ATvais_6"><?php echo $this->_tpl_vars['nomvais']['5']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ATvais_6" name="ATvais_6" /><br />
|
||||
<label for="ATvais_7"><?php echo $this->_tpl_vars['nomvais']['6']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ATvais_7" name="ATvais_7" /><br />
|
||||
<label for="ATvais_8"><?php echo $this->_tpl_vars['nomvais']['7']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ATvais_8" name="ATvais_8" /><br />
|
||||
<label for="ATvais_9"><?php echo $this->_tpl_vars['nomvais']['8']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ATvais_9" name="ATvais_9" /><br />
|
||||
<label for="ATvais_10"><?php echo $this->_tpl_vars['nomvais']['9']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ATvais_10" name="ATvais_10" /><br />
|
||||
<label for="ATvais_12"><?php echo $this->_tpl_vars['nomvais']['11']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ATvais_12" name="ATvais_12" /><br />
|
||||
</fieldset>
|
||||
<h2>Vaisseaux et défenses du défenseur</h2>
|
||||
<fieldset class="options">
|
||||
<label for="ENvais_1"><?php echo $this->_tpl_vars['nomvais']['0']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENvais_1" name="ENvais_1" /><br />
|
||||
<label for="ENvais_2"><?php echo $this->_tpl_vars['nomvais']['1']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENvais_2" name="ENvais_2" /><br />
|
||||
<label for="ENvais_3"><?php echo $this->_tpl_vars['nomvais']['2']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENvais_3" name="ENvais_3" /><br />
|
||||
<label for="ENvais_4"><?php echo $this->_tpl_vars['nomvais']['3']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENvais_4" name="ENvais_4" /><br />
|
||||
<label for="ENvais_5"><?php echo $this->_tpl_vars['nomvais']['4']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENvais_5" name="ENvais_5" /><br />
|
||||
<label for="ENvais_6"><?php echo $this->_tpl_vars['nomvais']['5']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENvais_6" name="ENvais_6" /><br />
|
||||
<label for="ENvais_7"><?php echo $this->_tpl_vars['nomvais']['6']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENvais_7" name="ENvais_7" /><br />
|
||||
<label for="ENvais_8"><?php echo $this->_tpl_vars['nomvais']['7']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENvais_8" name="ENvais_8" /><br />
|
||||
<label for="ENvais_9"><?php echo $this->_tpl_vars['nomvais']['8']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENvais_9" name="ENvais_9" /><br />
|
||||
<label for="ENvais_10"><?php echo $this->_tpl_vars['nomvais']['9']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENvais_10" name="ENvais_10" /><br />
|
||||
<label for="ENvais_11"><?php echo $this->_tpl_vars['nomvais']['10']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENvais_11" name="ENvais_11" /><br />
|
||||
<label for="ENvais_12"><?php echo $this->_tpl_vars['nomvais']['11']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENvais_12" name="ENvais_12" /><br />
|
||||
<br /><br /><br />
|
||||
<label for="ENdef_1"><?php echo $this->_tpl_vars['nomdef']['0']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENdef_1" name="ENdef_1" /><br />
|
||||
<label for="ENdef_2"><?php echo $this->_tpl_vars['nomdef']['1']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENdef_2" name="ENdef_2" /><br />
|
||||
<label for="ENdef_3"><?php echo $this->_tpl_vars['nomdef']['2']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENdef_3" name="ENdef_3" /><br />
|
||||
<label for="ENdef_4"><?php echo $this->_tpl_vars['nomdef']['3']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENdef_4" name="ENdef_4" /><br />
|
||||
<label for="ENdef_5"><?php echo $this->_tpl_vars['nomdef']['4']; ?>
|
||||
:</label><input class="text" maxlength="4" type="text" id="ENdef_5" name="ENdef_5" /><br />
|
||||
</fieldset>
|
||||
<h2>Autres paramètres</h2>
|
||||
<fieldset class="systeme">
|
||||
<label for="maxtour">S'arrêter au tour :</label><input class="text" maxlength="2" type="text" id="maxtour" name="maxtour" /><br />
|
||||
<label for="ATtactique">Tactique attaquant :</label><input class="text" maxlength="2" type="text" id="ATtactique" name="ATtactique" /><br />
|
||||
<label for="ENtactique">Tactique défenseur :</label><input class="text" maxlength="2" type="text" id="ENtactique" name="ENtactique" /><br />
|
||||
</fieldset>
|
||||
<fieldset class="options">
|
||||
<label for="ENmetal"><?php echo $this->_tpl_vars['nomressourc']['0']; ?>
|
||||
sur la planète attaquée :</label><input class="text" maxlength="4" type="text" id="ENmetal" name="ENmetal" /><br />
|
||||
<label for="ENcristal"><?php echo $this->_tpl_vars['nomressourc']['1']; ?>
|
||||
sur la planète attaquée :</label><input class="text" maxlength="4" type="text" id="ENcristal" name="ENcristal" /><br />
|
||||
<label for="ENhydrogene"><?php echo $this->_tpl_vars['nomressourc']['2']; ?>
|
||||
sur la planète attaquée :</label><input class="text" maxlength="4" type="text" id="ENhydrogene" name="ENhydrogene" /><br />
|
||||
</fieldset>
|
||||
<input class="submit" type="submit" value="GO" />
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-20 00:10:49
|
||||
compiled from game/alliance_emprunt.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>Emprunter des ressources à la banque d'alliance</h2>
|
||||
<form method="post" action="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=emprunt">
|
||||
<fieldset class="options">
|
||||
<label for="metal"><?php echo $this->_tpl_vars['nomsressources']['0']; ?>
|
||||
(max : <?php echo $this->_tpl_vars['alliance']['metalS']; ?>
|
||||
) :</label><input type="text" class="text" id="metal" name="metal" maxlength="5" /><br />
|
||||
<label for="cristal"><?php echo $this->_tpl_vars['nomsressources']['1']; ?>
|
||||
(max : <?php echo $this->_tpl_vars['alliance']['cristalS']; ?>
|
||||
) :</label><input type="text" class="text" id="cristal" name="cristal" maxlength="5" /><br />
|
||||
<label for="hydrogene"><?php echo $this->_tpl_vars['nomsressources']['2']; ?>
|
||||
(max : <?php echo $this->_tpl_vars['alliance']['hydrogeneS']; ?>
|
||||
) :</label><input type="text" class="text" id="hydrogene" name="hydrogene" maxlength="5" /><br /><br />
|
||||
<label for="raison">Raison de l'emprunt :</label><br />
|
||||
<textarea name="raison" id="raison"></textarea><br />
|
||||
<br /><input type="submit" class="submit" value="Demander" />
|
||||
</fieldset>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,101 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 23:04:41
|
||||
compiled from game/defenses.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'lower', 'game/defenses.tpl', 28, false),)), $this); ?>
|
||||
<?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>File d'attente</h2>
|
||||
<div class="file">
|
||||
<?php $_from = $this->_tpl_vars['file']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['fterr']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['key'] == 0): ?><span><strong>Prochaine unité </strong> : <em id="resten"></em>
|
||||
<script type="text/javascript">reste(<?php echo $this->_tpl_vars['fterr']['4']; ?>
|
||||
,'resten', true);</script></span><?php endif; ?>
|
||||
<span><?php echo $this->_tpl_vars['fterr']['1']; ?>
|
||||
<?php echo $this->_tpl_vars['fterr']['3']; ?>
|
||||
- <em id="reste<?php echo $this->_tpl_vars['key']; ?>
|
||||
"></em><script type="text/javascript">reste(<?php echo $this->_tpl_vars['fterr']['2']; ?>
|
||||
,'reste<?php echo $this->_tpl_vars['key']; ?>
|
||||
', <?php if ($this->_tpl_vars['key'] == 0): ?>true<?php else: ?>false<?php endif; ?>);</script>
|
||||
- <a href="<?php echo $this->_tpl_vars['menu']['defenses']; ?>
|
||||
&a=<?php echo $this->_tpl_vars['fterr']['0']; ?>
|
||||
&w=<?php echo $this->_tpl_vars['key']; ?>
|
||||
">Annuler un</a> - <a href="<?php echo $this->_tpl_vars['menu']['defenses']; ?>
|
||||
&a=<?php echo $this->_tpl_vars['fterr']['0']; ?>
|
||||
&n=<?php echo $this->_tpl_vars['fterr']['1']; ?>
|
||||
&w=<?php echo $this->_tpl_vars['key']; ?>
|
||||
">Annuler tous</a></span>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
<?php if ($this->_tpl_vars['Vchaine']): ?><span>Aucune unité dans la file d'attente</span><?php endif; ?>
|
||||
<br />
|
||||
</div>
|
||||
<h3><a href="<?php echo $this->_tpl_vars['menu']['arbre']; ?>
|
||||
&q=chantierterrestre">Arbre des technologies</a></h3><br />
|
||||
<h2>Chantier terrestre </h2>
|
||||
<table class="construction">
|
||||
<?php $_from = $this->_tpl_vars['unites']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['unite']):
|
||||
?>
|
||||
<tr>
|
||||
<td>
|
||||
<a class="bulle" href="?p=description&d=<?php echo $this->_tpl_vars['unite']['num']; ?>
|
||||
#menu">
|
||||
<img width="130" height="132" src="images/terrestre/<?php echo $this->_tpl_vars['unite']['image']; ?>
|
||||
" alt="Unité terrestre" />
|
||||
<span><?php echo $this->_tpl_vars['unite']['description']; ?>
|
||||
</span>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<div>
|
||||
<strong><?php echo $this->_tpl_vars['unite']['nom']; ?>
|
||||
<?php if ($this->_tpl_vars['unite']['nombre'] > 0): ?> (<?php echo $this->_tpl_vars['unite']['nombre']; ?>
|
||||
unité<?php if ($this->_tpl_vars['unite']['nombre'] > 1): ?>s<?php endif; ?>)<?php endif; ?></strong><br /><br />
|
||||
<?php if ($this->_tpl_vars['unite']['nec_metal'] > 0): ?>
|
||||
<?php if ($this->_tpl_vars['unite']['nec_metal'] > $this->_tpl_vars['planete']->metal): ?><span class="lack">Coût <?php echo ((is_array($_tmp=$this->_tpl_vars['nomsressources']['0'])) ? $this->_run_mod_handler('lower', true, $_tmp) : smarty_modifier_lower($_tmp)); ?>
|
||||
: <?php echo $this->_tpl_vars['unite']['nec_metalS']; ?>
|
||||
</span><br />
|
||||
<?php else: ?>Coût <?php echo ((is_array($_tmp=$this->_tpl_vars['nomsressources']['0'])) ? $this->_run_mod_handler('lower', true, $_tmp) : smarty_modifier_lower($_tmp)); ?>
|
||||
: <?php echo $this->_tpl_vars['unite']['nec_metalS']; ?>
|
||||
<br /><?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['unite']['nec_cristal'] > 0): ?>
|
||||
<?php if ($this->_tpl_vars['unite']['nec_cristal'] > $this->_tpl_vars['planete']->cristal): ?><span class="lack">Coût <?php echo ((is_array($_tmp=$this->_tpl_vars['nomsressources']['1'])) ? $this->_run_mod_handler('lower', true, $_tmp) : smarty_modifier_lower($_tmp)); ?>
|
||||
: <?php echo $this->_tpl_vars['unite']['nec_cristalS']; ?>
|
||||
</span><br />
|
||||
<?php else: ?>Coût <?php echo ((is_array($_tmp=$this->_tpl_vars['nomsressources']['1'])) ? $this->_run_mod_handler('lower', true, $_tmp) : smarty_modifier_lower($_tmp)); ?>
|
||||
: <?php echo $this->_tpl_vars['unite']['nec_cristalS']; ?>
|
||||
<br /><?php endif; ?>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['unite']['nec_hydrogene'] > 0): ?>
|
||||
<?php if ($this->_tpl_vars['unite']['nec_hydrogene'] > $this->_tpl_vars['planete']->hydrogene): ?><span class="lack">Coût <?php echo ((is_array($_tmp=$this->_tpl_vars['nomsressources']['2'])) ? $this->_run_mod_handler('lower', true, $_tmp) : smarty_modifier_lower($_tmp)); ?>
|
||||
: <?php echo $this->_tpl_vars['unite']['nec_hydrogeneS']; ?>
|
||||
</span><br />
|
||||
<?php else: ?>Coût <?php echo ((is_array($_tmp=$this->_tpl_vars['nomsressources']['2'])) ? $this->_run_mod_handler('lower', true, $_tmp) : smarty_modifier_lower($_tmp)); ?>
|
||||
: <?php echo $this->_tpl_vars['unite']['nec_hydrogeneS']; ?>
|
||||
<br /><?php endif; ?>
|
||||
<?php endif; ?>
|
||||
Temps de construction : <?php echo $this->_tpl_vars['unite']['temps']; ?>
|
||||
<br /><br />
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['defenses']; ?>
|
||||
&v=<?php echo $this->_tpl_vars['unite']['num']; ?>
|
||||
" method="post">
|
||||
<fieldset>
|
||||
<input class="text" type="text" name="nombre" value="0" />
|
||||
<input class="submit" type="submit" value="OK" />
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,13 +1,13 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-11-07 23:29:01
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-13 20:51:49
|
||||
compiled from game/accueil.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'game/accueil.tpl', 8, false),array('modifier', 'upper', 'game/accueil.tpl', 25, false),)), $this); ?>
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'game/accueil.tpl', 8, false),array('modifier', 'separerNombres', 'game/accueil.tpl', 22, false),array('modifier', 'upper', 'game/accueil.tpl', 25, false),)), $this); ?>
|
||||
<?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>Evénements</h2>
|
||||
<h2>Événements</h2>
|
||||
<?php if ($this->_tpl_vars['multi']): ?><strong style="color: #FF0000;"><a href="?p=avertmulti">Multicompte :</a> évitez toute interaction avec <?php $_from = $this->_tpl_vars['multi']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['cmpt']):
|
||||
?><?php if ($this->_tpl_vars['cmpt']['id_util'] != $this->_tpl_vars['planete']->id_user): ?><?php if ($this->_tpl_vars['key'] > 0): ?>, <?php endif; ?><?php echo $this->_tpl_vars['cmpt']['pseudo']; ?>
|
||||
|
|
@ -74,9 +74,9 @@ unset($_smarty_tpl_vars);
|
|||
.<?php echo $this->_tpl_vars['planete']->ss; ?>
|
||||
.<?php echo $this->_tpl_vars['planete']->position; ?>
|
||||
</a></h4>
|
||||
<h4>population: <?php echo $this->_tpl_vars['planete']->population; ?>
|
||||
<h4>population: <?php echo ((is_array($_tmp=$this->_tpl_vars['planete']->population)) ? $this->_run_mod_handler('separerNombres', true, $_tmp) : separerNombres($_tmp)); ?>
|
||||
</h4>
|
||||
<h4>crédits: <?php echo $this->_tpl_vars['planete']->credits; ?>
|
||||
<h4>crédits: <?php echo ((is_array($_tmp=$this->_tpl_vars['planete']->credits)) ? $this->_run_mod_handler('separerNombres', true, $_tmp) : separerNombres($_tmp)); ?>
|
||||
</h4>
|
||||
<h4>Classement: <a href="?p=classement&j=<?php echo $this->_tpl_vars['planete']->id; ?>
|
||||
&c=<?php echo $this->_tpl_vars['planete']->place_points; ?>
|
||||
|
|
|
|||
|
|
@ -1,61 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-20 00:08:56
|
||||
compiled from game/chat.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>Chat</h2>
|
||||
Le chat est désactivé pour le moment
|
||||
<!--
|
||||
<applet name="coolsmile" code="EIRC.class" style="height: 450px; width: 98%;">
|
||||
<param name="archive" value="java/EIRC.jar,java/EIRC-cfg.jar">
|
||||
<param name="cabbase" value="java/EIRC.cab,java/EIRC-cfg.cab">
|
||||
<param name="server" value="yuna.otherweb.org">
|
||||
<param name="port" value="6667">
|
||||
<param name="irc_pass" value="">
|
||||
|
||||
<param name="font_name" value="Helvetica">
|
||||
<param name="font_size" value="11">
|
||||
<param name="language" value="">
|
||||
<param name="mainbg" value="<?php if ($this->_tpl_vars['race'] == 'humain'): ?>#2E3122<?php else: ?>#2E293D<?php endif; ?>">
|
||||
<param name="mainfg" value="<?php if ($this->_tpl_vars['race'] == 'humain'): ?>#999966<?php else: ?>#6993A7<?php endif; ?>">
|
||||
<param name="textbg" value="#FFFFFF">
|
||||
<param name="textfg" value="#000000">
|
||||
<param name="selbg" value="#F0F0FF">
|
||||
<param name="selfg" value="#000000">
|
||||
|
||||
<param name="join" value="#Halo-Battle">
|
||||
<param name="username" value="Appletweb">
|
||||
<param name="realname" value="Race: <?php echo $this->_tpl_vars['race']; ?>
|
||||
">
|
||||
<param name="nickname" value="<?php echo $this->_tpl_vars['user']['pseudo']; ?>
|
||||
_IG">
|
||||
<param name="nicksrv_pass" value="">
|
||||
<param name="login" value="1">
|
||||
<param name="asl" value="1">
|
||||
<param name="spawn_frame" value="0">
|
||||
<param name="gui_nick" value="1">
|
||||
|
||||
<param name="gui_away" value="1">
|
||||
<param name="gui_chanlist" value="1">
|
||||
<param name="gui_userlist" value="1">
|
||||
<param name="gui_options" value="1">
|
||||
<param name="gui_help" value="1">
|
||||
<param name="gui_connect" value="1">
|
||||
<param name="width" value="700">
|
||||
<param name="height" value="500">
|
||||
<param name="write_color" value="12">
|
||||
|
||||
<param name="debug_traffic" value="0">
|
||||
<param name="boxmessage" value="Patientez quelques instants svp ...">
|
||||
<param name="boxbgcolor" value="blue">
|
||||
<param name="boxfgcolor" value="black">
|
||||
<param name="progressbar" value="true">
|
||||
<param name="progresscolor" value="red">
|
||||
</applet>-->
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-23 19:05:56
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-19 22:59:32
|
||||
compiled from game/ressources.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'separernombres', 'game/ressources.tpl', 7, false),)), $this); ?>
|
||||
|
|
@ -7,7 +7,7 @@ $this->_smarty_include(array('smarty_include_tpl_file' => 'game/header.tpl', 'sm
|
|||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
<h2>Ressources</h2>
|
||||
<h2>Ressources : Tableau récapitulatif des productions par heure</h2>
|
||||
<form method="post" action="<?php echo $this->_tpl_vars['menu']['ressources']; ?>
|
||||
">
|
||||
<table>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-12 13:24:19
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-11 17:47:00
|
||||
compiled from cms/mini.tpl */ ?>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/header.tpl', 'smarty_include_vars' => array()));
|
||||
|
|
|
|||
|
|
@ -1,40 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-20 00:27:15
|
||||
compiled from admin/bandeau.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', 'admin/bandeau.tpl', 14, false),)), $this); ?>
|
||||
<?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);
|
||||
?>
|
||||
<a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&i=add">Ajouter un titre</a>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Action</th>
|
||||
<th>Texte</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tableau']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['ligne']):
|
||||
?>
|
||||
<tr>
|
||||
<td><a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&i=<?php echo $this->_tpl_vars['ligne']['id']; ?>
|
||||
">EDIT</a> | <a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&d=<?php echo $this->_tpl_vars['ligne']['id']; ?>
|
||||
">SUPPR</a></td>
|
||||
<td<?php if ($this->_tpl_vars['ligne']['color']): ?> style="color: <?php echo $this->_tpl_vars['ligne']['color']; ?>
|
||||
;"<?php endif; ?>><b><?php echo ((is_array($_tmp=$this->_tpl_vars['ligne']['texte'])) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp)); ?>
|
||||
</b></td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-20 00:26:23
|
||||
compiled from admin/print_choixU.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 : <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>
|
||||
Nom : <input type="text" name="name" />
|
||||
<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);
|
||||
?>
|
||||
|
|
@ -1,65 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 16:39:58
|
||||
compiled from game/carte.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'game/carte.tpl', 23, false),)), $this); ?>
|
||||
<?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>Navigation</h2>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['carte']; ?>
|
||||
" method="get"><fieldset class="systeme"><label for="galaxie">Amas :</label><input type="hidden" value="carte" name="p" /><input class="text" type="text" value="<?php echo $this->_tpl_vars['position']['0']; ?>
|
||||
" id="galaxie" name="galaxie" /><label for="systeme">Système solaire :</label><input class="text" type="text" value="<?php echo $this->_tpl_vars['position']['1']; ?>
|
||||
" id="systeme" name="ss" /><div><a href="<?php echo $this->_tpl_vars['menu']['carte']; ?>
|
||||
&galaxie=<?php echo $this->_tpl_vars['position']['4']; ?>
|
||||
&ss=<?php echo $this->_tpl_vars['position']['5']; ?>
|
||||
"><<<</a><input class="submit" type="submit" value="GO" /><a href="<?php echo $this->_tpl_vars['menu']['carte']; ?>
|
||||
&galaxie=<?php echo $this->_tpl_vars['position']['2']; ?>
|
||||
&ss=<?php echo $this->_tpl_vars['position']['3']; ?>
|
||||
">>>></a></div></fieldset></form>
|
||||
<h2>Système Solaire</h2>
|
||||
<table class="systeme">
|
||||
<thead>
|
||||
<tr>
|
||||
<td colspan="6">Système: <?php echo $this->_tpl_vars['position']['0']; ?>
|
||||
:<?php echo $this->_tpl_vars['position']['1']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Position</th>
|
||||
<th>Nom</th>
|
||||
<th>Débris métal</th>
|
||||
<th>Débris cristal</th>
|
||||
<th>Joueur</th>
|
||||
<th>Message</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['carte']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['plan']):
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $this->_tpl_vars['plan']['0']; ?>
|
||||
</td>
|
||||
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['plan']['1'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
</td>
|
||||
<td><?php echo $this->_tpl_vars['plan']['2']; ?>
|
||||
</td>
|
||||
<td><?php echo $this->_tpl_vars['plan']['3']; ?>
|
||||
</td>
|
||||
<td><?php if ($this->_tpl_vars['plan']['7']): ?>[<?php echo $this->_tpl_vars['plan']['7']; ?>
|
||||
] <?php endif; ?><?php echo $this->_tpl_vars['plan']['5']; ?>
|
||||
<?php echo $this->_tpl_vars['plan']['4']; ?>
|
||||
</td>
|
||||
<td><?php echo $this->_tpl_vars['plan']['6']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 16:39:50
|
||||
compiled from game/vp.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);
|
||||
?>
|
||||
<div class="error">... veuillez patienter ...</div>
|
||||
<?php echo $this->_tpl_vars['contenu']; ?>
|
||||
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,115 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-12 23:40:40
|
||||
compiled from game/alliance_accueil.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', 'game/alliance_accueil.tpl', 2, false),array('modifier', 'capitalize', 'game/alliance_accueil.tpl', 2, false),array('modifier', 'escape', 'game/alliance_accueil.tpl', 10, false),array('modifier', 'nl2br', 'game/alliance_accueil.tpl', 37, false),array('modifier', 'date_format', 'game/alliance_accueil.tpl', 60, false),)), $this); ?>
|
||||
<?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 ((is_array($_tmp=$this->_tpl_vars['alliance']['tag'])) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp)); ?>
|
||||
] <?php echo ((is_array($_tmp=$this->_tpl_vars['alliance']['nom'])) ? $this->_run_mod_handler('capitalize', true, $_tmp) : smarty_modifier_capitalize($_tmp)); ?>
|
||||
</h2>
|
||||
<table cellpadding="2" cellspacing="0" style="text-align: center; width: 100%;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2"><img src="<?php echo $this->_tpl_vars['alliance']['image']; ?>
|
||||
" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; vertical-align: middle;"><strong>Nom : </strong></td>
|
||||
<td style="width: 70%;"><?php echo ((is_array($_tmp=$this->_tpl_vars['alliance']['nom'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
(<?php echo ((is_array($_tmp=$this->_tpl_vars['alliance']['tag'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right;"><strong>Membres : </strong></td>
|
||||
<td><?php echo $this->_tpl_vars['nbmembre']; ?>
|
||||
(<a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=liste">Liste des membres</a>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right;"><strong>Votre grade :</strong></td>
|
||||
<td><?php if ($this->_tpl_vars['access']['fondateur']): ?>Fondateur<?php elseif ($this->_tpl_vars['grade']['nom']): ?><?php echo ((is_array($_tmp=$this->_tpl_vars['grade']['nom'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
<?php else: ?>Aucun<?php endif; ?><br /><?php if ($this->_tpl_vars['access']['chat']): ?> <a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=adm_chat">Modérer le chat</a> |<?php endif; ?> <?php if ($this->_tpl_vars['access']['membre']): ?> <a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=adm_membres">Gestion des membres</a> |<?php endif; ?> <?php if ($this->_tpl_vars['access']['ecriture']): ?> <a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=adm_ecrits">Gestion des écritures</a> |<?php endif; ?> <?php if ($this->_tpl_vars['access']['alliance']): ?> <a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=adm_alliance">Gestion de l'alliance</a><?php else: ?> <a onclick="return confirm('Êtes-vous sûr de vouloir quitter l\'alliance ?');" href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=quit_alliance&a=<?php echo $this->_tpl_vars['quitalliance']; ?>
|
||||
">Quitter l'alliance</a><?php endif; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right;"><strong>Statut des inscriptions :</strong></td>
|
||||
<td><?php if ($this->_tpl_vars['alliance']['etat_inscription']): ?>Ouvertes<?php else: ?>Fermée<?php endif; ?></td>
|
||||
</tr>
|
||||
<?php if ($this->_tpl_vars['access']['membre']): ?>
|
||||
<tr>
|
||||
<td style="text-align: right; font-weight: bolder;">Mail collectif :</td>
|
||||
<td><a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=adm_mp">Envoyer un message collectif</a></td>
|
||||
<?php endif; ?>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right; font-weight: bolder;">Ressources dans la banque :</td>
|
||||
<td><?php echo $this->_tpl_vars['nomsressources']['0']; ?>
|
||||
: <?php echo $this->_tpl_vars['alliance']['metal']; ?>
|
||||
<br /><?php echo $this->_tpl_vars['nomsressources']['1']; ?>
|
||||
: <?php echo $this->_tpl_vars['alliance']['cristal']; ?>
|
||||
<br /><?php echo $this->_tpl_vars['nomsressources']['2']; ?>
|
||||
: <?php echo $this->_tpl_vars['alliance']['hydrogene']; ?>
|
||||
<br /><a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=donner">Donner</a> | <a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=emprunt">Demander financement</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>Présentation</h2>
|
||||
<?php echo ((is_array($_tmp=$this->_tpl_vars['alliance']['presentation'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)); ?>
|
||||
|
||||
<table style="width: 100%;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: right;"><strong>Forum :</strong></td>
|
||||
<td style="width: 70%;"><a href="<?php echo $this->_tpl_vars['alliance']['url']; ?>
|
||||
"><?php echo $this->_tpl_vars['alliance']['url']; ?>
|
||||
</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2>Texte interne</h2>
|
||||
<?php echo ((is_array($_tmp=$this->_tpl_vars['alliance']['texte_interne'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)); ?>
|
||||
|
||||
<h2>Chat</h2>
|
||||
<div style="height: 150px; overflow: auto; width: 99%;" id="chat">
|
||||
<table style="width: 100%; margin: 0px;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 172px;">[pseudo] heure</td>
|
||||
<th style="width: 536px;">Message</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['chat']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['message']):
|
||||
?>
|
||||
<tr>
|
||||
<td>[<?php echo $this->_tpl_vars['message']['emetteur']; ?>
|
||||
] <i><?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['message']['timestamp'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%d/%m/%y %H:%M:%S") : smarty_modifier_date_format($_tmp, "%d/%m/%y %H:%M:%S")))) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
</i></td>
|
||||
<td><?php echo $this->_tpl_vars['message']['message']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<form method="post" action="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=chat">
|
||||
Réponse : <input name="msg" type="text" size="50" maxlength="250"> <input value="GO" class="submit" type="submit">
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-11-03 23:27:56
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-19 22:59:30
|
||||
compiled from game/gestion.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('function', 'html_options', 'game/gestion.tpl', 6, false),array('modifier', 'date_format', 'game/gestion.tpl', 7, false),array('modifier', 'escape', 'game/gestion.tpl', 25, false),array('modifier', 'separernombres', 'game/gestion.tpl', 34, false),)), $this); ?>
|
||||
smarty_core_load_plugins(array('plugins' => array(array('function', 'html_options', 'game/gestion.tpl', 6, false),array('modifier', 'date_format', 'game/gestion.tpl', 7, false),array('modifier', 'escape', 'game/gestion.tpl', 25, false),array('modifier', 'separernombres', 'game/gestion.tpl', 34, false),array('modifier', 'separerNombres', 'game/gestion.tpl', 55, false),)), $this); ?>
|
||||
<?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;
|
||||
|
|
@ -16,7 +16,8 @@ unset($_smarty_tpl_vars);
|
|||
</select><br /><br />
|
||||
<label>Dernier changement de régime :</label><?php echo ((is_array($_tmp=$this->_tpl_vars['planete']->politique_lastchange)) ? $this->_run_mod_handler('date_format', true, $_tmp, "%A %d %B %y") : smarty_modifier_date_format($_tmp, "%A %d %B %y")); ?>
|
||||
<br /><br />
|
||||
<label>Moral global de la population :</label>En cours de programmation<br /><br /><br />
|
||||
<label>Moral global de la population :</label><?php echo $this->_tpl_vars['planete']->moral*100; ?>
|
||||
%<br /><br /><br />
|
||||
<input class="submit" type="submit" value="Ok" />
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
@ -86,7 +87,7 @@ unset($_smarty_tpl_vars);
|
|||
foreach ($_from as $this->_tpl_vars['plan']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['plan']['id'] == $this->_tpl_vars['planeteEC']['id']): ?><?php $this->assign('plan', $this->_tpl_vars['planeteEC']); ?><?php endif; ?>
|
||||
<td><?php echo $this->_tpl_vars['plan']['energie']; ?>
|
||||
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['plan']['energie'])) ? $this->_run_mod_handler('separerNombres', true, $_tmp) : separerNombres($_tmp)); ?>
|
||||
</td>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tr>
|
||||
|
|
@ -96,7 +97,7 @@ unset($_smarty_tpl_vars);
|
|||
foreach ($_from as $this->_tpl_vars['plan']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['plan']['id'] == $this->_tpl_vars['planeteEC']['id']): ?><?php $this->assign('plan', $this->_tpl_vars['planeteEC']); ?><?php endif; ?>
|
||||
<td><?php echo $this->_tpl_vars['plan']['population']; ?>
|
||||
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['plan']['population'])) ? $this->_run_mod_handler('separerNombres', true, $_tmp) : separerNombres($_tmp)); ?>
|
||||
</td>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -1,56 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 22:54:12
|
||||
compiled from game/operateur.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>Opérateurs de cette galaxie</h2>
|
||||
<ul>
|
||||
<?php $_from = $this->_tpl_vars['operateurs']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['operateur']):
|
||||
?>
|
||||
<li><?php echo $this->_tpl_vars['operateur']['pseudo']; ?>
|
||||
<i>(<?php if ($this->_tpl_vars['operateur']['auth_level'] == 2): ?>Modérateur<?php elseif ($this->_tpl_vars['operateur']['auth_level'] == 3): ?>Maître de la bourse<?php elseif ($this->_tpl_vars['operateur']['auth_level'] == 4): ?>Opérateur en formation<?php elseif ($this->_tpl_vars['operateur']['auth_level'] == 5): ?>Opérateur<?php elseif ($this->_tpl_vars['operateur']['auth_level'] == 6): ?>Super-opérateur<?php elseif ($this->_tpl_vars['operateur']['auth_level'] == 7): ?>Administrateur<?php elseif ($this->_tpl_vars['operateur']['auth_level'] == 8): ?>Codeur<?php endif; ?>)</i></li>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</ul>
|
||||
<h2>Problèmes connus</h2>
|
||||
<strong>Lisez les questions/réponses ci-dessous. Ne contactez un opérateur que si vous ne pouvez pas résoudre votre problème/demande.</strong><br />
|
||||
<strong>N'oubliez pas de contacter les opérateurs pour les raisons indiquées dans les <a href="?p=regles">règles du jeu</a>.</strong>
|
||||
<?php $_from = $this->_tpl_vars['questions']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['question']):
|
||||
?>
|
||||
<dl>
|
||||
<dt><input class="button2" type="button" onclick="hide(this); return false;" /><?php echo $this->_tpl_vars['question']['0']; ?>
|
||||
</dt><dd><?php echo $this->_tpl_vars['question']['1']; ?>
|
||||
<?php if ($this->_tpl_vars['auth_level'] > 4): ?><div style="text-align: right"><a href="<?php echo $this->_tpl_vars['menu']['operateur']; ?>
|
||||
&a=top&i=<?php echo $this->_tpl_vars['question']['2']; ?>
|
||||
"><i>Haut</i></a> - <a href="<?php echo $this->_tpl_vars['menu']['operateur']; ?>
|
||||
&a=bas&i=<?php echo $this->_tpl_vars['question']['2']; ?>
|
||||
"><i>Bas</i></a> - <a href="<?php echo $this->_tpl_vars['menu']['operateur']; ?>
|
||||
&a=del&i=<?php echo $this->_tpl_vars['question']['2']; ?>
|
||||
"><i>Supprimer</i></a></div><?php endif; ?></dd>
|
||||
</dl>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
<?php if ($this->_tpl_vars['auth_level'] >= 5): ?>
|
||||
<h2>Ajouter un problème connu</h2>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['operateur']; ?>
|
||||
&post" method="post"><fieldset class="options">
|
||||
<label for="O_titre">Problème :</label><input class="text" type="text" name="O_titre" id="O_titre" />
|
||||
<label for="O_desc">Solution :</label>
|
||||
<textarea id="O_desc" name="O_description" cols="40" rows="10"></textarea><br /><br />
|
||||
<input class="submit" type="submit" value="OK" />
|
||||
</fieldset></form>
|
||||
<?php else: ?><h2>Prendre contact avec les opérateurs de la galaxie</h2>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['operateur']; ?>
|
||||
&post" method="post"><fieldset class="options">
|
||||
<label for="titre">Titre/objet :</label><input class="text" type="text" name="titre" id="titre" />
|
||||
<label for="desc">Corps :</label>
|
||||
<textarea id="desc" name="description" cols="40" rows="10"></textarea><br /><br />
|
||||
<input class="submit" type="submit" value="OK" />
|
||||
</fieldset></form><?php endif; ?>
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-12 12:38:25
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-19 22:58:50
|
||||
compiled from game/erreur.tpl */ ?>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/header.tpl', 'smarty_include_vars' => array()));
|
||||
|
|
|
|||
|
|
@ -1,41 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 23:07:13
|
||||
compiled from cms/oubliemdp.tpl */ ?>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/header.tpl', 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
<div id="dernierminute" class="block">
|
||||
<div class="header">Informations</div>
|
||||
<div class="corps" id="description"><b>Oublie de mot de passe</b><br /><br /><p>Complétez le formualaire ci-contre avec votre nom d'utilisateur et votre adresse électronique. Un nouveau mot de passe sera envoyé à votre adresse, vous permettant ainsi d'avoir de nouveau accès à votre compte.<br /><br />Pensez à changer ce nouveau mot de passe que vous ne retiendrez pas facilement, via la page option du jeu.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="statistiques" class="block">
|
||||
<div class="header">Formulaire de réinitialisation de mot de passe</div>
|
||||
<div class="corpsi">
|
||||
<form action="<?php echo $this->_tpl_vars['link']['oubliemdp']; ?>
|
||||
" method="post">
|
||||
<span><label for="HB_pseudo">Pseudo :</label> <input class="text" name="HB_pseudo" id="pseudo" type="text" />
|
||||
<br /><label for="HB_mail">Adresse électronique :</label> <input class="text" name="HB_mail" id="mail" type="text" />
|
||||
<br /><br /><label for="HB_captcha">Recopiez ce texte :</label> <input class="text" name="HB_captcha" id="captcha" type="text" /> <img src="captcha/image.php" alt="Génération ..." id="gen" />
|
||||
<br /><br /><input class="submit" value="OK" type="submit">
|
||||
</span>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<?php if ($this->_tpl_vars['erreurs']): ?>
|
||||
<div id="connexion" class="block">
|
||||
<div class="header"><b>Impossible de changer le mot de passe :</b></div>
|
||||
<div class="corps" id="description">
|
||||
<p>
|
||||
<?php echo $this->_tpl_vars['erreurs']; ?>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/footer.tpl', 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-20 00:28:41
|
||||
compiled from admin/bandeau_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']; ?>
|
||||
&i=<?php echo $this->_tpl_vars['id']; ?>
|
||||
" method="post">
|
||||
<p>
|
||||
Texte : <input type="text" name="texte" value="<?php echo $this->_tpl_vars['mod']['texte']; ?>
|
||||
" /><br />
|
||||
Couleur : <input type="text" name="color" value="<?php echo $this->_tpl_vars['mod']['color']; ?>
|
||||
" /><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);
|
||||
?>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-21 17:13:59
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-19 23:01:30
|
||||
compiled from game/bourse.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'floor', 'game/bourse.tpl', 15, false),array('modifier', 'escape', 'game/bourse.tpl', 48, false),)), $this); ?>
|
||||
|
|
@ -24,9 +24,12 @@ unset($_smarty_tpl_vars);
|
|||
<div style="float: left;">
|
||||
<table>
|
||||
<tr>
|
||||
<td colspan="3"><img src="bourse.php?a=<?php echo $this->_tpl_vars['action']['id']; ?>
|
||||
<td colspan="3"><a href="<?php echo $this->_tpl_vars['menu']['bourse']; ?>
|
||||
&d=<?php echo $this->_tpl_vars['action']['id']; ?>
|
||||
"><img src="bourse.php?a=<?php echo $this->_tpl_vars['action']['id']; ?>
|
||||
&r=<?php echo $this->_tpl_vars['planete']->race; ?>
|
||||
" alt="<?php echo $this->_tpl_vars['action']['nom']; ?>
|
||||
" /></td>
|
||||
" /></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php if ($this->_tpl_vars['action']['evolution'] > 0): ?>FVerte<?php else: ?>FRouge<?php endif; ?></td>
|
||||
|
|
|
|||
|
|
@ -1,51 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-11-04 03:35:07
|
||||
compiled from game/flotte2.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('function', 'html_options', 'game/flotte2.tpl', 6, false),array('modifier', 'lower', 'game/flotte2.tpl', 18, false),)), $this); ?>
|
||||
<?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="<?php echo $this->_tpl_vars['menu']['flotte']; ?>
|
||||
" method="post">
|
||||
<h2>Paramètres généraux</h2>
|
||||
<fieldset class="options">
|
||||
<label for="nom">Nom de la flotte :</label><input class="text" type="text" id="nom" name="nomflotte" maxlength="24" /><br />
|
||||
<label for="fav_dest">Destination rapide :</label><select name="destin" id="fav_dest"><option value="0">--</option><optgroup label="Colonies"><?php echo smarty_function_html_options(array('output' => $this->_tpl_vars['favorisColonies'],'values' => $this->_tpl_vars['favorisnColonies']), $this);?>
|
||||
</optgroup><optgroup label="Favoris"><?php echo smarty_function_html_options(array('output' => $this->_tpl_vars['favoris'],'values' => $this->_tpl_vars['favorisn']), $this);?>
|
||||
</optgroup><option value="edit">Modifier la liste</option></select><br />
|
||||
<label for="amas">Destination :</label><span id="destination"><input class="dest" type="text" id="amas" name="amas" maxlength="2" />:<input class="dest" type="text" id="ss" name="ss" maxlength="2" />:<input class="dest" type="text" id="plan" name="pos" maxlength="2" /></span><br />
|
||||
<label for="vitesse">Vitesse :</label><select name="vitesse" id="vitesse"><option value="100">100%</option><option value="75">75%</option><option value="50">50%</option><option value="25">25%</option></select><br />
|
||||
<br /><div id="aide1">Pour vous repérer plus facilement entre vos différentes flottes, donnez-lui un nom.</div>
|
||||
</fieldset>
|
||||
<h2>Mission et contenu</h2>
|
||||
<fieldset class="options">
|
||||
<label for="mission">Mission :</label>
|
||||
<select name="mission" id="mission" onchange="tempsFlotte();">
|
||||
<?php echo smarty_function_html_options(array('options' => $this->_tpl_vars['missions']), $this);?>
|
||||
|
||||
</select><br />
|
||||
<span id="tactique"></span>
|
||||
<label for="metal">Embarquer <?php echo ((is_array($_tmp=$this->_tpl_vars['nomsressources']['0'])) ? $this->_run_mod_handler('lower', true, $_tmp) : smarty_modifier_lower($_tmp)); ?>
|
||||
:</label><input class="text" type="text" id="metal" name="metal" /><br />
|
||||
<label for="cristal">Embarquer <?php echo ((is_array($_tmp=$this->_tpl_vars['nomsressources']['1'])) ? $this->_run_mod_handler('lower', true, $_tmp) : smarty_modifier_lower($_tmp)); ?>
|
||||
:</label><input class="text" type="text" id="cristal" name="cristal" /><br />
|
||||
<label for="hydrogene">Embarquer <?php echo ((is_array($_tmp=$this->_tpl_vars['nomsressources']['2'])) ? $this->_run_mod_handler('lower', true, $_tmp) : smarty_modifier_lower($_tmp)); ?>
|
||||
:</label><input class="text" type="text" id="hydrogene" name="hydrogene" /><br />
|
||||
<label>Places restantes dans les cales :</label><span id="placesRest"></span><br />
|
||||
<br /><div id="aide2"></div>
|
||||
</fieldset>
|
||||
<h2>Envoyer</h2>
|
||||
<noscript><span style="color: #FF0000; font-weight: bolder;">Le JavaScript est nécessaire pour envoyer une flotte.</span><br /></noscript>
|
||||
<input type="submit" value="GO" class="submit" /><input type="hidden" name="cds" value="123456" /><br />
|
||||
Temps de déplacement : <span id="temps">-</span><br />
|
||||
Consomation : <span id="conso">-</span><br />
|
||||
<span id="deblok"><b>Complètez les champs ci-dessus</b></span>
|
||||
<br /><span id="vp"></span>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
<?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);
|
||||
?>
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-14 16:38:14
|
||||
compiled from game/aide/avertissements.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>Aide de Halo-Battle :: Avertissements</h2>
|
||||
<h3>Avertissement aux utilisateurs de téléviseurs à rétroprojection</h3><br />
|
||||
Les images fixes peuvent endommager de manière irréversible le tube cathodique ou marquer à jamais les luminophores qui constituent l'écran de ces téléviseurs.<br />C'est pourquoi il est conseillé d'éviter d'utiliser des jeux vidéo trop souvent ou de façon prolongée avec les téléviseurs à rétroprojection.<br /><br />
|
||||
<h3>Prévention des risques d'épilepsie</h3><br />
|
||||
<h4>A lire avant toute utilisation d'un jeu vidéo par vous-même ou par votre enfant.</h4><br />
|
||||
Chez certaines personnes, la stimulation visuelle par certains effets stroboscopiques ou motifs lumineux peut déclencher une crise d'épilepsie ou une perte de connaissance et ce, y compris dans la vie de tous les jours.<br />
|
||||
Chez ces personnes, le simple fait de regarder la télévision ou de jouer à un jeu vidéo peut suffire à déclencher une crise. Les symptômes peuvent même se déclarer chez un individu sans antécédents médicaux ou n'ayant jamais souffert de crise d'épilepsie.<br />
|
||||
Si vous-même ou un membre de votre famille avez déjà présenté des symptômes liés à l'épilepsie (crise d'épilepsie ou de perte de connaissance) à la suite d'une exposition à des effets lumineux stroboscopiques, veuillez consulter votre médecin avant de commencer à jouer.<br />
|
||||
Nous conseillons vivement aux parents de prêter une attention soutenue à leurs enfants lorsqu'ils utilisent un jeu vidéo. Si vous ou votre enfant ressentez l'un des symptômes suivants en cours de jeu : vertiges, troubles de la vue, contractions oculaires ou musculaires incontrôlées, perte de connaissance, désorientation, mouvements involontaires ou convulsions, veuillez cesser IMMEDIATEMENT la partie et consulter votre médecin.<br /><br />
|
||||
<h3>Règles à respecter pour jouer dans les meilleures conditions possibles</h3>
|
||||
<ul>
|
||||
<li>S'installer confortablement en position assise, le plus loin possible de l'écran.
|
||||
<li>Jouer de préférence sur un écran de petite taille.</li>
|
||||
<li>Eviter de jouer en cas de fatigue ou de manque de sommeil.</li>
|
||||
<li>Veiller à ce que la pièce soit bien éclairée.</li>
|
||||
<li>Observer des pauses de 10 à 15 minutes par heure de jeu.</li>
|
||||
</ul><br />
|
||||
<h3>Prévention des risques liés aux troubles du sommeil</h3><br />
|
||||
Pour votre santé, veillez à observer un compte d'heures minimales allouées à votre repos. Jouer plusieurs heures d'affilées comporte un risque de déréglement de votre horloge interne et/ou de troubles du sommeil. Si vous ou votre enfant ressentez l'un des symptômes suivants en cours de jeu : fatigue, vertiges, troubles de la vue, contractions oculaires ou musculaires incontrôlées, perte de connaissance, insomnie, stress, veuillez cesser IMMEDIATEMENT de jouer et prenez du repos.<br />
|
||||
Pour bien dormir, observez ces quelques règles :
|
||||
<ul>
|
||||
<li>Couchez-vous et levez-vous à heures régulières.</li>
|
||||
<li>Pas de grasse matinée : levez-vous dès le réveil.</li>
|
||||
<li>Dînez léger et pas trop tard, en mangeant un laitage.</li>
|
||||
<li>Observer les premiers signes annonciateurs du sommeil, ne luttez pas contre le sommeil.</li>
|
||||
<li>Maintenir une température basse (entre 15 et 18 °C) ainsi qu'un bon degré d'hygrométrie.<br />Opter pour l'obscurité, elle favorise le sommeil. Choisir un lit confortable (ni trop ferme ni trop mou) et des couvertures légères.</li>
|
||||
<li>Evitez la prise de produits stimulants : coca-cola, thé, café, vitamine C…</li>
|
||||
<li>La régularité du sommeil reste le meilleur gage de qualité.</li>
|
||||
</ul>
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,48 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-20 00:29:15
|
||||
compiled from admin/version.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'date_format', 'admin/version.tpl', 19, false),)), $this); ?>
|
||||
<?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);
|
||||
?>
|
||||
<a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&i=add">Ajouter une version</a>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Action</th>
|
||||
<th>Version</th>
|
||||
<th>Infos</th>
|
||||
<th>Date</th>
|
||||
<th>Par</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tableau']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['ligne']):
|
||||
?>
|
||||
<tr>
|
||||
<td><a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&i=<?php echo $this->_tpl_vars['ligne']['id']; ?>
|
||||
">EDIT</a> | <a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&d=<?php echo $this->_tpl_vars['ligne']['id']; ?>
|
||||
">SUPPR</a></td>
|
||||
<td><?php echo $this->_tpl_vars['ligne']['version']; ?>
|
||||
</td>
|
||||
<td><?php echo $this->_tpl_vars['ligne']['contenu']; ?>
|
||||
</td>
|
||||
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['ligne']['temps'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%d/%m/%y %H:%M:%S") : smarty_modifier_date_format($_tmp, "%d/%m/%y %H:%M:%S")); ?>
|
||||
</td>
|
||||
<td><?php echo $this->_tpl_vars['ligne']['pseudo']; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-10-31 00:14:53
|
||||
compiled from admin/print.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'truncate', 'admin/print.tpl', 6, false),)), $this); ?>
|
||||
<?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>
|
||||
<?php $_from = $this->_tpl_vars['tableau']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['ligne']):
|
||||
?>
|
||||
<tr>
|
||||
<td><a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&id=<?php echo $this->_tpl_vars['idPlan']; ?>
|
||||
&key=<?php echo $this->_tpl_vars['key']; ?>
|
||||
"><?php echo $this->_tpl_vars['key']; ?>
|
||||
</a></td>
|
||||
<td><?php if ($this->_tpl_vars['key'] == 'mdp'): ?><?php echo ((is_array($_tmp=$this->_tpl_vars['ligne'])) ? $this->_run_mod_handler('truncate', true, $_tmp, 50) : smarty_modifier_truncate($_tmp, 50)); ?>
|
||||
<?php else: ?><?php echo $this->_tpl_vars['ligne']; ?>
|
||||
<?php endif; ?></td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-20 00:29:00
|
||||
compiled from admin/demarrage.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'admin/demarrage.tpl', 17, false),array('modifier', 'date_format', 'admin/demarrage.tpl', 18, false),)), $this); ?>
|
||||
<?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);
|
||||
?>
|
||||
<a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&i=add">Créer une nouvelle page</a>
|
||||
<h2>Pages de démarrage</h2>
|
||||
<h3>La première news est celle qui sera affichée à la connexion des joueurs</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Action</th>
|
||||
<th>Titre</th>
|
||||
<th>Date de visibilité</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['tableau']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['ligne']):
|
||||
?>
|
||||
<tr>
|
||||
<td><a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&i=<?php echo $this->_tpl_vars['ligne']['id']; ?>
|
||||
">EDIT</a> | <a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
|
||||
&d=<?php echo $this->_tpl_vars['ligne']['id']; ?>
|
||||
">SUPPR</a></td>
|
||||
<td><b><?php echo ((is_array($_tmp=$this->_tpl_vars['ligne']['titre'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
</b></td>
|
||||
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['ligne']['time'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%d/%m/%y %H:%M:%S") : smarty_modifier_date_format($_tmp, "%d/%m/%y %H:%M:%S")); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-10-12 00:16:52
|
||||
compiled from game/bugs.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'game/bugs.tpl', 5, false),)), $this); ?>
|
||||
<?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>Rapports de bug</h2>
|
||||
<?php $_from = $this->_tpl_vars['bugs']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['bug']):
|
||||
?>
|
||||
<dl>
|
||||
<dt><input class="button2" type="button" onclick="hide(this); return false;" /><?php echo $this->_tpl_vars['bug']['0']; ?>
|
||||
, le <?php echo $this->_tpl_vars['bug']['1']; ?>
|
||||
sur <?php echo ((is_array($_tmp=$this->_tpl_vars['bug']['2'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
</dt><dd><?php echo $this->_tpl_vars['bug']['3']; ?>
|
||||
<?php if ($this->_tpl_vars['auth_level'] > 2): ?><div style="text-align: right"><a href="<?php echo $this->_tpl_vars['menu']['bugs']; ?>
|
||||
&a=del&i=<?php echo $this->_tpl_vars['bug']['4']; ?>
|
||||
"><i>Supprimer</i></a></div><?php endif; ?></dd>
|
||||
</dl>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
<h2>Ajouter un bug</h2>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['bugs']; ?>
|
||||
&post" method="post"><fieldset class="options">
|
||||
<strong>Attention : bien lire les bugs deja proposés, l'utilisation abusive ou des bugs ayant non lieus seront sanctionnés.</strong><br /><br />
|
||||
<strong style="color: #FF0000;">Avant de poster votre bug, vérifiez que la page de contact d'opérateurs (bouton sous la bannière) n'y propose pas de solutions.<br /><br /><b>Les réclamations <span style="text-decoration: blink;">(pertes de vaisseaux, de flottes, ...)</span> ne sont pas des bugs et sont à voir avec les opérateurs (bouton opérateur sous la bannière)</b></strong><br /><br />
|
||||
<label for="page">Page concernée :</label><input class="text" type="text" name="page" id="page" />
|
||||
<label for="desc">Description :</label>
|
||||
<textarea id="desc" name="description" cols="40" rows="10"></textarea><br /><br />
|
||||
<input class="submit" type="submit" value="OK" />
|
||||
</fieldset></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);
|
||||
?>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-12 13:24:19
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-11 17:47:00
|
||||
compiled from cms/footer.tpl */ ?>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,27 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-28 20:25:24
|
||||
compiled from game/util.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', 'game/util.tpl', 6, false),)), $this); ?>
|
||||
<?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>Détails du joueur : <?php echo $this->_tpl_vars['userD']['pseudo']; ?>
|
||||
</h2>
|
||||
<img src="<?php echo $this->_tpl_vars['userD']['image']; ?>
|
||||
" alt="Image utilisateur" />
|
||||
<h2>Infos</h2>
|
||||
<h4>Classement : <a href="?p=classement&j=<?php echo $this->_tpl_vars['userD']['id']; ?>
|
||||
&c=<?php echo $this->_tpl_vars['userD']['place_points']; ?>
|
||||
#moi"><?php echo $this->_tpl_vars['userD']['points']; ?>
|
||||
points (<?php if ($this->_tpl_vars['userD']['place_points'] == '0'): ?>non classé<?php else: ?><?php echo $this->_tpl_vars['userD']['place_points']; ?>
|
||||
<?php if ($this->_tpl_vars['userD']['place_points'] == '1'): ?>er<?php else: ?>ème<?php endif; ?><?php endif; ?>)</a></h4>
|
||||
<?php if ($this->_tpl_vars['alliance']): ?><h4>Alliance: <a href="?p=alliances">[<?php echo ((is_array($_tmp=$this->_tpl_vars['alliance']['tag'])) ? $this->_run_mod_handler('upper', true, $_tmp) : smarty_modifier_upper($_tmp)); ?>
|
||||
] <?php echo $this->_tpl_vars['alliance']['nom']; ?>
|
||||
</a></h4><?php endif; ?>
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,48 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-10-11 12:28:01
|
||||
compiled from game/alliance_nm_fonder.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>Création d'une alliance</h2>
|
||||
<form id="form2" method="post" action="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=fonder">
|
||||
<table cellpadding="0" cellspacing="0" style="height: 143px; width: 621px;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="367" scope="col">
|
||||
<table width="376" height="159" border="0" cellpadding="0" cellspacing="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="113" height="50" align="center" valign="middle" scope="col"><strong>Nom</strong></td>
|
||||
<td width="242" align="center" valign="middle" scope="col">
|
||||
<input name="nom" type="text" maxlength="255" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="51" align="center" valign="middle"><strong>Tag</strong></td>
|
||||
<td align="center" valign="middle">
|
||||
<input name="tag" type="text" size="15" maxlength="15" />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" align="center" valign="middle"><input type="submit" class="submit" value="Créer " /></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</th>
|
||||
<th scope="col" style="text-align: justify; vertical-align: middle; width: 254px;">
|
||||
Rappel : <br />Créer une alliance ne peut pas se faire seul. Une fois que vous aurez lancé la procédure, un lien vous sera donné. Pour finir la création, donnez ce liens à quatre personnes qui sont sans alliance.
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,89 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 16:39:09
|
||||
compiled from game/bourseDetails.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'floor', 'game/bourseDetails.tpl', 5, false),array('modifier', 'escape', 'game/bourseDetails.tpl', 18, false),array('modifier', 'nl2br', 'game/bourseDetails.tpl', 18, false),)), $this); ?>
|
||||
<?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>Bourse : <?php echo $this->_tpl_vars['bourse']['nom']; ?>
|
||||
</h2>
|
||||
<h4>Valeurs au <?php echo $this->_tpl_vars['date']; ?>
|
||||
</h4>
|
||||
<br />
|
||||
<h4>Valeur métal : <?php echo ((is_array($_tmp=$this->_tpl_vars['bourse']['metal'])) ? $this->_run_mod_handler('floor', true, $_tmp) : floor($_tmp)); ?>
|
||||
</h4>
|
||||
<h4>Valeur cristal : <?php echo ((is_array($_tmp=$this->_tpl_vars['bourse']['cristal'])) ? $this->_run_mod_handler('floor', true, $_tmp) : floor($_tmp)); ?>
|
||||
</h4>
|
||||
<h4>Evolution de l'action depuis l'ouverture de la bourse : <?php if ($this->_tpl_vars['bourse']['evolution'] > 0): ?>+<?php endif; ?><?php echo ((is_array($_tmp=$this->_tpl_vars['bourse']['evolution'])) ? $this->_run_mod_handler('floor', true, $_tmp) : floor($_tmp)); ?>
|
||||
%</h4>
|
||||
<br />
|
||||
<h4>Achat unité métal : <?php echo ((is_array($_tmp=$this->_tpl_vars['bourse']['metal']*$this->_tpl_vars['taxeA'])) ? $this->_run_mod_handler('floor', true, $_tmp) : floor($_tmp)); ?>
|
||||
</h4>
|
||||
<h4>Achat unité cristal : <?php echo ((is_array($_tmp=$this->_tpl_vars['bourse']['cristal']*$this->_tpl_vars['taxeA'])) ? $this->_run_mod_handler('floor', true, $_tmp) : floor($_tmp)); ?>
|
||||
</h4>
|
||||
<br />
|
||||
<h4>Vente unité métal : <?php echo ((is_array($_tmp=$this->_tpl_vars['bourse']['metal']/$this->_tpl_vars['taxeV'])) ? $this->_run_mod_handler('floor', true, $_tmp) : floor($_tmp)); ?>
|
||||
</h4>
|
||||
<h4>Vente unité cristal : <?php echo ((is_array($_tmp=$this->_tpl_vars['bourse']['cristal']/$this->_tpl_vars['taxeV'])) ? $this->_run_mod_handler('floor', true, $_tmp) : floor($_tmp)); ?>
|
||||
</h4>
|
||||
<br />
|
||||
<h4>Vous possédez <?php echo $this->_tpl_vars['poss']; ?>
|
||||
actions de <?php echo $this->_tpl_vars['bourse']['nom']; ?>
|
||||
</h4>
|
||||
<h4>Vous avez acheté <?php echo $this->_tpl_vars['poss24']; ?>
|
||||
actions de <?php echo $this->_tpl_vars['bourse']['nom']; ?>
|
||||
dans les dernières 24h</h4>
|
||||
<br />
|
||||
<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['bourse']['description'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)))) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)); ?>
|
||||
|
||||
<br /><br />
|
||||
<h4><form action="<?php echo $this->_tpl_vars['menu']['bourse']; ?>
|
||||
&a=<?php echo $this->_tpl_vars['bourse']['id']; ?>
|
||||
" method="post"><p>Acheter : <input type="text" class="text" name="a<?php echo $this->_tpl_vars['bourse']['id']; ?>
|
||||
" maxlength="1" value="0" /><input type="submit" class="submit" value="OK" /></p></form></h4>
|
||||
<h4><form action="<?php echo $this->_tpl_vars['menu']['bourse']; ?>
|
||||
&v=<?php echo $this->_tpl_vars['bourse']['id']; ?>
|
||||
" method="post"><p>Vendre : <input type="text" class="text" name="a<?php echo $this->_tpl_vars['bourse']['id']; ?>
|
||||
" maxlength="1" value="0" /><input type="submit" class="submit" value="OK" /></p></form></h4>
|
||||
<?php if ($this->_tpl_vars['auth_level'] >= 3): ?>
|
||||
<br /><h2>Modification de l'action</h2>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['bourse']; ?>
|
||||
&e=<?php echo $this->_tpl_vars['bourse']['id']; ?>
|
||||
" method="post">
|
||||
<fieldset class="options">
|
||||
<label for="nomaction">Nom de l'action :</label><input type="text" name="nomaction" id="nomaction" maxlength="255" value="<?php echo $this->_tpl_vars['bourse']['nom']; ?>
|
||||
" class="text" /><br />
|
||||
<label for="descaction">Description de l'action :</label><br />
|
||||
<textarea id="descaction" name="descaction"><?php echo ((is_array($_tmp=$this->_tpl_vars['bourse']['description'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
</textarea>
|
||||
<input class="submit" type="submit" value="Ok" />
|
||||
</fieldset>
|
||||
</form>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['bourse']; ?>
|
||||
&e=<?php echo $this->_tpl_vars['bourse']['id']; ?>
|
||||
" method="post">
|
||||
<fieldset class="options">
|
||||
<label for="newsaction">News de l'action (apparaît sur la page d'accueil) :</label><input type="text" name="newsaction" id="newsaction" class="text" value="<?php echo $this->_tpl_vars['bourse']['news']; ?>
|
||||
" maxlength="255" /><br />
|
||||
<input class="submit" type="submit" value="Créer la news" />
|
||||
</fieldset>
|
||||
</form>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['bourse']; ?>
|
||||
&e=<?php echo $this->_tpl_vars['bourse']['id']; ?>
|
||||
" method="post">
|
||||
<fieldset class="options">
|
||||
<label for="prixAM">Valeur en métal de l'action :</label><input type="text" name="prixAM" id="prixAM" maxlength="15" value="<?php echo $this->_tpl_vars['bourse']['metal']; ?>
|
||||
" class="text" /><br />
|
||||
<label for="prixAC">Valeur en cristal de l'action :</label><input type="text" name="prixAC" id="prixAC" maxlength="15" value="<?php echo $this->_tpl_vars['bourse']['cristal']; ?>
|
||||
" class="text" /><br />
|
||||
<input class="submit" type="submit" value="Ok" />
|
||||
</fieldset>
|
||||
</form>
|
||||
<?php endif; ?>
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-10-11 12:27:50
|
||||
compiled from game/alliance_nm_accueil.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>Créer une alliance</h2>
|
||||
<h3><a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=fonder">Fonder une alliance</a></h3>
|
||||
<h3><a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=signerform">Ratifier une alliance</a></h3>
|
||||
<br />
|
||||
<h2>Rechercher une alliance</h2>
|
||||
<form method="post" action="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=search">
|
||||
<table width="355" height="194" border="0" cellpadding="0" cellspacing="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="113" align="center" valign="middle">
|
||||
<select name="by" size="2" id="by">
|
||||
<option value="tag" selected="selected">Tag</option>
|
||||
<option value="nom">Nom</option>
|
||||
</select>
|
||||
</td>
|
||||
<td width="242" align="center" valign="middle">
|
||||
<p>Rechercher les alliances dont le nom/tag contiennent :<br /><input name="search" type="text" id="search" /></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" align="center" valign="middle">
|
||||
<input type="submit" class="submit" value="GO" />
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-10-31 00:14:57
|
||||
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']; ?>
|
||||
&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']; ?>
|
||||
&id=<?php echo $this->_tpl_vars['idPlan']; ?>
|
||||
&" method="post">
|
||||
<?php if ($this->_tpl_vars['type']['0'] == 'text' || $this->_tpl_vars['type']['0'] == 'longtext'): ?><textarea cols="10" rows="10" name="mod"><?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" /><?php endif; ?>
|
||||
<input type="hidden" value="<?php echo $this->_tpl_vars['key']; ?>
|
||||
" name="key" />
|
||||
<input type="submit" class="submit" value="GO" />
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
<?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']; ?>
|
||||
&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);
|
||||
?>
|
||||
|
|
@ -1,60 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 22:55:03
|
||||
compiled from admin/vip.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'date_format', 'admin/vip.tpl', 19, false),)), $this); ?>
|
||||
<?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>Vérification des IP</h2>
|
||||
<a href="?p=vip&v=<?php echo $this->_tpl_vars['numpage']-1; ?>
|
||||
"><<<</a> page <?php echo $this->_tpl_vars['numpage']; ?>
|
||||
/<?php echo $this->_tpl_vars['nbpage']; ?>
|
||||
<a href="?p=vip&v=<?php echo $this->_tpl_vars['numpage']+1; ?>
|
||||
">>>></a>
|
||||
<table style="text-align: center; margin: auto;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Adresses IP</th>
|
||||
<th>Nom d'utilisateur</th>
|
||||
<th>Date & heure</th>
|
||||
<th>Traçage IP</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php $_from = $this->_tpl_vars['ips']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['ip']):
|
||||
?>
|
||||
<tr<?php if ($this->_tpl_vars['ip']['6']): ?> style="background-color: #<?php echo $this->_tpl_vars['ip']['6']; ?>
|
||||
;"<?php endif; ?>>
|
||||
<td><a href="?p=vip&ip=<?php echo $this->_tpl_vars['ip']['0']; ?>
|
||||
"><?php echo $this->_tpl_vars['ip']['0']; ?>
|
||||
</a></td>
|
||||
<td><a href="?p=vip&util=<?php echo $this->_tpl_vars['ip']['2']; ?>
|
||||
"><?php echo $this->_tpl_vars['ip']['3']; ?>
|
||||
(<?php echo $this->_tpl_vars['ip']['2']; ?>
|
||||
)</a></td>
|
||||
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['ip']['4'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%d/%m/%y %H:%M:%S") : smarty_modifier_date_format($_tmp, "%d/%m/%y %H:%M:%S")); ?>
|
||||
</td>
|
||||
<td><?php echo $this->_tpl_vars['ip']['1']; ?>
|
||||
</td>
|
||||
<td><a href="?p=vip&util=<?php echo $this->_tpl_vars['ip']['2']; ?>
|
||||
&act=multiok">Déclaré</a><br /><a href="<?php echo $this->_tpl_vars['menua']['sjoueurs']; ?>
|
||||
&id=<?php echo $this->_tpl_vars['ip']['2']; ?>
|
||||
&sanc=d&raisonmv=Multi-compte">Définitivement</a></td>
|
||||
</tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody>
|
||||
</table>
|
||||
<a href="?p=vip&v=<?php echo $this->_tpl_vars['numpage']-1; ?>
|
||||
"><<<</a> page <?php echo $this->_tpl_vars['numpage']; ?>
|
||||
/<?php echo $this->_tpl_vars['nbpage']; ?>
|
||||
<a href="?p=vip&v=<?php echo $this->_tpl_vars['numpage']+1; ?>
|
||||
">>>></a>
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-19 23:40:36
|
||||
compiled from game/alliance_adm_header.tpl */ ?>
|
||||
<?php if ($this->_tpl_vars['access']['chat']): ?><a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=adm_chat">Administration du chat</a> - <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['access']['membre']): ?><a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=adm_membres">Administration des membres et des candidatures</a> - <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['access']['grades']): ?><a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=adm_grades">Administration des rangs</a> - <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['access']['ecriture']): ?><a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=adm_ecrits">Administration de la présentation et de la page interne.</a> - <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['access']['alliance']): ?><a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
&q=adm_alliance">Administration globale (defcon, successeur ...)</a> - <?php endif; ?>
|
||||
<a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
|
||||
">Retour</a>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-11-08 16:38:05
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-19 22:45:18
|
||||
compiled from game/header.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'game/header.tpl', 92, false),array('modifier', 'separenombre', 'game/header.tpl', 93, false),)), $this); ?>
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'game/header.tpl', 90, false),array('modifier', 'separenombre', 'game/header.tpl', 92, false),)), $this); ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
|
|
@ -20,7 +20,6 @@ smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'g
|
|||
<?php if ($this->_tpl_vars['race'] == 'humain'): ?><link rel="stylesheet" href="templates/csnu.css" type="text/css" media="all" title="CSNU" /><?php elseif ($this->_tpl_vars['auth_level'] >= 3): ?><link rel="alternate stylesheet" href="templates/covenants.css" type="text/css" media="all" title="Covenants" /><?php endif; ?>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<script src="js/fonctions.js" type="text/javascript"></script>
|
||||
<script src="js/img_manques.js" type="text/javascript"></script>
|
||||
<script src="js/infos.js" type="text/javascript"></script>
|
||||
<?php echo $this->_tpl_vars['scripth']; ?>
|
||||
|
||||
|
|
@ -34,7 +33,8 @@ smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'g
|
|||
<div id="header_link"><span id="date"><?php echo $this->_tpl_vars['date']; ?>
|
||||
</span> | Vous jouez depuis <?php echo $this->_tpl_vars['tpsdejeu']; ?>
|
||||
| <a href="?p=version">Version <?php echo $this->_tpl_vars['version']; ?>
|
||||
</a><?php if ($this->_tpl_vars['multi']): ?> | <a href="?p=avertmulti" style="color: #FF0000;">! MULTICOMPTE !</a><?php endif; ?><?php if ($this->_tpl_vars['planete']->mv < 0): ?> | <a href="?p=accueil" style="color: #FF0000;">Votre compte sera supprimé d'ici 48h</a><?php endif; ?></div><a href="<?php echo $this->_tpl_vars['link']['RSS']; ?>
|
||||
</a><?php if ($this->_tpl_vars['multi']): ?> | <a href="?p=avertmulti" style="color: #FF0000;">! MULTICOMPTE !</a><?php endif; ?><?php if ($this->_tpl_vars['messdem']): ?> | <a href="?p=demarrage"><?php echo $this->_tpl_vars['messdem']['titre']; ?>
|
||||
</a><?php endif; ?><?php if ($this->_tpl_vars['planete']->mv < 0): ?> | <a href="?p=accueil" style="color: #FF0000;">Votre compte sera supprimé d'ici 48h</a><?php endif; ?></div><a href="<?php echo $this->_tpl_vars['link']['RSS']; ?>
|
||||
" id="rss">RSS :: s'abonner</a>
|
||||
<h1><a href="<?php echo $this->_tpl_vars['link']['self']; ?>
|
||||
<?php echo $this->_tpl_vars['first_page']; ?>
|
||||
|
|
@ -127,7 +127,7 @@ smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'g
|
|||
"<?php if ($this->_tpl_vars['page'] == 'bourse' || $this->_tpl_vars['page'] == 'bourseDetails'): ?> class="hightlight"<?php endif; ?>>Bourse</a>
|
||||
<a href="<?php echo $this->_tpl_vars['menu']['flotte']; ?>
|
||||
"<?php if ($this->_tpl_vars['page'] == 'flotte1' || $this->_tpl_vars['page'] == 'flotte2' || $this->_tpl_vars['page'] == 'flotten'): ?> class="hightlight"<?php endif; ?>>Flottes</a>
|
||||
<a href="?p=simulateur"<?php if ($this->_tpl_vars['page'] == 'simulateur_combat'): ?> class="hightlight"<?php endif; ?>>Simulateur de combat</a>
|
||||
<!--<a href="?p=simulateur"<?php if ($this->_tpl_vars['page'] == 'simulateur_combat'): ?> class="hightlight"<?php endif; ?>>Simulateur de combat</a>-->
|
||||
<a href="<?php echo $this->_tpl_vars['menu']['carte']; ?>
|
||||
"<?php if ($this->_tpl_vars['page'] == 'carte'): ?> class="hightlight"<?php endif; ?>>Carte spatiale</a>
|
||||
<a href="<?php echo $this->_tpl_vars['menu']['options']; ?>
|
||||
|
|
@ -156,18 +156,19 @@ smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'g
|
|||
<div id="corps_top">
|
||||
<div class="border_top"></div>
|
||||
<a href="?p=rename"><img src="images/planetes/<?php echo $this->_tpl_vars['planete']->image; ?>
|
||||
.jpg" width="70" height="70" alt="planète" /></a>
|
||||
.jpg" width="70" height="70" alt="<?php echo ((is_array($_tmp=$this->_tpl_vars['planete']->nom_planete)) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
" /></a>
|
||||
<div>Bonjour, <span><?php echo $this->_tpl_vars['planete']->pseudo; ?>
|
||||
.</span><br />Votre position actuelle:<br /><br /><form action="<?php echo $this->_tpl_vars['link']['changeplanete']; ?>
|
||||
" method="post"><fieldset><select onchange="this.form.submit();" name="Cplanete"><optgroup label="Colonies"><?php $_from = $this->_tpl_vars['planetes']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
" method="post"><fieldset><select onchange="this.form.submit();" name="Cplanete"><optgroup label="Planètes"><?php $_from = $this->_tpl_vars['planetes']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['plan']):
|
||||
?><option <?php if ($this->_tpl_vars['plan']['id'] == $this->_tpl_vars['planete']->id): ?>selected="selected" <?php endif; ?>value="<?php echo $this->_tpl_vars['plan']['id']; ?>
|
||||
"><?php echo ((is_array($_tmp=$this->_tpl_vars['plan']['nom_planete'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
|
||||
"><?php echo ((is_array($_tmp=$this->_tpl_vars['plan']['nom_planete'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
[<?php echo $this->_tpl_vars['plan']['galaxie']; ?>
|
||||
:<?php echo $this->_tpl_vars['plan']['ss']; ?>
|
||||
:<?php echo $this->_tpl_vars['plan']['position']; ?>
|
||||
]</option><?php endforeach; endif; unset($_from); ?></optgroup><?php if ($this->_tpl_vars['asteroide']): ?><optgroup label="Astéroïdes"><option value="A<?php echo $this->_tpl_vars['asteroide']['id']; ?>
|
||||
"><?php echo ((is_array($_tmp=$this->_tpl_vars['asteroide']['nom_asteroide'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
|
||||
"><?php echo ((is_array($_tmp=$this->_tpl_vars['asteroide']['nom_asteroide'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
|
||||
[<?php echo $this->_tpl_vars['asteroide']['galaxie']; ?>
|
||||
:<?php echo $this->_tpl_vars['asteroide']['ss']; ?>
|
||||
:A]</option></optgroup><?php endif; ?></select><noscript><div><br /><input class="submit" type="submit" value="GO" /></div></noscript></fieldset></form></div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-10-31 17:18:51
|
||||
<?php /* Smarty version 2.6.19, created on 2008-11-19 23:01:18
|
||||
compiled from game/flotte1.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'game/flotte1.tpl', 10, false),array('function', 'html_options', 'game/flotte1.tpl', 46, false),)), $this); ?>
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-20 00:34:06
|
||||
compiled from cms/maj.tpl */ ?>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/header.tpl', 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
<div id="connexion" class="block">
|
||||
<div class="header"><?php echo $this->_tpl_vars['titre']; ?>
|
||||
</div>
|
||||
<div class="corps"><?php echo $this->_tpl_vars['texte']; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="inscription" class="block"><span><a href="<?php echo $this->_tpl_vars['link']['inscription']; ?>
|
||||
">INSCRIVEZ VOUS</a> Rejoignez l'alliance ou engagez-vous</span> <p><strong>DEFENDREZ VOUS L'HUMANITE OU LA DETRUIREZ VOUS?</strong><br /><br />Repoussez l'ennemi et partez a la conquète des mondes-anneaux dans des univers vastes et riches basés sur l'univers du jeu vidéo Halo<br /><br /><em>Une simple inscription gratuite et un navigateur internet sont demandés pour pouvoir participer a des batailles épiques!</em></p> <a href="<?php echo $this->_tpl_vars['link']['inscription']; ?>
|
||||
" class="link"><span>Cliquez ici pour vous inscrire</span></a> <a href="<?php echo $this->_tpl_vars['link']['inscription']; ?>
|
||||
" class="more">En savoir plus</a></div>
|
||||
<?php $_smarty_tpl_vars = $this->_tpl_vars;
|
||||
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/footer.tpl', 'smarty_include_vars' => array()));
|
||||
$this->_tpl_vars = $_smarty_tpl_vars;
|
||||
unset($_smarty_tpl_vars);
|
||||
?>
|
||||
|
|
@ -1,57 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-13 16:40:05
|
||||
compiled from game/messagerie.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'nl2br', 'game/messagerie.tpl', 8, false),)), $this); ?>
|
||||
<?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>Messages</h2>
|
||||
<?php echo $this->_tpl_vars['avertissement']; ?>
|
||||
|
||||
<h3><a href="<?php echo $this->_tpl_vars['menu']['envoie']; ?>
|
||||
">Ecrire un message</a></h3>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['messagerie']; ?>
|
||||
" method="post">
|
||||
<?php $_from = $this->_tpl_vars['messages']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['message']):
|
||||
?>
|
||||
<dl>
|
||||
<dt><input class="button2" type="button" onclick="hide(this); return false;" /><input class="checkbox" type="checkbox" name="m<?php echo $this->_tpl_vars['message']['4']; ?>
|
||||
" value="<?php echo $this->_tpl_vars['message']['5']; ?>
|
||||
" /><a href="?p=envoyer&d=<?php echo $this->_tpl_vars['message']['2']; ?>
|
||||
&o=<?php echo $this->_tpl_vars['message']['0']; ?>
|
||||
"><?php echo $this->_tpl_vars['message']['0']; ?>
|
||||
</a> de <?php echo $this->_tpl_vars['message']['2']; ?>
|
||||
à <?php echo $this->_tpl_vars['message']['1']; ?>
|
||||
</dt><dd><?php echo ((is_array($_tmp=$this->_tpl_vars['message']['3'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)); ?>
|
||||
</dd>
|
||||
</dl>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
<fieldset><input class="button" type="button" value="Tout sélectionner" onclick="checkboxes(true)" /> <input class="button" type="button" value="Tout déselectionner" onclick="checkboxes(false)" /><br /><br /><strong>Supprimer la sélection : </strong><input class="submit" type="submit" value="OK" /><br /><br /><input type="hidden" value="<?php echo $this->_tpl_vars['IM']; ?>
|
||||
" name="IM" /></fieldset>
|
||||
</form>
|
||||
<h2>Rapports</h2>
|
||||
<form action="<?php echo $this->_tpl_vars['menu']['messagerie']; ?>
|
||||
" method="post">
|
||||
<?php $_from = $this->_tpl_vars['rapports']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['rapport']):
|
||||
?>
|
||||
<dl>
|
||||
<dt><input class="button2" type="button" onclick="hide(this); return false;" /><input class="checkbox" type="checkbox" name="r<?php echo $this->_tpl_vars['rapport']['4']; ?>
|
||||
" value="<?php echo $this->_tpl_vars['rapport']['5']; ?>
|
||||
" /><?php echo $this->_tpl_vars['rapport']['0']; ?>
|
||||
à <?php echo $this->_tpl_vars['rapport']['1']; ?>
|
||||
</dt><dd><?php echo $this->_tpl_vars['rapport']['3']; ?>
|
||||
</dd>
|
||||
</dl>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
<fieldset><input class="button" type="button" value="Tout sélectionner" onclick="checkboxesr(true)" /> <input class="button" type="button" value="Tout déselectionner" onclick="checkboxesr(false)" /><br /><br /><strong>Supprimer la sélection : </strong><input class="submit" type="submit" value="OK" /><br /><br /><input type="hidden" value="<?php echo $this->_tpl_vars['IR']; ?>
|
||||
" name="IR" /></fieldset>
|
||||
</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);
|
||||
?>
|
||||
|
|
@ -1,46 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-09-14 12:46:26
|
||||
compiled from admin/inscription.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);
|
||||
?>
|
||||
<div class="corpsi">
|
||||
<form action="" method="post">
|
||||
<p><label for="pseudo">Pseudo :</label> <input class="text" name="HB_pseudo" id="pseudo" type="text" maxlength="16" value="<?php echo $_POST['HB_pseudo']; ?>
|
||||
" />
|
||||
<br /><label for="mdp">Mot de passe :</label> <input class="text" name="HB_mdp" id="mdp" type="password" maxlength="32" />
|
||||
<br /><label for="conf">Confirmation :</label> <input class="text" name="HB_conf" id="conf" type="password" maxlength="32" />
|
||||
<br /><label for="mail">Adresse électronique :</label> <input class="text" name="HB_mail" id="mail" type="text" value="<?php echo $_POST['HB_mail']; ?>
|
||||
" maxlength="64" />
|
||||
<br /><br />Race :<br />
|
||||
</p>
|
||||
<table style="margin-left: auto; margin-right: auto; width: 75%;">
|
||||
<tr>
|
||||
<td>
|
||||
<label id="humain" for="humaini">
|
||||
<img src="images/humain.jpg" alt="Humain"/><br />
|
||||
<input type="radio" name="race" id="humaini" value="humain"<?php if ($_POST['race'] == 'humain'): ?> selected="selected"<?php endif; ?> /> Humain
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
<label id="covenant" for="covenanti">
|
||||
<img src="images/covenant.jpg" alt="Covenant"/><br />
|
||||
<input type="radio" name="race" id="covenanti" value="covenant"<?php if ($_POST['race'] == 'covenant'): ?> selected="selected"<?php endif; ?> /> Covenant
|
||||
</label>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
<br /><label for="servers">Galaxie :</label> <select name="servers" id="servers"><option value="1"> Alpha</option></select>
|
||||
<br /><label for="placement">Placement préférentiel :</label> <input class="text" name="HB_placement" id="placement" type="text" value="<?php echo $_POST['HB_placement']; ?>
|
||||
" />
|
||||
<br /><br /><input class="submit" value="OK" type="submit" />
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
<?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);
|
||||
?>
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-10-29 12:29:31
|
||||
compiled from game/version.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>Mises à jour</h2>
|
||||
<table><thead><tr><th>Versions</th><th>Détails</th></tr></thead><tbody>
|
||||
<?php $_from = $this->_tpl_vars['versions']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['version']):
|
||||
?>
|
||||
<tr><td><?php echo $this->_tpl_vars['version']['numero']; ?>
|
||||
<br /><?php echo $this->_tpl_vars['version']['date']; ?>
|
||||
</td><td><?php echo $this->_tpl_vars['version']['description']; ?>
|
||||
</td></tr>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</tbody></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);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue