Version 1.7i

This commit is contained in:
nemunaire 2008-11-16 12:00:00 +01:00
commit ba5e741c99
136 changed files with 2561 additions and 2105 deletions

View file

@ -26,7 +26,7 @@
</tbody>
<tfoot>
<tr>
<td>Répondre</td>
<td><a href="./?p=envoyer&amp;d={$req.pseudo}">Répondre</a></td>
<td><a href="?p=courrier&amp;d={$req.id}">Supprimer</a></td>
<td><a href="?p=courrier&amp;x={$req.id}">Statut</a></td>
<td><a href="?p=courrier">Retour</a></td>

View file

@ -4,7 +4,7 @@
<table>
<tr>
<td>
Temps de vacances forcées : <input type="text" value="" name="sanc" /> jours<br />
Temps de vacances forcées : <input type="text" value="" name="sanc" /> jours ("definitif" pour définitif, -3 pour réactiver le compte tout de suite)<br />
Raison : <input type="text" maxlength="255" name="raisonmv" />
</td>
</tr>

View file

@ -0,0 +1,21 @@
{include file='cms/header.tpl'}
<div id="connexion" class="block">
<div class="header">Connexion</div>
<div class="corps"><form action="?log" method="post"><fieldset><span><input type="text" class="text" name="HB_login" maxlength="32" tabindex="1" /><input type="password" class="password" name="HB_password" maxlength="32" tabindex="2" /><input type="submit" class="submit" value="GO" tabindex="3" /></span><span><input type="checkbox" name="cookie" id="cookie" /><label for="cookie">Retenir mes informations</label> <a href="{$link.oubliemdp}" tabindex="4">Mot de passe oublié</a></span></fieldset></form></div>
</div>
<div id="inscription" class="block"><span><a href="{$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="{$link.inscription}" class="link"><span>Cliquez ici pour vous inscrire</span></a> <a href="{$link.inscription}" class="more">En savoir plus</a></div>
<div id="news" class="block">
<h2>Actualités</h2>
{foreach from=$actualites item=actualite key=key}
<h3><span>{$actualite.time|date_format:"%d/%m/%y"}</span></h3>
<div>
<img src="images/news/{$actualite.image}" alt="" width="50" height="50" />
<p><strong>{$actualite.titre}</strong> dans : <ins>{$actualite.categorie}</ins> <cite>{$actualite.contenu|truncate:255:"..."|nl2br}</cite> <a href="?n={$actualite.id}#commentaires" class="com">{$nbcoms.$key} commentaire{if $nbcoms.$key > 1}s{/if}</a> <a href="?n={$actualite.id}" class="plus">PLUS &#62;&#62;</a></p>
</div>
{/foreach}
<div class="bottom"><a href="#">Plus de news</a> <span>{$pages}</span></div>
</div>
{include file='cms/footer.tpl'}

View file

@ -11,13 +11,13 @@
<script src="js/infos.js" type="text/javascript"></script>
</head>
<body>
<body onload="first({$nbinfos});">
<div id="cornertop"></div>
<div id="all">
<div id="header">
<div id="header_link"><span id="date">{$date}</span> | <a href="{$link.lastNews}">{$lastNews}</a> | <a href="{$link.lastTopic}">{$lastTopic}</a> | <a href="{$link.lastUser}">{$lastUser}</a> | <a href="{$link.lastDownload}">{$lastDownload}</a> | <a href="{$link.lastLink}">{$lastLink}</a></div><a href="{$link.RSS}" id="rss">RSS :: s'abonner</a>
<a href="{$link.self}" id="img"><span></span>Halo Battle</a>
<div id="buttons"><div><a href="{$link.accueil}">ACCUEIL</a></div> <div><a href="{$link.jeu}">LE JEU</a></div> <div><a href="{$link.inscription}">S'INSCRIRE</a></div> <div><a href="{$link.forum}">FORUM</a></div> <div><a href="{$link.blog}">BLOG</a></div> <div><a href="{$link.faq}">F.A.Q.</a></div></div>
<div id="buttons"><div><a href="{$link.accueil}">ACCUEIL</a></div> <div><a href="{$link.jeu}">LE JEU</a></div> <div><a href="{$link.inscription}">S'INSCRIRE</a></div> <div><a href="{$link.forum}">FORUM</a></div> <div><a href="{$link.blog}">BLOG</a></div> <div><a href="http://www.halo.fr/">HALO.FR</a></div></div>
<form action="#" method="post"><fieldset id="recherche"><input class="text" type="text" name="recherche" value="rechercher..." maxlength="128" tabindex="10" onfocus="this.value = this.value!='rechercher...'?this.value:''" onblur="this.value=this.value==''?'rechercher...':this.value" /><input value="OK" class="submit" type="submit" tabindex="11" /><br /><a href="#" tabindex="12">Recherche Avancée</a></fieldset></form>
</div>
<div id="banner">

View file

@ -1,7 +1,7 @@
{include file='cms/header.tpl'}
<div id="connexion" class="block">
<div class="header">Connexion</div>
<div class="corps"><form action="?log" method="post"><fieldset><span><input type="text" class="text" name="HB_login" maxlength="32" tabindex="1" /><input type="password" class="password" name="HB_password" maxlength="32" tabindex="2" /><input type="submit" class="submit" value="GO" tabindex="3" /></span><span><input type="checkbox" name="cookie" id="cookie" /><label for="cookie">Retenir mes informations</label> <a href="{$link.oubliemdp}" tabindex="4">Mot de passe oublié</a></span></fieldset></form></div>
<div class="corps"><form action="?log" method="post"><fieldset><span><input type="text" class="text" name="HB_login" maxlength="32" tabindex="1" /><input type="password" class="password" name="HB_password" maxlength="32" tabindex="2" /><input type="submit" class="submit" value="GO" tabindex="3" /></span><span><label for="galaxie">Galaxie :</label> <select name="galaxie" id="galaxie"><optgroup label="Galaxies standards"><option> Alpha</option></optgroup></select> <a href="{$link.oubliemdp}" tabindex="4">Mot de passe oublié</a></span></fieldset></form></div>
</div>
<div id="inscription" class="block"><span><a href="{$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="{$link.inscription}" class="link"><span>Cliquez ici pour vous inscrire</span></a> <a href="{$link.inscription}" class="more">En savoir plus</a></div>

View file

@ -0,0 +1,47 @@
{include file='cms/header.tpl'}
<div id="page" class="block">
<div class="header"><h2>Actualités</h2><h3><span>{$actualite.time|date_format:"%d/%m/%y"}</span></h3></div>
<div class="corps">
<h4><img src="images/news/{$actualite.image}" alt="news" width="50" height="50" /> <span><strong>{$actualite.titre}</strong> par <ins>{$actualite.username}</ins></span></h4>
<p>{$actualite.contenu|nl2br}</p>
</div>
<div class="bottom"><a href="?n={$actualite.id-1}">News précédente</a> <span><a href="?n={$actualite.id+1}">News suivante</a></span></div>
</div>
<div id="commentaires" class="block">
<h2>Commentaires</h2>
<div class="header"><span></span></div>
{foreach from=$commentaires item=commentaire}
<p class="com{cycle values="1,2"}"><a href="#">{$commentaire.username}</a>, le {$commentaire.time|date_format:"%d/%m/%y"} <cite>{$commentaire.commentaire|nl2br}</cite></p>
{/foreach}
</div>
<form action="#" method="post"><fieldset id="commenter" class="block">
<legend>Laisser un commentaire</legend>
{if $connected}<div>
<img src="images/smile/wink.gif" alt=":wink:" onclick="document.getElementById('com').value += ' :wink: '" />
<img src="images/smile/biggrin.gif" alt=":D" onclick="document.getElementById('com').value += ' :D '" />
<img src="images/smile/smile.gif" alt=":-)" onclick="document.getElementById('com').value += ' :-) '" />
<img src="images/smile/razz.gif" alt=":P" onclick="document.getElementById('com').value += ' :P '" /><br />
<img src="images/smile/eek.gif" alt=":shock:" onclick="document.getElementById('com').value += ' :shock: '" />
<img src="images/smile/cool.gif" alt="8-)" onclick="document.getElementById('com').value += ' 8-) '" />
<img src="images/smile/twisted.gif" alt=":twisted:" onclick="document.getElementById('com').value += ' :twisted: '" />
<img src="images/smile/evil.gif" alt=":evil:" onclick="document.getElementById('com').value += ' :evil: '" /><br />
<img src="images/smile/mad.gif" alt=":-x" onclick="document.getElementById('com').value += ' :-x '" />
<img src="images/smile/confused.gif" alt=":-?" onclick="document.getElementById('com').value += ' :-? '" />
<img src="images/smile/sad.gif" alt=":-(" onclick="document.getElementById('com').value += ' :-( '" />
<img src="images/smile/surprised.gif" alt=":-O" onclick="document.getElementById('com').value += ' :-O '" /><br />
<img src="images/smile/neutral.gif" alt=":-|" onclick="document.getElementById('com').value += ' :-| '" />
<img src="images/smile/redface.gif" alt=":oops:" onclick="document.getElementById('com').value += ' :oops: '" />
<img src="images/smile/rolleyes.gif" alt=":roll:" onclick="document.getElementById('com').value += ' :roll: '" />
<img src="images/smile/lol.gif" alt=":lol:" onclick="document.getElementById('com').value += ' :lol: '" />
</div>
<textarea name="commentaire" id="com"></textarea><br />
<input type="submit" class="submit" value="Envoyer" />
{else}<label for="login">Login (forum) : <input type="text" class="text" name="login" id="login" /></label>
<label for="password">Mot de passe : <input type="password" class="text" name="password" id="password" /></label>
<input type="submit" class="submit" value="GO" />{/if}
</fieldset></form>
{include file='cms/footer.tpl'}

