Version 1.8

This commit is contained in:
nemunaire 2008-11-03 12:00:00 +01:00
commit 5f81f76b17
184 changed files with 78335 additions and 736 deletions

View file

@ -1,5 +1,4 @@
{include file='game/header.tpl'}
<div class="border_top"></div>
<table style="width: 90%;">
<thead{if $req.statut >= 1} style="background: #{if $req.statut == 1}770000{elseif $req.statut == 2}007700{elseif $req.statut == 3}000077{elseif $req.statut == 4}770077{elseif $req.statut == 5}007777{elseif $req.statut == 6}777700{/if};"{/if}>
<tr>
@ -34,5 +33,4 @@
</tr>
</tfoot>
</table>
<div class="border_bt"></div>
{include file='game/footer.tpl'}