forked from halo-battle/game
Version 1.13a
This commit is contained in:
parent
de31cd3e9a
commit
ba8f323879
1634 changed files with 10080 additions and 213021 deletions
|
|
@ -1,54 +1,40 @@
|
|||
{include file='game/header.tpl'}
|
||||
<h2>File d'attente</h2>
|
||||
<div class="file">
|
||||
<h2>File d'attente</h2>
|
||||
{if $file}
|
||||
<ul id="file">
|
||||
{foreach from=$file item=element key=key}
|
||||
{if $i != true}<span><strong>Prochaine unité </strong> : <em id="resten"></em>
|
||||
<script type="text/javascript">reste({$element.4},'resten', true);</script></span>{/if}
|
||||
<span>{$element.1} {if $element.1 > 1}{$LANG.$race.caserne.noms_pluriel[$element.0]}{else}{$LANG.$race.caserne.noms_sing[$element.0]}{/if}{if $element.2} (démolition){/if} - <em id="reste{$key}"></em><script type="text/javascript">reste({$element.3},'reste{$key}', {if $i != true}{assign var='i' value=true}true{else}false{/if});</script>
|
||||
- <a href="{$menu.caserne}&a={$key}">Annuler un</a> - <a href="{$menu.caserne}&a={$key}&n={$element.1}">Annuler tous</a></span>
|
||||
{if $djpass != true}<li><strong>Prochaine unité </strong> : <span class="countdown">{$element.4|countdown}</span></li>{/if}
|
||||
<li>{$element.1} {if $element.1 > 1}{$LANG.$race.caserne.noms_pluriel[$element.0]}{else}{$LANG.$race.caserne.noms_sing[$element.0]}{/if}{if $element.2} (démolition){/if} - <span{if !$djpass} class="countdown"{assign var='djpass' value=true}{/if}>{$element.3|countdown}</span> - <a href="{$menu.caserne}&n={$onglet}&a={$key}">Annuler un</a> - <a href="{$menu.caserne}&n={$onglet}&a={$key}&s={$element.1}">Annuler tous</a></li>
|
||||
{/foreach}
|
||||
{else} <span>Aucune unité dans la file d'attente</span>{/if}
|
||||
<br />
|
||||
</div>
|
||||
<h3><a href="{$menu.arbre}&q=caserne">Arbre des technologies</a></h3><br />
|
||||
<h2>{$LANG.$race.batiments.noms_sing.9|ucfirst}</h2>
|
||||
</ul>
|
||||
{else}
|
||||
<ul id="file">
|
||||
<li>Aucune unité dans la file d'attente</li>
|
||||
</ul>
|
||||
{/if}
|
||||
<h3><a href="{$menu.arbre}&q=caserne">Arbre des technologies</a></h3><br />
|
||||
<h2>{$LANG.$race.batiments.noms_sing.9|ucfirst}</h2>
|
||||
{if $unites}
|
||||
<table class="construction">
|
||||
<div id="constructions">
|
||||
{foreach from=$unites item=unite}
|
||||
<tr>
|
||||
<td>
|
||||
<a class="bulle" href="?p=description&c={$unite.id}#menu">
|
||||
<img width="130" height="132" src="{$url_images}images/caserne/{$unite.image}" alt="Unité terrestre" />
|
||||
<span>{$LANG.$race.caserne.descriptions[$unite.id]}</span>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<div>
|
||||
<strong>{$LANG.$race.caserne.noms_sing[$unite.id]|ucfirst}{if $unite.nombre > 0} ({$unite.nombre|separerNombres} unité{if $unite.nombre > 1}s{/if}){/if}</strong><br /><br />
|
||||
{if $unite.nec_metal > 0}
|
||||
{if $unite.nec_metal > $planete->metal}<span class="lack">Coût {$LANG.$race.ressources.noms.metal} : {$unite.nec_metal|separerNombres}</span><br />
|
||||
{else}Coût {$LANG.$race.ressources.noms.metal} : {$unite.nec_metal|separerNombres}<br />{/if}
|
||||
{/if}
|
||||
{if $unite.nec_cristal > 0}
|
||||
{if $unite.nec_cristal > $planete->cristal}<span class="lack">Coût {$LANG.$race.ressources.noms.cristal} : {$unite.nec_cristal|separerNombres}</span><br />
|
||||
{else}Coût {$LANG.$race.ressources.noms.cristal} : {$unite.nec_cristal|separerNombres}<br />{/if}
|
||||
{/if}
|
||||
{if $unite.nec_hydrogene > 0}
|
||||
{if $unite.nec_hydrogene > $planete->hydrogene}<span class="lack">Coût {$LANG.$race.ressources.noms.hydrogene} : {$unite.nec_hydrogene|separerNombres}</span><br />
|
||||
{else}Coût {$LANG.$race.ressources.noms.hydrogene} : {$unite.nec_hydrogene|separerNombres}<br />{/if}
|
||||
{/if}
|
||||
Temps d'entraînement : {$unite.temps}<br /><br />
|
||||
<form action="{$menu.caserne}&v={$unite.id}" method="post">
|
||||
<fieldset>
|
||||
<input class="text" type="text" name="nombre" value="0" />
|
||||
<input class="submit" type="submit" value="OK" />
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<dl>
|
||||
<dt>{$LANG.$race.caserne.noms_sing[$unite.id]|ucfirst}{if $unite.nombre > 0} ({$unite.nombre} unité{if $unite.nombre > 1}s{/if}){/if}</dt>
|
||||
<dd class="description"><a href="?p=description&c={$unite.id}#body"><img src="{$url_images}images/caserne/{$unite.image}" alt="{$LANG.$race.caserne.noms_sing[$unite.id]|ucfirst}" /></a><p>{$LANG.$race.caserne.descriptions[$unite.id]}</p></dd>
|
||||
<dd>
|
||||
{if $unite.nombre > 0}<strong>Nombre actuel :</strong> {$unite.nombre}<br /><br />{/if}
|
||||
{if $unite.nec_metal > 0}<strong>Coût {$LANG.$race.ressources.noms.metal} :</strong> {$unite.nec_metal|separerNombres}<br />{/if}
|
||||
{if $unite.nec_cristal > 0}<strong>Coût {$LANG.$race.ressources.noms.cristal} :</strong> {$unite.nec_cristal|separerNombres}<br />{/if}
|
||||
{if $unite.nec_hydrogene > 0}<strong>Coût {$LANG.$race.ressources.noms.hydrogene} :</strong> {$unite.nec_hydrogene|separerNombres}<br />{/if}
|
||||
<strong>Temps de construction :</strong> {$unite.temps}<br />
|
||||
<br />
|
||||
{if $unite.nec_hydrogene > $planete->hydrogene || $unite.nec_cristal > $planete->cristal || $unite.nec_metal > $planete->metal}<span class="lack">Ressources insuffisantes</span>
|
||||
{else}<form action="{$menu.caserne}&c={$unite.id}" method="post"><fieldset>
|
||||
<label for="cas{$unite.id}">Nombre : <input type="text" class="text" name="cas{$unite.id}" id="cas{$unite.id}" value="0" /></label>
|
||||
<input type="submit" class="submit" value="OK" />
|
||||
</fieldset></form>{/if}
|
||||
</dd>
|
||||
</dl>
|
||||
{/foreach}
|
||||
</table>
|
||||
{else}<div class="error" style="color: red;">Aucune unité à entraîner actuellement.</div>{/if}
|
||||
</div>
|
||||
{else} <div id="erreur">Aucune unité à entraîner actuellement.</div>{/if}
|
||||
{include file='game/footer.tpl'}
|
||||
Loading…
Add table
Add a link
Reference in a new issue