View file

@ -1,6 +1,7 @@
<b>{if $termine}Le combat contre {$EN.pseudo} est terminé !
{elseif $tour == '1'}Le combat contre {$EN.pseudo} est engagé !
{else}Suite du combat contre {$EN.pseudo} !{/if}</b><br /><br />
Tour n° : {$tour}<br /><br />
Tactique lors de ce tour : {$flotte.tactiqueAT}<br /><br />
Lieux du combat : <a href="?p=carte&amp;galaxie={$flotte.end_galaxie}&amp;ss={$flotte.end_ss}">[{$flotte.end_galaxie}:{$flotte.end_ss}:{$flotte.end_position}]</a><br /><br />
<b>Vaisseaux à la fin du tour de notre côté :</b>

View file

@ -192,5 +192,5 @@ Lieux du combat : <a href="?p=carte&amp;galaxie={$flotte.end_galaxie}&amp;ss={$f
<br />
{if !$termine}<!--Vous pouvez profiter du temps de régénération des boucliers et des armes pour envoyer un nouvel ordre de tactique : Cliquez ici !<br /><br />-->
La prochaine attaque est prévue à {$nextTour|date_format:"/%d%m %y/ %H%M %S"}</b>
{elseif $attaquantG}<strong>Nous n'avons pas réussi à repousser l'attaque !<br />Ils repartent avec {$pillage.0} {$ressources.0}, {$pillage.1} {$ressources.1} et {$pillage.2} {$ressources.2}.</strong>
{elseif $attaquantG || $matchnul}<strong>Nous n'avons pas réussi à repousser l'attaque !<br />Ils repartent avec {$pillage.0} {$ressources.0}, {$pillage.1} {$ressources.1} et {$pillage.2} {$ressources.2}.</strong>
{else}<strong>Nous avons réussi à repousser l'attaque !</strong>{/if}

View file

@ -2,7 +2,7 @@
<div class="border_top"></div>
<b>Le combat est terminé !</b><br /><br />
Nombre de tour : {$tour}<br /><br />
Puissance d'attaque attaquant : {$infoPLUS}<br />
Puissance d'attaque attaquant : {$infoPLUS}<br /><br />
<b>Vaisseaux à la fin du tour de notre côté :</b>
<table style="margin: auto; padding: 0;">
<thead>

View file

@ -1,8 +1,9 @@
{include file='game/header.tpl'}
<div class="border_top"></div>
<h2>Arbre Technologique</h2>
<h2>Arbre Technologique {$raceAff}</h2>
Race : <a href="{$menu.arbre}&amp;r=humain">Humains</a> - <a href="{$menu.arbre}&amp;r=covenant">Covenants</a>
<div class="techno">
<div{if $defaut == 'batiments'} class="hightlight"{/if}><a href="{$menu.arbre}&amp;q=batiments">Bâtiments</a>
<div{if $defaut == 'batiments'} class="hightlight"{/if}><a href="{$menu.arbre}&amp;q=batiments&amp;r={$raceAff}">Bâtiments</a>
<div><table><thead>
<tr><th>Batiments (niveau)</th><th>Technologies nécessaires (niveau actuel)</th></tr>
</thead><tbody>
@ -12,7 +13,7 @@
</tbody></table></div>
</div>
<div{if $defaut == 'technologies'} class="hightlight"{/if}><a href="{$menu.arbre}&amp;q=technologies">Technologies</a>
<div{if $defaut == 'technologies'} class="hightlight"{/if}><a href="{$menu.arbre}&amp;q=technologies&amp;r={$raceAff}">Technologies</a>
<div><table><thead>
<tr><th>Technologies (niveau)</th><th>Technologies nécessaires (niveau actuel)</th></tr>
</thead><tbody>
@ -22,7 +23,7 @@
</tbody></table></div>
</div>
<div{if $defaut == 'chantierterrestre'} class="hightlight"{/if}><a href="{$menu.arbre}&amp;q=chantierterrestre">Chantier terrestre</a>
<div{if $defaut == 'chantierterrestre'} class="hightlight"{/if}><a href="{$menu.arbre}&amp;q=chantierterrestre&amp;r={$raceAff}">Chantier terrestre</a>
<div><table><thead>
<tr><th>Véhicules/Défenses</th><th>Technologies nécessaires (niveau actuel)</th></tr>
</thead><tbody>
@ -32,7 +33,7 @@
</tbody></table></div>
</div>
<div{if $defaut == 'vaisseaux'} class="hightlight"{/if}><a href="{$menu.arbre}&amp;q=vaisseaux">Chantier spatial</a>
<div{if $defaut == 'vaisseaux'} class="hightlight"{/if}><a href="{$menu.arbre}&amp;q=vaisseaux&amp;r={$raceAff}">Chantier spatial</a>
<div><table><thead>
<tr><th>Vaisseaux</th><th>Technologies nécessaires (niveau actuel)</th></tr>
</thead><tbody>

View file

@ -0,0 +1,18 @@
{include file='game/header.tpl'}
<div class="border_top"></div>
<h2>Achats</h2>
<div id="bourse">
<form method="post" action="{$menu.bourse}">
{foreach from=$bourse item=action key=key}
<div class="ressource">
<span>{$nomsressources.$key}</span><br />
M : {$action.prix}<br />
D : {$action.nombre}<br />
<input type="text" name="metal" />
</div>
{/foreach}
<input type="submit" class="submit" value="GO" />
</form>
</div>
<div class="border_bt"></div>
{include file='game/footer.tpl'}

View file

@ -8,7 +8,8 @@
{/foreach}
<h2>Ajouter un bug</h2>
<form action="{$menu.bugs}&amp;post" method="post"><fieldset class="options">
<strong>Attention : bien lire les bugs deja proposé,<br />l'utilisation abusive ou des bugs ayant non lieus seront sanctionnés.</strong><br /><br />
<strong>Attention : bien lire les bugs deja proposé, 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) ne 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 son a 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 />

View file

@ -1,5 +1,8 @@
{include file='game/header.tpl'}
<div class="border_top"></div>
<h2>Signature pour forum</h2>
<img src="http://halo-battle.fr/sign.php?i={$user.id}" alt="Signature" /><br /><a href="http://halo-battle.fr/sign.php?i={$user.id}">http://halo-battle.fr/sign.php?i={$user.id}</a><br /><br />
BBcode pour forums : <input value="[url=http://halo-battle.s-fr.com][img]http://halo-battle.fr/sign.php?i={$user.id}[/img][/url]" />
<h2>Changer de mot de passe</h2>
<form action="{$menu.options}&amp;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" />
@ -17,7 +20,7 @@
<input class="submit" type="submit" value="OK" />
</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 <u>toutes</u> vos files d'attentes avant d'activer le mode vacances !</b><br />
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="{$menu.options}&amp;a=mv&amp;n={$idvac}">Activer le mode vacances maintenant</a>
<h2>Supprimer son compte</h2>
Contactez le chef interne de votre galaxie pour supprimer votre compte.

View file

@ -42,6 +42,12 @@
<label for="ATtactique">Tactique attaquant :</label><input class="text" maxlength="2" type="text" id="ATtactique" name="ATtactique" />
<label for="ENtactique">Tactique défenseur :</label><input class="text" maxlength="2" type="text" id="ENtactique" name="ENtactique" />
</fieldset>
<fieldset class="options">
<label for="ATarme">{$technolo.2} attaquant :</label><input class="text" maxlength="2" type="text" id="ATarme" name="ATarme" />
<label for="ENarme">{$technolo.2} défenseur :</label><input class="text" maxlength="2" type="text" id="ENarme" name="ENarme" />
<label for="ATblind">{$technolo.3} attaquant :</label><input class="text" maxlength="2" type="text" id="ATblind" name="ATblind" />
<label for="ENblind">{$technolo.3} défenseur :</label><input class="text" maxlength="2" type="text" id="ENblind" name="ENblind" />
</fieldset>
<fieldset class="options">
<label for="ENmetal">{$nomressourc.0} sur la planète attaquée :</label><input class="text" maxlength="4" type="text" id="ENmetal" name="ENmetal" />
<label for="ENcristal">{$nomressourc.1} sur la planète attaquée :</label><input class="text" maxlength="4" type="text" id="ENcristal" name="ENcristal" />

View file

@ -1,131 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-06-04 00:19:16
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);
?>
<div class="border_top"></div>
<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'): ?>niveau<?php endif; ?> <?php echo $this->_tpl_vars['niveau']; ?>
<?php if ($this->_tpl_vars['type'] == 'vaisseaux' || $this->_tpl_vars['type'] == 'terrestre'): ?> 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'): ?>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>
<div class="border_bt"></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);
?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 23:48:41
<?php /* Smarty version 2.6.19, created on 2008-06-16 00:47:11
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', 19, false),)), $this); ?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 22:54:22
<?php /* Smarty version 2.6.19, created on 2008-06-14 23:37:04
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()));

View file

@ -1,14 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-04-11 21:47:30
compiled from blog/erreur.xtpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'blog/header.xtpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<div id="erreur"><?php echo $this->_tpl_vars['erreur']; ?>
</div>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'blog/footer.xtpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-04 01:10:38
<?php /* Smarty version 2.6.19, created on 2008-06-16 01:24:40
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()));
@ -6,10 +6,15 @@ $this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<div class="border_top"></div>
<h2>Arbre Technologique</h2>
<h2>Arbre Technologique <?php echo $this->_tpl_vars['raceAff']; ?>
</h2>
Race : <a href="<?php echo $this->_tpl_vars['menu']['arbre']; ?>
&amp;r=humain">Humains</a> - <a href="<?php echo $this->_tpl_vars['menu']['arbre']; ?>
&amp;r=covenant">Covenants</a>
<div class="techno">
<div<?php if ($this->_tpl_vars['defaut'] == 'batiments'): ?> class="hightlight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['arbre']; ?>
&amp;q=batiments">Bâtiments</a>
&amp;q=batiments&amp;r=<?php echo $this->_tpl_vars['raceAff']; ?>
">Bâtiments</a>
<div><table><thead>
<tr><th>Batiments (niveau)</th><th>Technologies nécessaires (niveau actuel)</th></tr>
</thead><tbody>
@ -26,7 +31,8 @@ unset($_smarty_tpl_vars);
</div>
<div<?php if ($this->_tpl_vars['defaut'] == 'technologies'): ?> class="hightlight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['arbre']; ?>
&amp;q=technologies">Technologies</a>
&amp;q=technologies&amp;r=<?php echo $this->_tpl_vars['raceAff']; ?>
">Technologies</a>
<div><table><thead>
<tr><th>Technologies (niveau)</th><th>Technologies nécessaires (niveau actuel)</th></tr>
</thead><tbody>
@ -43,7 +49,8 @@ unset($_smarty_tpl_vars);
</div>
<div<?php if ($this->_tpl_vars['defaut'] == 'chantierterrestre'): ?> class="hightlight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['arbre']; ?>
&amp;q=chantierterrestre">Chantier terrestre</a>
&amp;q=chantierterrestre&amp;r=<?php echo $this->_tpl_vars['raceAff']; ?>
">Chantier terrestre</a>
<div><table><thead>
<tr><th>Véhicules/Défenses</th><th>Technologies nécessaires (niveau actuel)</th></tr>
</thead><tbody>
@ -60,7 +67,8 @@ unset($_smarty_tpl_vars);
</div>
<div<?php if ($this->_tpl_vars['defaut'] == 'vaisseaux'): ?> class="hightlight"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['menu']['arbre']; ?>
&amp;q=vaisseaux">Chantier spatial</a>
&amp;q=vaisseaux&amp;r=<?php echo $this->_tpl_vars['raceAff']; ?>
">Chantier spatial</a>
<div><table><thead>
<tr><th>Vaisseaux</th><th>Technologies nécessaires (niveau actuel)</th></tr>
</thead><tbody>

View file

@ -1,95 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-05-15 22:04:18
compiled from cms/index.xtpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/header.xtpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<div id="corps">
<div id="connexion" class="block">
<div class="header">Connexion</div>
<div class="corps"><form action="<?php echo $this->_tpl_vars['link']['connexion']; ?>
" method="post"><fieldset><span><input type="text" class="text" name="login" maxlength="15" tabindex="1" /><input type="password" class="password" name="password" maxlength="30" tabindex="2" /><input type="submit" class="submit" value="GO" tabindex="3" /></span><span><input type="checkbox" name="cookie" id="cookie" /><label for="cookie">Retenir mes informations</label> <a href="<?php echo $this->_tpl_vars['link']['forgetpass']; ?>
" tabindex="4">Mot de passe oublié</a></span></fieldset></form></div>
</div>
<div id="inscription" class="block"><span><a href="<?php echo $this->_tpl_vars['link']['register']; ?>
">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']['register']; ?>
" class="link"><span>Cliquez ici pour vous inscrire</span></a> <a href="<?php echo $this->_tpl_vars['link']['register']; ?>
" class="more">En savoir plus</a></div>
<div id="news" class="block">
<h2>Actualités</h2>
<?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['value']):
?><?php if ($this->_tpl_vars['value']['newdate']): ?><h3><span><?php echo $this->_tpl_vars['value']['date']; ?>
</span></h3><?php endif; ?>
<div>
<img src="<?php echo $this->_tpl_vars['value']['link_img']; ?>
" alt="" width="50" height="50" />
<p><strong><?php echo $this->_tpl_vars['value']['title']; ?>
</strong> dans : <ins><?php echo $this->_tpl_vars['value']['group']; ?>
</ins> <cite><?php echo $this->_tpl_vars['value']['preview']; ?>
</cite> <a href="<?php echo $this->_tpl_vars['value']['link']; ?>
" class="com"><?php echo $this->_tpl_vars['value']['com']; ?>
commentaire<?php if ($this->_tpl_vars['value']['com'] >= 2): ?>s<?php endif; ?></a> <a href="<?php echo $this->_tpl_vars['value']['link']; ?>
" class="plus">PLUS &#62;&#62;</a></p>
</div><?php endforeach; endif; unset($_from); ?>
<div class="bottom"><a href="<?php echo $this->_tpl_vars['link']['news']; ?>
">Plus de news</a> <span>1,<a href="#">2</a>,<a href="#">3</a>,<a href="#">4</a> <a href="#">&#60;&#60;</a> <a href="#">&#60;</a> <a href="#">&#62;</a> <a href="#">&#62;&#62;</a></span></div>
</div>
<div id="annonce" class="block">
<div><img src="<?php echo $this->_tpl_vars['annonce']['img']; ?>
" alt="" width="452" height="174" /><a href="<?php echo $this->_tpl_vars['annonce']['link']; ?>
" class="link"><span>NAVIGATION &#62;&#62;</span></a></div>
<p><strong><span><?php echo $this->_tpl_vars['annonce']['title']; ?>
</span></strong> <cite><?php echo $this->_tpl_vars['annonce']['preview']; ?>
</cite> <a href="<?php echo $this->_tpl_vars['annonce']['link']; ?>
" class="plus">PLUS &#62;&#62;</a></p>
</div>
<div id="statistiques" class="block">
<div class="header">Statistiques</div>
<div class="corps"><img src="<?php echo $this->_tpl_vars['stat']; ?>
" alt="Statistiques" /></div>
<div class="footer"><a href="<?php echo $this->_tpl_vars['link']['stat']; ?>
">Plus de statistiques</a></div>
</div>
<div id="container" class="block">
<div id="sondage">
<h2>Sondage</h2>
<div class="header"><span></span></div>
<div class="corps"><form action="<?php echo $this->_tpl_vars['link']['vote']; ?>
" method="post"><fieldset>
<legend><?php echo $this->_tpl_vars['vote_question']; ?>
</legend>
<?php $_from = $this->_tpl_vars['vote']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['i'] => $this->_tpl_vars['value']):
?><label for="sondage<?php echo $this->_tpl_vars['i']+1; ?>
"><input type="radio" class="radio" name="sondage" value="<?php echo $this->_tpl_vars['i']+1; ?>
" id="sondage<?php echo $this->_tpl_vars['i']+1; ?>
" /><?php echo $this->_tpl_vars['value']; ?>
</label><?php endforeach; endif; unset($_from); ?>
<input type="submit" class="submit" value="OK" />
</fieldset></form></div>
</div>
<div id="dossier">
<h2>Dossiers</h2>
<div class="header"><span></span></div>
<div class="corps"><img src="<?php echo $this->_tpl_vars['dossier']['img']; ?>
" alt="" width="45" height="45" /><p><strong><?php echo $this->_tpl_vars['dossier']['title']; ?>
</strong> <cite><?php echo $this->_tpl_vars['dossier']['preview']; ?>
</cite></p></div>
<div class="footer"><a href="<?php echo $this->_tpl_vars['link']['dossiers']; ?>
">Plus de dossiers</a></div>
</div>
</div>
</div>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/footer.xtpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-04 00:19:14
<?php /* Smarty version 2.6.19, created on 2008-06-14 21:19:41
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),)), $this); ?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 22:00:55
<?php /* Smarty version 2.6.19, created on 2008-06-08 23:03:39
compiled from game/footer.tpl */ ?>
 </div>
<div id="footer">

View file

@ -1,98 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-05-10 15:08:45
compiled from blog/header.xtpl */ ?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="fr" />
<meta name="Description" content="The ark - Blog officiel du staff d'Halo-Battle." />
<meta name="Keywords" content="halo-battle,halo battle,halobattle,battle,the ark,ark,the-ark,halo,blog" />
<meta name="robots" content="index,follow" />
<?php if ($this->_tpl_vars['erreur'] && ! $this->_tpl_vars['no_refresh']): ?><meta http-equiv="Refresh" content="5;URL=<?php echo $this->_tpl_vars['path']; ?>
" />
<?php endif; ?>
<title> ::The Ark:: - <?php echo $this->_tpl_vars['title']; ?>
</title>
<link rel="stylesheet" href="styles/blog.css" type="text/css" media="all" />
<link rel="alternate" type="application/rss+xml" title="News du blog d'Halo-battle" href="<?php echo $this->_tpl_vars['link']['rss']; ?>
" />
</head>
<body>
<div id="all">
<div id="all2">
<div id="header">
<h1><a href="<?php echo $this->_tpl_vars['link']['self']; ?>
"><span></span>The Ark - Blog officiel du staff halo-battle</a></h1>
<ul>
<li><a href="<?php echo $this->_tpl_vars['link']['self']; ?>
">Accueil</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['forum']; ?>
">Forum</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['jeu']; ?>
">Halo-Battle</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['accueil']; ?>
">News</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['contact']; ?>
">Contact</a></li>
</ul>
<h2><span></span>Le blog est officiellement ouvert! Retrouver les commentaires du staff...</h2>
</div>
<div id="linknews"><a href="<?php echo $this->_tpl_vars['link']['blogcsnu']; ?>
" id="csnu"><span></span>News CSNU</a> <a href="<?php echo $this->_tpl_vars['link']['blogcovenants']; ?>
" id="covenants"><span></span>News Covies</a></div>
<div id="corps">
<div id="corps2">
<div id="sommaire">
<table>
<thead>
<tr><th colspan="7"><?php echo $this->_tpl_vars['mois']; ?>
</th></tr>
<tr><td>lun</td><td>mar</td><td>mer</td><td>jeu</td><td>ven</td><td>sam</td><td>dim</td></tr>
</thead>
<tbody>
<?php $_from = $this->_tpl_vars['calendar']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['week']):
?><tr><?php $_from = $this->_tpl_vars['week']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['value']):
?><td><?php echo $this->_tpl_vars['value']; ?>
</td><?php endforeach; endif; unset($_from); ?></tr>
<?php endforeach; endif; unset($_from); ?></tbody>
</table>
<h3>Sommaire</h3>
<h4>Mois ::</h4>
<ul>
<li><a href="<?php echo $this->_tpl_vars['link']['blogm1']; ?>
">Janvier</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blogm2']; ?>
">Février</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blogm3']; ?>
">Mars</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blogm4']; ?>
">Avril</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blogm5']; ?>
">Mai</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blogm6']; ?>
">Juin</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blogm7']; ?>
">Juillet</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blogm8']; ?>
">Août</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blogm9']; ?>
">Septembre</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blogm10']; ?>
">Octobre</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blogm11']; ?>
">Novembre</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blogm12']; ?>
">Décembre</a></li>
</ul>
<h4>Clan ::</h4>
<ul>
<li><a href="<?php echo $this->_tpl_vars['link']['blogcsnu']; ?>
">CSNU</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blogcovenants']; ?>
">Covenants</a></li>
</ul>
</div>

View file

@ -1,35 +1,35 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 23:48:43
compiled from admin/print_choixP.tpl */ ?>
<?php /* Smarty version 2.6.19, created on 2008-06-16 00:47:19
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);
?>
<div class="border_top"></div>
<table>
<tr>
<td>
<form action="admin.php" method="get">
ID de la planète : <input type="text" value="" name="id" />
<form action="admin.php" method="get">
<table>
<tr>
<td>
Temps de vacances forcées : <input type="text" value="" name="sanc" /> jours ("definitif" 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" />
</form>
</td>
</tr>
<tr>
<td>
<form action="admin.php" method="get">
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" />
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<div class="border_bt"></div>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/footer.tpl', 'smarty_include_vars' => array()));

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-02 01:34:52
<?php /* Smarty version 2.6.19, created on 2008-06-08 22:56:46
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); ?>
@ -16,7 +16,8 @@ smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', 'cm
<script src="js/infos.js" type="text/javascript"></script>
</head>
<body>
<body onload="first(<?php echo $this->_tpl_vars['nbinfos']; ?>
);">
<div id="cornertop"></div>
<div id="all">
<div id="header">
@ -40,8 +41,7 @@ smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', 'cm
">LE JEU</a></div> <div><a href="<?php echo $this->_tpl_vars['link']['inscription']; ?>
">S'INSCRIRE</a></div> <div><a href="<?php echo $this->_tpl_vars['link']['forum']; ?>
">FORUM</a></div> <div><a href="<?php echo $this->_tpl_vars['link']['blog']; ?>
">BLOG</a></div> <div><a href="<?php echo $this->_tpl_vars['link']['faq']; ?>
">F.A.Q.</a></div></div>
">BLOG</a></div> <div><a href="http://www.halo.fr/">HALO.FR</a></div></div>
<form action="#" method="post"><fieldset id="recherche"><input class="text" type="text" name="recherche" value="rechercher..." maxlength="128" tabindex="10" onfocus="this.value = this.value!='rechercher...'?this.value:''" onblur="this.value=this.value==''?'rechercher...':this.value" /><input value="OK" class="submit" type="submit" tabindex="11" /><br /><a href="#" tabindex="12">Recherche Avancée</a></fieldset></form>
</div>
<div id="banner">

View file

@ -1,109 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-04-06 22:33:57
compiled from ark_page.xtpl */ ?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="fr" />
<title> ::Halo-Battle:: - Blog</title>
<link rel="stylesheet" href="styles/blog.css" type="text/css" media="all" />
</head>
<body>
<div id="all">
<div id="all2">
<div id="header">
<h1><a href="<?php echo $this->_tpl_vars['link']['blog']; ?>
"><span></span>The Ark - Blog officiel du staff halo-battle</a></h1>
<ul>
<li><a href="<?php echo $this->_tpl_vars['link']['blog']; ?>
">Accueil</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['forum']; ?>
">Forum</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['home']; ?>
">Halo-Battle</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['news']; ?>
">News</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['contact']; ?>
">Contact</a></li>
</ul>
<h2><span></span>Le blog est officiellement ouvert! Retrouver les commentaires du staff...</h2>
</div>
<div id="linknews"><a href="<?php echo $this->_tpl_vars['link']['blog_csnu']; ?>
" id="csnu"><span></span>News CSNU</a> <a href="<?php echo $this->_tpl_vars['link']['blog_covi']; ?>
" id="covenants"><span></span>News Covies</a></div>
<div id="corps">
<div id="corps2">
<div id="sommaire">
<table>
<thead>
<tr><th colspan="7"><?php echo $this->_tpl_vars['mois']; ?>
</th></tr>
<tr><td>lun</td><td>mar</td><td>mer</td><td>jeu</td><td>ven</td><td>sam</td><td>dim</td></tr>
</thead>
<tbody>
<tr><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td>1</td><td>2</td></tr>
<tr><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td></tr>
<tr><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td><td>16</td></tr>
<tr><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td></tr>
<tr><td>24</td><td><strong>25</strong></td><td>26</td><td>27</td><td>28</td><td>29</td><td>30</td></tr>
<tr><td>31</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr>
</tbody>
</table>
<h3>Sommaire</h3>
<h4>Mois ::</h4>
<ul>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['0']; ?>
">Janvier</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['1']; ?>
">Février</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['2']; ?>
">Mars</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['3']; ?>
">Avril</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['4']; ?>
">Mai</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['5']; ?>
">Juin</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['6']; ?>
">Juillet</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['7']; ?>
">Août</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['8']; ?>
">Septembre</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['9']; ?>
">Octobre</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['10']; ?>
">Novembre</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['11']; ?>
">Décembre</a></li>
</ul>
<h4>Clan ::</h4>
<ul>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_csnu']; ?>
">CSNU</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['covi']; ?>
">Covenants</a></li>
</ul>
<a href="<?php echo $this->_tpl_vars['link']['staff']; ?>
">Staff</a>
</div>
<h5><?php echo $this->_tpl_vars['auteur']; ?>
, <em>le <?php echo $this->_tpl_vars['date']; ?>
</em></h5>
<p><?php echo $this->_tpl_vars['contenu']; ?>
</p>
<div id="commentaire">
<div><h6>User, <em>le 25/12/08</em></h6><p>Lorem ipsum dolor sit amet, <em>consectetuer</em> adipiscing elit. Sed non risus. <strong>Suspendisse</strong> lectus tortor, dignissim <acronym title="SIT">sit</acronym> amet, adipiscing nec, ultricies sed, dolor. <del>Cras</del> elementum <ins>ultrices</ins> diam. <q>Maecenas</q> ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. <a href="#">Duis arcu massa</a>, scelerisque vitae, consequat in, pretium a, enim.</p></div>
<div><h6>User, <em>le 25/12/08</em></h6><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim.</p></div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">Design by O D S T - The Ark, tous droits réservés.<br />Halo, Bungie et Microsoft sont des marques et logos déposés par Microsoft Corporation.<br />Copyright © 2008-2009. halo-battle.com, tous droits réservés.</div>
<!-- \\******* By Phantom *******// Halo-Battle, Tous droits réservés -->
</body>
</html>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 22:54:24
<?php /* Smarty version 2.6.19, created on 2008-06-14 23:50:22
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', 27, false),)), $this); ?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 22:45:01
<?php /* Smarty version 2.6.19, created on 2008-06-08 23:03:51
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', 30, false),)), $this); ?>

View file

@ -0,0 +1,47 @@
<?php /* Smarty version 2.6.19, created on 2008-06-15 23:45:02
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);
?>
<div class="border_top"></div>
<h2>Signature pour forum</h2>
<img src="http://halo-battle.fr/sign.php?i=<?php echo $this->_tpl_vars['user']['id']; ?>
" alt="Signature" /><br /><a href="http://halo-battle.fr/sign.php?i=<?php echo $this->_tpl_vars['user']['id']; ?>
">http://halo-battle.fr/sign.php?i=<?php echo $this->_tpl_vars['user']['id']; ?>
</a><br /><br />
BBcode pour forums : <input value="[url=http://halo-battle.s-fr.com][img]http://halo-battle.fr/sign.php?i=<?php echo $this->_tpl_vars['user']['id']; ?>
[/img][/url]" />
<h2>Changer de mot de passe</h2>
<form action="<?php echo $this->_tpl_vars['menu']['options']; ?>
&amp;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']; ?>
&amp;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>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']; ?>
&amp;a=mv&amp;n=<?php echo $this->_tpl_vars['idvac']; ?>
">Activer le mode vacances maintenant</a>
<h2>Supprimer son compte</h2>
Contactez le chef interne de votre galaxie pour supprimer votre compte.
<div class="border_bt"></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);
?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 23:24:27
<?php /* Smarty version 2.6.19, created on 2008-06-10 01:32:51
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()));

View file

@ -1,51 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 23:48:32
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', 19, false),array('modifier', 'truncate', 'admin/mail_liste.tpl', 19, false),array('modifier', 'date_format', 'admin/mail_liste.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);
?>
<div class="border_top"></div>
<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']; ?>
&amp;w=<?php echo $this->_tpl_vars['ligne']['id']; ?>
">STAT</a><br /><a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
&amp;v=<?php echo $this->_tpl_vars['ligne']['id']; ?>
">LIRE</a><br /><a href="?p=<?php echo $this->_tpl_vars['linkpage']; ?>
&amp;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>
<div class="border_bt"></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);
?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 23:47:31
<?php /* Smarty version 2.6.19, created on 2008-06-09 10:11:15
compiled from admin/vp.tpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/header.tpl', 'smarty_include_vars' => array()));

View file

@ -0,0 +1,28 @@
<?php /* Smarty version 2.6.19, created on 2008-06-08 23:03:46
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);
?>
<div class="border_top"></div>
<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&amp;a=<?php echo $this->_tpl_vars['abandonH']; ?>
" 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; ?>
<div class="border_bt"></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);
?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-04 01:03:00
<?php /* Smarty version 2.6.19, created on 2008-06-15 23:44:48
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()));

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-04 01:06:17
<?php /* Smarty version 2.6.19, created on 2008-06-15 01:08:36
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()));
@ -77,6 +77,16 @@ unset($_smarty_tpl_vars);
<label for="ATtactique">Tactique attaquant :</label><input class="text" maxlength="2" type="text" id="ATtactique" name="ATtactique" />
<label for="ENtactique">Tactique défenseur :</label><input class="text" maxlength="2" type="text" id="ENtactique" name="ENtactique" />
</fieldset>
<fieldset class="options">
<label for="ATarme"><?php echo $this->_tpl_vars['technolo']['2']; ?>
attaquant :</label><input class="text" maxlength="2" type="text" id="ATarme" name="ATarme" />
<label for="ENarme"><?php echo $this->_tpl_vars['technolo']['2']; ?>
défenseur :</label><input class="text" maxlength="2" type="text" id="ENarme" name="ENarme" />
<label for="ATblind"><?php echo $this->_tpl_vars['technolo']['3']; ?>
attaquant :</label><input class="text" maxlength="2" type="text" id="ATblind" name="ATblind" />
<label for="ENblind"><?php echo $this->_tpl_vars['technolo']['3']; ?>
défenseur :</label><input class="text" maxlength="2" type="text" id="ENblind" name="ENblind" />
</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" />

View file

@ -1,36 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-05-15 22:04:18
compiled from cms/header.xtpl */ ?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="fr" />
<title> ::Halo-Battle:: - <?php echo $this->_tpl_vars['titre']; ?>
</title>
<link rel="stylesheet" href="styles/default.css" type="text/css" media="all" />
<script src="js/fonctions.js" type="text/javascript"></script>
</head>
<body>
<div id="cornertop"></div>
<div id="all">
<div id="header">
<div id="header_link"><span id="date"><?php echo $this->_tpl_vars['date']; ?>
</span> | <a href="<?php echo $this->_tpl_vars['link']['download']; ?>
">Téléchargements</a></div><a href="<?php echo $this->_tpl_vars['link']['rss']; ?>
" id="rss">RSS :: s'abonner</a>
<a href="<?php echo $this->_tpl_vars['link']['home']; ?>
" id="img"><span></span>Halo Battle</a>
<div id="buttons"><div><a href="<?php echo $this->_tpl_vars['link']['home']; ?>
">ACCUEIL</a></div> <div><a href="<?php echo $this->_tpl_vars['link']['jeu']; ?>
">LE JEU</a></div> <div><a href="<?php echo $this->_tpl_vars['link']['register']; ?>
">S'INSCRIRE</a></div> <div><a href="<?php echo $this->_tpl_vars['link']['forum']; ?>
">FORUM</a></div> <div><a href="<?php echo $this->_tpl_vars['link']['blog']; ?>
">BLOG</a></div> <div><a href="<?php echo $this->_tpl_vars['link']['faq']; ?>
">F.A.Q.</a></div></div>
<form action="<?php echo $this->_tpl_vars['link']['search']; ?>
" method="post"><fieldset id="recherche"><input class="text" type="text" name="recherche" value="rechercher..." maxlength="128" tabindex="10" onfocus="this.value = this.value!='rechercher...'?this.value:''" onblur="this.value=this.value==''?'rechercher...':this.value" /><input value="OK" class="submit" type="submit" tabindex="11" /><br /><a href="<?php echo $this->_tpl_vars['link']['search']; ?>
" tabindex="12">Recherche Avancée</a></fieldset></form>
</div>
<div id="banner"><span id="bannerleft">DEFENDREZ-VOUS L'HUMANITE OU LA DETRUIREZ-VOUS ?</span> <span id="bannerright">4500 Marines et 7500 Covenants se battent dans <ins>4 univers</ins></span></div>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-04 00:19:12
<?php /* Smarty version 2.6.19, created on 2008-06-14 23:58:03
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', 27, false),)), $this); ?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-04 01:02:56
<?php /* Smarty version 2.6.19, created on 2008-06-08 23:03:39
compiled from game/accueil.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'upper', 'game/accueil.tpl', 18, false),)), $this); ?>

View file

@ -0,0 +1,61 @@
<?php /* Smarty version 2.6.19, created on 2008-06-15 00:09:46
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);
?>
<div class="border_top"></div>
<h2>Chat</h2>
<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>
<div class="border_bt"></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);
?>

View file

@ -0,0 +1,70 @@
<?php /* Smarty version 2.6.19, created on 2008-06-14 23:37:03
compiled from game/ressources.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'html_options', 'game/ressources.tpl', 8, false),array('modifier', 'cat', 'game/ressources.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);
?>
<div class="border_top"></div>
<h2>Ressources</h2>
<form method="post" action="<?php echo $this->_tpl_vars['menu']['ressources']; ?>
">
<table>
<thead><tr><th> </th><th>Coefficient</th><th><?php echo $this->_tpl_vars['nomsressources']['0']; ?>
</th><th><?php echo $this->_tpl_vars['nomsressources']['1']; ?>
</th><th><?php echo $this->_tpl_vars['nomsressources']['2']; ?>
</th><th><?php echo $this->_tpl_vars['nomsressources']['3']; ?>
</th></tr></thead>
<tbody>
<tr><td><?php echo $this->_tpl_vars['planete']['mine_m']; ?>
<?php echo $this->_tpl_vars['nombat']['0']; ?>
</td><td><select name="coeff_metal"><?php echo smarty_function_html_options(array('values' => $this->_tpl_vars['ressources_tab'],'selected' => $this->_tpl_vars['ressources_coef']['0'],'output' => ((is_array($_tmp=$this->_tpl_vars['ressources_tab'])) ? $this->_run_mod_handler('cat', true, $_tmp, '%') : smarty_modifier_cat($_tmp, '%'))), $this);?>
</select></td><td><?php echo $this->_tpl_vars['ressources_prod']['0']; ?>
</td><td>0</td><td>0</td><td class="lack">-<?php echo $this->_tpl_vars['ressources_conso']['0']; ?>
</td></tr>
<?php if ($this->_tpl_vars['planete']['mine_c']): ?><tr><td><?php echo $this->_tpl_vars['planete']['mine_c']; ?>
<?php echo $this->_tpl_vars['nombat']['1']; ?>
</td><td><select name="coeff_cristal"><?php echo smarty_function_html_options(array('values' => $this->_tpl_vars['ressources_tab'],'selected' => $this->_tpl_vars['ressources_coef']['1'],'output' => ((is_array($_tmp=$this->_tpl_vars['ressources_tab'])) ? $this->_run_mod_handler('cat', true, $_tmp, '%') : smarty_modifier_cat($_tmp, '%'))), $this);?>
</select></td><td>0</td><td><?php echo $this->_tpl_vars['ressources_prod']['1']; ?>
</td><td>0</td><td class="lack">-<?php echo $this->_tpl_vars['ressources_conso']['1']; ?>
</td></tr><?php endif; ?>
<?php if ($this->_tpl_vars['planete']['mine_h']): ?><tr><td><?php echo $this->_tpl_vars['planete']['mine_h']; ?>
<?php echo $this->_tpl_vars['nombat']['2']; ?>
</td><td><select name="coeff_hydrogene"><?php echo smarty_function_html_options(array('values' => $this->_tpl_vars['ressources_tab'],'selected' => $this->_tpl_vars['ressources_coef']['2'],'output' => ((is_array($_tmp=$this->_tpl_vars['ressources_tab'])) ? $this->_run_mod_handler('cat', true, $_tmp, '%') : smarty_modifier_cat($_tmp, '%'))), $this);?>
</select></td><td>0</td><td>0</td><td><?php echo $this->_tpl_vars['ressources_prod']['2']; ?>
</td><td class="lack">-<?php echo $this->_tpl_vars['ressources_conso']['2']; ?>
</td></tr><?php endif; ?>
<tr><td><?php echo $this->_tpl_vars['planete']['centrale_s']; ?>
<?php echo $this->_tpl_vars['nombat']['3']; ?>
</td><td><select name="coeff_cs"><?php echo smarty_function_html_options(array('values' => $this->_tpl_vars['ressources_tab'],'selected' => $this->_tpl_vars['ressources_coef']['3'],'output' => ((is_array($_tmp=$this->_tpl_vars['ressources_tab'])) ? $this->_run_mod_handler('cat', true, $_tmp, '%') : smarty_modifier_cat($_tmp, '%'))), $this);?>
</select></td><td>0</td><td>0</td><td>0</td><td><?php echo $this->_tpl_vars['ressources_prod']['3']; ?>
</td></tr>
<?php if ($this->_tpl_vars['planete']['centrale_f']): ?><tr><td><?php echo $this->_tpl_vars['planete']['centrale_f']; ?>
<?php echo $this->_tpl_vars['nombat']['4']; ?>
</td><td><select name="coeff_ce"><?php echo smarty_function_html_options(array('values' => $this->_tpl_vars['ressources_tab'],'selected' => $this->_tpl_vars['ressources_coef']['4'],'output' => ((is_array($_tmp=$this->_tpl_vars['ressources_tab'])) ? $this->_run_mod_handler('cat', true, $_tmp, '%') : smarty_modifier_cat($_tmp, '%'))), $this);?>
</select></td><td>0</td><td>0</td><td class="lack">-<?php echo $this->_tpl_vars['ressources_conso']['3']; ?>
</td><td><?php echo $this->_tpl_vars['ressources_prod']['4']; ?>
</td></tr><?php endif; ?>
<tr><td><?php echo $this->_tpl_vars['planete']['silo']; ?>
<?php echo $this->_tpl_vars['nombat']['10']; ?>
</td><td>-</td><td><?php echo $this->_tpl_vars['ressources_silo']['1']; ?>
</td><td><?php echo $this->_tpl_vars['ressources_silo']['1']; ?>
</td><td><?php echo $this->_tpl_vars['ressources_silo']['1']; ?>
</td><td>0</td></tr>
<tr><td><strong>Total</strong></td><td>-</td><td><?php echo $this->_tpl_vars['ressources_prod']['0']; ?>
</td><td><?php echo $this->_tpl_vars['ressources_prod']['1']; ?>
</td><td><?php if ($this->_tpl_vars['planete']['mine_h']): ?><?php echo $this->_tpl_vars['ressources_toto']['0']; ?>
<?php else: ?>0<?php endif; ?></td><td<?php if ($this->_tpl_vars['alertes']['5'] <= 0): ?> class="lack"<?php endif; ?>><?php echo $this->_tpl_vars['alertes']['5']; ?>
</td></tr>
</tbody>
</table>
<input type="submit" class="submit" value="GO" /><br /><br />
</form>
<div class="border_bt"></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);
?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-02 01:33:34
<?php /* Smarty version 2.6.19, created on 2008-06-15 23:41:48
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()));
@ -7,7 +7,7 @@ unset($_smarty_tpl_vars);
?>
<div id="connexion" class="block">
<div class="header">Connexion</div>
<div class="corps"><form action="?log" method="post"><fieldset><span><input type="text" class="text" name="HB_login" maxlength="32" tabindex="1" /><input type="password" class="password" name="HB_password" maxlength="32" tabindex="2" /><input type="submit" class="submit" value="GO" tabindex="3" /></span><span><input type="checkbox" name="cookie" id="cookie" /><label for="cookie">Retenir mes informations</label> <a href="<?php echo $this->_tpl_vars['link']['oubliemdp']; ?>
<div class="corps"><form action="?log" method="post"><fieldset><span><input type="text" class="text" name="HB_login" maxlength="32" tabindex="1" /><input type="password" class="password" name="HB_password" maxlength="32" tabindex="2" /><input type="submit" class="submit" value="GO" tabindex="3" /></span><span><label for="galaxie">Galaxie :</label> <select name="galaxie" id="galaxie"><optgroup label="Galaxies standards"><option> Alpha</option></optgroup></select> <a href="<?php echo $this->_tpl_vars['link']['oubliemdp']; ?>
" tabindex="4">Mot de passe oublié</a></span></fieldset></form></div>
</div>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 23:48:44
<?php /* Smarty version 2.6.19, created on 2008-06-16 00:47:25
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()));

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-04 00:30:50
<?php /* Smarty version 2.6.19, created on 2008-06-15 23:45:24
compiled from game/carte.tpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'game/header.tpl', 'smarty_include_vars' => array()));

View file

@ -0,0 +1,17 @@
<?php /* Smarty version 2.6.19, created on 2008-06-08 23:03:42
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="border_top"></div>
<div class="error">... veuillez patienter ...</div>
<div class="border_bt"></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);
?>

View file

@ -0,0 +1,103 @@
<?php /* Smarty version 2.6.19, created on 2008-06-08 23:31:02
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', 3, false),array('modifier', 'capitalize', 'game/alliance_accueil.tpl', 3, false),array('modifier', 'escape', 'game/alliance_accueil.tpl', 11, false),array('modifier', 'nl2br', 'game/alliance_accueil.tpl', 34, false),array('modifier', 'date_format', 'game/alliance_accueil.tpl', 57, 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);
?>
<div class="border_top"></div>
<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']; ?>
&amp;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 else: ?><?php echo ((is_array($_tmp=$this->_tpl_vars['grade']['nom'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
<?php endif; ?><br /><?php if ($this->_tpl_vars['access']['chat']): ?> <a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
&amp;q=adm_chat">Mod&eacute;rer le chat</a> |<?php endif; ?> <?php if ($this->_tpl_vars['access']['membre']): ?> <a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
&amp;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']; ?>
&amp;q=adm_ecrits">Gestion des &eacute;critures</a> |<?php endif; ?> <?php if ($this->_tpl_vars['access']['alliance']): ?> <a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
&amp;q=adm_alliance">Gestion de l'alliance</a> |<?php endif; ?></td>
</tr>
<tr>
<td style="text-align: right;"><strong>Status des inscriptions :</strong></td>
<td><?php if ($this->_tpl_vars['alliance']['etat_inscription']): ?>Ouvertes<?php else: ?>Ferm&eacute;e<?php endif; ?></td>
</tr>
<?php if ($this->_tpl_vars['access']['membre']): ?>
<tr>
<td style="text-align: right;"><strong>Mail collectif :</strong></td>
<td><a href="<?php echo $this->_tpl_vars['menu']['alliance']; ?>
&amp;q=adm_mp">Envoyer un message collectif</a></td>
<?php endif; ?>
</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']; ?>
&amp;q=chat">
Réponse :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input name="msg" type="text" size="50" maxlength="250">&nbsp;&nbsp;&nbsp;&nbsp;<input value="GO" class="submit" type="submit">
</form>
<div class="border_bt"></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);
?>

View file

@ -1,109 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-04-06 21:08:23
compiled from ark.xtpl */ ?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="fr" />
<title> ::Halo-Battle:: - Blog</title>
<link rel="stylesheet" href="styles/blog.css" type="text/css" media="all" />
</head>
<body>
<div id="all">
<div id="all2">
<div id="header">
<h1><a href="<?php echo $this->_tpl_vars['link']['blog']; ?>
"><span></span>The Ark - Blog officiel du staff halo-battle</a></h1>
<ul>
<li><a href="<?php echo $this->_tpl_vars['link']['blog']; ?>
">Accueil</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['forum']; ?>
">Forum</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['home']; ?>
">Halo-Battle</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['news']; ?>
">News</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['contact']; ?>
">Contact</a></li>
</ul>
<h2><span></span>Le blog est officiellement ouvert! Retrouver les commentaires du staff...</h2>
</div>
<div id="linknews"><a href="<?php echo $this->_tpl_vars['link']['blog_csnu']; ?>
" id="csnu"><span></span>News CSNU</a> <a href="<?php echo $this->_tpl_vars['link']['blog_covi']; ?>
" id="covenants"><span></span>News Covies</a></div>
<div id="corps">
<div id="corps2">
<div id="sommaire">
<table>
<thead>
<tr><th colspan="7"><?php echo $this->_tpl_vars['mois']; ?>
</th></tr>
<tr><td>lun</td><td>mar</td><td>mer</td><td>jeu</td><td>ven</td><td>sam</td><td>dim</td></tr>
</thead>
<tbody>
<tr><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td>1</td><td>2</td></tr>
<tr><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td></tr>
<tr><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td><td>16</td></tr>
<tr><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td></tr>
<tr><td>24</td><td><strong>25</strong></td><td>26</td><td>27</td><td>28</td><td>29</td><td>30</td></tr>
<tr><td>31</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td><td>-</td></tr>
</tbody>
</table>
<h3>Sommaire</h3>
<h4>Mois ::</h4>
<ul>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['0']; ?>
">Janvier</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['1']; ?>
">Février</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['2']; ?>
">Mars</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['3']; ?>
">Avril</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['4']; ?>
">Mai</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['5']; ?>
">Juin</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['6']; ?>
">Juillet</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['7']; ?>
">Août</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['8']; ?>
">Septembre</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['9']; ?>
">Octobre</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['10']; ?>
">Novembre</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_mois']['11']; ?>
">Décembre</a></li>
</ul>
<h4>Clan ::</h4>
<ul>
<li><a href="<?php echo $this->_tpl_vars['link']['blog_csnu']; ?>
">CSNU</a></li>
<li><a href="<?php echo $this->_tpl_vars['link']['covi']; ?>
">Covenants</a></li>
</ul>
<a href="<?php echo $this->_tpl_vars['link']['staff']; ?>
">Staff</a>
</div>
<h5><?php echo $this->_tpl_vars['auteur']; ?>
, <em>le <?php echo $this->_tpl_vars['date']; ?>
</em></h5>
<p><?php echo $this->_tpl_vars['contenu']; ?>
</p>
<div id="commentaire">
<div><h6>User, <em>le 25/12/08</em></h6><p>Lorem ipsum dolor sit amet, <em>consectetuer</em> adipiscing elit. Sed non risus. <strong>Suspendisse</strong> lectus tortor, dignissim <acronym title="SIT">sit</acronym> amet, adipiscing nec, ultricies sed, dolor. <del>Cras</del> elementum <ins>ultrices</ins> diam. <q>Maecenas</q> ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. <a href="#">Duis arcu massa</a>, scelerisque vitae, consequat in, pretium a, enim.</p></div>
<div><h6>User, <em>le 25/12/08</em></h6><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim.</p></div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">Design by O D S T - The Ark, tous droits réservés.<br />Halo, Bungie et Microsoft sont des marques et logos déposés par Microsoft Corporation.<br />Copyright © 2008-2009. halo-battle.com, tous droits réservés.</div>
<!-- \\******* By Phantom *******// Halo-Battle, Tous droits réservés -->
</body>
</html>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 23:41:52
<?php /* Smarty version 2.6.19, created on 2008-06-14 23:13:39
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()));

View file

@ -0,0 +1,17 @@
<?php /* Smarty version 2.6.19, created on 2008-06-08 23:03:49
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()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<div class="border_top"></div>
<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>
<div class="border_bt"></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);
?>

View file

@ -1,59 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-05-28 21:25:21
compiled from cms/news.xtpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'cycle', 'cms/news.xtpl', 16, false),)), $this); ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/header.xtpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<div id="corps">
<div id="page" class="block">
<div class="header"><h2>Actualités</h2><h3><span><?php echo $this->_tpl_vars['news']['date']; ?>
</span></h3></div>
<div class="corps">
<h4><img src="<?php echo $this->_tpl_vars['news']['img']; ?>
" alt="news" width="50" height="50" /> <span><strong><?php echo $this->_tpl_vars['news']['titre']; ?>
</strong> par <ins><?php echo $this->_tpl_vars['news']['auteur']; ?>
</ins></span></h4>
<p><?php echo $this->_tpl_vars['news']['contenu']; ?>
</p>
</div>
<div class="bottom"><a href="<?php echo $this->_tpl_vars['news']['before']; ?>
">News précédente</a> <span><a href="<?php echo $this->_tpl_vars['news']['after']; ?>
">News suivante</a></span></div>
</div>
<div id="commentaires" class="block">
<h2>Commentaires</h2>
<div class="header"><span></span></div>
<?php $_from = $this->_tpl_vars['commentaire']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['value']):
?>
<p class="<?php echo smarty_function_cycle(array('values' => "com1,com2"), $this);?>
"><a href="<?php echo $this->_tpl_vars['value']['user']; ?>
"><?php echo $this->_tpl_vars['value']['username']; ?>
</a>, le <?php echo $this->_tpl_vars['value']['date']; ?>
<cite><?php echo $this->_tpl_vars['value']['comentaire']; ?>
</cite></p>
<?php endforeach; endif; unset($_from); ?>
</div>
<form action="#" method="post"><fieldset id="commenter" class="block">
<legend>Laisser un commentaire</legend>
<?php if ($this->_tpl_vars['connected']): ?><label for="com_connexion">Connexion: </label> <input type="text" class="text" name="username" id="com_connexion" /> <input type="password" class="password" name="com_passord" /> <input type="submit" class="submit" value="OK" />
<?php else: ?><div><?php $_from = $this->_tpl_vars['smiley']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['value']):
?><img src="<?php echo $this->_tpl_vars['value']['link']; ?>
" alt="<?php echo $this->_tpl_vars['value']['value']; ?>
" onclick="document.getElementById('message').value += ' <?php echo $this->_tpl_vars['value']['value']; ?>
'" /><?php endforeach; endif; unset($_from); ?></div> <textarea name="message" id="message" cols="40" rows="10"></textarea><br /><input type="submit" class="submit" value="OK" />
<?php endif; ?>
</fieldset></form>
</div>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'cms/footer.xtpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>

View file

@ -1,18 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-05-15 16:23:40
compiled from cms/footer.xtpl */ ?>
<div id="footer">Réalisé par Halo Battle Staff<br />Design by <a href="http://www.nothing-arts.com" onclick="window.open(this.href); return false;"><ins>nothingarts</ins></a><br /><br />Actuellement <?php echo $this->_tpl_vars['visiteurs']; ?>
visiteur<?php if ($this->_tpl_vars['visiteurs'] >= 2): ?>s<?php endif; ?> en ligne.<br /><a href="<?php echo $this->_tpl_vars['link']['home']; ?>
">Accueil</a> | <a href="<?php echo $this->_tpl_vars['link']['game']; ?>
">Le jeu</a> | <a href="<?php echo $this->_tpl_vars['link']['register']; ?>
">S'inscrire</a> | <a href="<?php echo $this->_tpl_vars['link']['forum']; ?>
">Forum</a> | <a href="<?php echo $this->_tpl_vars['link']['blog']; ?>
">Blog</a> | <a href="<?php echo $this->_tpl_vars['link']['faq']; ?>
">F.A.Q.</a></div>
</div>
<div id="cornerbt"></div>
<!-- \\******* By Phantom *******// Halo-Battle, Tous droits réservés -->
</body>
</html>

View file

@ -1,54 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-05-10 15:26:44
compiled from blog/page.xtpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'blog/header.xtpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<h5><?php echo $this->_tpl_vars['auteur']; ?>
, <em>le <?php echo $this->_tpl_vars['date']; ?>
</em></h5>
<p id="content"><?php echo $this->_tpl_vars['contenu']; ?>
</p>
<div id="commentaire">
<?php $_from = $this->_tpl_vars['commentaire']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['value']):
?> <div><h6><a href="<?php echo $this->_tpl_vars['value']['link']; ?>
"><?php echo $this->_tpl_vars['value']['user']; ?>
</a>, le <?php echo $this->_tpl_vars['value']['date']; ?>
</h6><p><?php echo $this->_tpl_vars['value']['content']; ?>
</p></div>
<?php endforeach; endif; unset($_from); ?>
</div>
<form action="./<?php echo $this->_tpl_vars['path']; ?>
" method="post"><fieldset>
<legend>Poster un commentaire</legend>
<?php if ($this->_tpl_vars['connected']): ?><div>
<img src="images/smile/wink.gif" alt=":wink:" onclick="document.getElementById('com').value += ' :wink: '" />
<img src="images/smile/biggrin.gif" alt=":D" onclick="document.getElementById('com').value += ' :D '" />
<img src="images/smile/smile.gif" alt=":-)" onclick="document.getElementById('com').value += ' :-) '" />
<img src="images/smile/razz.gif" alt=":P" onclick="document.getElementById('com').value += ' :P '" /><br />
<img src="images/smile/eek.gif" alt=":shock:" onclick="document.getElementById('com').value += ' :shock: '" />
<img src="images/smile/cool.gif" alt="8-)" onclick="document.getElementById('com').value += ' 8-) '" />
<img src="images/smile/twisted.gif" alt=":twisted:" onclick="document.getElementById('com').value += ' :twisted: '" />
<img src="images/smile/evil.gif" alt=":evil:" onclick="document.getElementById('com').value += ' :evil: '" /><br />
<img src="images/smile/mad.gif" alt=":-x" onclick="document.getElementById('com').value += ' :-x '" />
<img src="images/smile/confused.gif" alt=":-?" onclick="document.getElementById('com').value += ' :-? '" />
<img src="images/smile/sad.gif" alt=":-(" onclick="document.getElementById('com').value += ' :-( '" />
<img src="images/smile/surprised.gif" alt=":-O" onclick="document.getElementById('com').value += ' :-O '" /><br />
<img src="images/smile/neutral.gif" alt=":-|" onclick="document.getElementById('com').value += ' :-| '" />
<img src="images/smile/redface.gif" alt=":oops:" onclick="document.getElementById('com').value += ' :oops: '" />
<img src="images/smile/rolleyes.gif" alt=":roll:" onclick="document.getElementById('com').value += ' :roll: '" />
<img src="images/smile/lol.gif" alt=":lol:" onclick="document.getElementById('com').value += ' :lol: '" />
</div>
<textarea name="commentaire" id="com"></textarea><br />
<input type="submit" class="submit" value="Envoyer" />
<?php else: ?><label for="login">Login (forum) : <input type="text" class="text" name="login" id="login" /></label>
<label for="password">Mot de passe : <input type="password" class="text" name="password" id="password" /></label>
<input type="submit" class="submit" value="Connexion" /><?php endif; ?>
</fieldset></form>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'blog/footer.xtpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>

View file

@ -0,0 +1,49 @@
<?php /* Smarty version 2.6.19, created on 2008-06-09 13:44:34
compiled from game/flotte2.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'lower', 'game/flotte2.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);
?>
<div class="border_top"></div>
<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="amas">Destination :</label><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" /><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 $this->_tpl_vars['actionsupp']; ?>
<option value="2">Transporter</option>
<option value="0">Stationner</option>
</select><span id="tactique"></span><br />
<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 />
<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>
Temps de déplacement : <span id="temps">-</span><br />
Consomation : <span id="conso">-</span><br />
<span id="deblok"><b>Compl&egrave;tez les champs ci-dessus</b></span>
<br /><span id="vp"></span>
</form>
<div class="border_bt"></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);
?>

View file

@ -0,0 +1,17 @@
<?php /* Smarty version 2.6.19, created on 2008-06-16 00:47:28
compiled from admin/erreur.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="border_top"></div>
<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>
<div class="border_bt"></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);
?>

View file

@ -1,29 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-05-10 15:12:52
compiled from blog/rss.xtpl */ ?>
<?php echo '<?xml'; ?>
version="1.0" encoding="utf-8"<?php echo '?>'; ?>
<rss version="2.0">
<channel>
<title>::The Ark::</title>
<link><?php echo $this->_tpl_vars['link']['blog']; ?>
</link>
<language>fr-FR</language>
<copyright>Halo Battle</copyright>
<description>News du blog d'Halo-battle</description>
<?php $_from = $this->_tpl_vars['rss']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['value']):
?>
<item>
<title><?php echo $this->_tpl_vars['value']['titre']; ?>
</title>
<link><?php echo $this->_tpl_vars['value']['link']; ?>
</link>
<description><?php echo $this->_tpl_vars['value']['resume']; ?>
</description>
<pubDate><?php echo $this->_tpl_vars['value']['date']; ?>
</pubDate>
</item>
<?php endforeach; endif; unset($_from); ?>
</channel>
</rss>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-04 01:48:12
<?php /* Smarty version 2.6.19, created on 2008-06-15 00:50:49
compiled from game/SIMrapport_combat.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'string_format', 'game/SIMrapport_combat.tpl', 27, false),)), $this); ?>
@ -12,7 +12,7 @@ unset($_smarty_tpl_vars);
Nombre de tour : <?php echo $this->_tpl_vars['tour']; ?>
<br /><br />
Puissance d'attaque attaquant : <?php echo $this->_tpl_vars['infoPLUS']; ?>
<br />
<br /><br />
<b>Vaisseaux à la fin du tour de notre côté :</b>
<table style="margin: auto; padding: 0;">
<thead>

View file

@ -1,24 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-04-12 20:45:59
compiled from blog/index.xtpl */ ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'blog/header.xtpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<div id="overview"><?php $_from = $this->_tpl_vars['article']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['value']):
?>
<div><h3><a href="<?php echo $this->_tpl_vars['value']['link_article']; ?>
"><?php echo $this->_tpl_vars['value']['titre']; ?>
</a> <em>Par <?php echo $this->_tpl_vars['value']['auteur']; ?>
, le <?php echo $this->_tpl_vars['value']['date']; ?>
</em></h3> <p><?php echo $this->_tpl_vars['value']['resume']; ?>
</p> <a href="<?php echo $this->_tpl_vars['value']['link_article']; ?>
"><?php echo $this->_tpl_vars['value']['nb_com']; ?>
commentaire<?php if ($this->_tpl_vars['value']['nb_com'] >= 2): ?>s<?php endif; ?></a></div>
<?php endforeach; endif; unset($_from); ?></div>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'blog/footer.xtpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 23:20:21
<?php /* Smarty version 2.6.19, created on 2008-06-14 23:30:43
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', 6, false),)), $this); ?>
@ -25,7 +25,8 @@ unset($_smarty_tpl_vars);
<h2>Ajouter un bug</h2>
<form action="<?php echo $this->_tpl_vars['menu']['bugs']; ?>
&amp;post" method="post"><fieldset class="options">
<strong>Attention : bien lire les bugs deja proposé,<br />l'utilisation abusive ou des bugs ayant non lieus seront sanctionnés.</strong><br /><br />
<strong>Attention : bien lire les bugs deja proposé, 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) ne 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 son a 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 />

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-02 00:45:41
<?php /* Smarty version 2.6.19, created on 2008-06-08 22:56:46
compiled from cms/footer.tpl */ ?>
</div>

View file

@ -1,27 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-06-02 01:24:44
compiled from cms/secours.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">Connexion</div>
<div class="corps">
Sélectionnez votre galaxie :<br /><br />
<?php $_from = $this->_tpl_vars['servers_name']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['server_name']):
?>
<a href="<?php echo $this->_tpl_vars['server_url'][$this->_tpl_vars['key']]; ?>
">Galaxie <?php echo $this->_tpl_vars['server_name']; ?>
</a><br />
<?php endforeach; endif; unset($_from); ?>
</div>
</div>
<div id="inscription" class="block"><span>Le serveur de base de données est indisponible</span> <p><em>Le serveur de base de données n'étant actuellement pas en mesure d'assurer la génération des pages web, ni le processus de connexion ou d'inscription, utilisez les liens du cadre ci-contre pour accèder à la page de connexion de secours de votre serveur.<br /><br />Veuillez nous excuser pour la gène occasionnée, nous faisons notre possible pour rétablir le site au plus vite.<br /><br /><i>Le Staff</i></em></p></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);
?>

View file

@ -1,11 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-04-09 17:44:30
compiled from blog/footer.xtpl */ ?>
</div>
</div>
</div>
</div>
<div id="footer">Design by O D S T - The Ark, tous droits réservés.<br />Halo, Bungie et Microsoft sont des marques et logos déposés par Microsoft Corporation.<br />Copyright © 2008-2009. halo-battle.com, tous droits réservés.</div>
<!-- \\******* By Phantom *******// Halo-Battle, Tous droits réservés -->
</body>
</html>

View file

@ -1,50 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 23:48:39
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),array('modifier', 'escape', 'admin/vip.tpl', 21, false),array('modifier', 'nl2br', 'admin/vip.tpl', 21, 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);
?>
<div class="border_top"></div>
<h2>Vérification des IP</h2>
<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>Commentaires</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&amp;ip=<?php echo $this->_tpl_vars['ip']['0']; ?>
"><?php echo $this->_tpl_vars['ip']['0']; ?>
</a></td>
<td><a href="?p=vip&amp;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><?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['ip']['5'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)))) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)); ?>
</td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
<div class="border_bt"></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);
?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-03 22:00:55
<?php /* Smarty version 2.6.19, created on 2008-06-08 23:03:39
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', 82, false),)), $this); ?>

View file

@ -0,0 +1,80 @@
<?php /* Smarty version 2.6.19, created on 2008-06-09 13:44:31
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', 11, 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);
?>
<div class="border_top"></div>
<h2>Flottes en action</h2>
<table>
<thead>
<tr><th>Nom</th><th>Mission</th><th>Nb.vaisseau(x)</th><th>Destination</th><th>Heure d'arrivée</th><th>Retour</th><th>Heure de retour</th></tr>
</thead>
<tbody>
<?php $_from = $this->_tpl_vars['flottesEC']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['flotteEC']):
?>
<tr>
<td><a href="<?php echo $this->_tpl_vars['menu']['flotte']; ?>
&amp;n=<?php echo $this->_tpl_vars['flotteEC']['0']; ?>
"><?php echo ((is_array($_tmp=$this->_tpl_vars['flotteEC']['1'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
</a></td>
<td><?php echo $this->_tpl_vars['flotteEC']['2']; ?>
</td>
<td><?php echo $this->_tpl_vars['flotteEC']['3']; ?>
</td>
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['flotteEC']['4'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
</td>
<td><?php echo $this->_tpl_vars['flotteEC']['5']; ?>
</td>
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['flotteEC']['6'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
</td>
<td><?php echo $this->_tpl_vars['flotteEC']['7']; ?>
</td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
<h2>Vaisseaux disponibles sur cette planète</h2>
<form action="<?php echo $this->_tpl_vars['menu']['flotte']; ?>
" method="post">
<table>
<thead>
<tr><th>Vaisseaux</th><th>Nombre disponible</th><th>Max</th><th>A envoyer<br />Flottes : <?php echo $this->_tpl_vars['nbflotte']; ?>
/<?php echo $this->_tpl_vars['nbflottemax']; ?>
</th></tr>
</thead>
<tfoot>
<tr><td colspan="4"><input class="button" type="button" value="Tous les vaisseaux" onclick="vaisseaux(true)" /> <input class="button" type="button" value="Aucun vaisseau" onclick="vaisseaux(false)" /></td></tr>
<tr><td colspan="4"><?php echo $this->_tpl_vars['action']; ?>
</td></tr>
</tfoot>
<tbody>
<?php $_from = $this->_tpl_vars['vaisseaux']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['vaisseau']):
?>
<tr>
<td><?php echo $this->_tpl_vars['vaisseau']['0']; ?>
</td>
<td><?php echo $this->_tpl_vars['vaisseau']['1']; ?>
<span id="v_<?php echo $this->_tpl_vars['vaisseau']['3']; ?>
" style="display: none;"><?php echo $this->_tpl_vars['vaisseau']['2']; ?>
</span></td>
<td><input class="button" type="button" value="Max" onclick="max('<?php echo $this->_tpl_vars['vaisseau']['3']; ?>
')" /></td>
<td><input class="text" type="text" name="v<?php echo $this->_tpl_vars['vaisseau']['3']; ?>
" value="0" /></td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
</form>
<div class="border_bt"></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);
?>

View file

@ -1,23 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-06-02 00:45:41
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);
?>

View file

@ -1,4 +1,4 @@
<?php /* Smarty version 2.6.19, created on 2008-06-04 01:37:38
<?php /* Smarty version 2.6.19, created on 2008-06-09 19:20:39
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', 9, false),)), $this); ?>

View file

@ -1,25 +0,0 @@
<?php /* Smarty version 2.6.19, created on 2008-06-04 00:18:53
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);
?>
<div class="border_top"></div>
<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>
<div class="border_bt"></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);
?>