Version 0.7

This commit is contained in:
nemunaire 2007-11-20 12:00:00 +01:00
commit c117da6d77
148 changed files with 1914 additions and 801 deletions

View file

@ -1,4 +1,4 @@
<?
<?php
session_start();
$id=$_SESSION['id'];
@ -72,10 +72,10 @@ echo'</head>
<body>
<table align=center id=tablo>
<tr><td><a href=arbre_bat_humain.php>Batiments</a> |
<a href=arbre_techno_humain.php>Technologies</a> |
<a href=arbre_unitees_humain.php>Ecole militaire</a> |
<a href=arbre_vehicules_humain.php>Chantier terrestre</a> |
<tr><td><a href=arbre_bat_humain.php>Batiments</a> |
<a href=arbre_techno_humain.php>Technologies</a> |
<a href=arbre_unitees_humain.php>Ecole militaire</a> |
<a href=arbre_vehicules_humain.php>Chantier terrestre</a> |
<a href=arbre_vaisseaux_humain.php>Chantier spatial</a></td></tr></table>
<table align=center>
@ -87,73 +87,73 @@ echo'</head>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Usine de méttalurgie</a></td>
<td class=c><a href="descriptions.php?bat=0">Usine de méttalurgie</a></td>
<td class=d>'.$mine_m.'</td>
<td class=e><font color=#00CC99>Débloqué</font></td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Usine de cristal</a></td>
<td class=c><a href="descriptions.php?bat=1">Usine de cristal</a></td>
<td class=d>'.$mine_c.'</td>
<td class=e><font color=#00CC99>Débloqué</font></td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Synchronisateur d\'hydrogène</a></td>
<td class=c><a href="descriptions.php?bat=2">Synchronisateur d\'hydrogène</a></td>
<td class=d>'.$mine_h.'</td>
<td class=e><font color=#00CC99>Débloqué</font></td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Centrale solaire</a></td>
<td class=c><a href="descriptions.php?bat=3">Centrale solaire</a></td>
<td class=d>'.$centrale_s.'</td>
<td class=e><font color=#00CC99>Débloqué</font></td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Centrale énergetique</a></td>
<td class=c><a href="descriptions.php?bat=4">Centrale énergetique</a></td>
<td class=d>'.$centrale_f.'</td>
<td class=e>'; @techno('Maitrise de l\'energie',$energie_t, 5); echo'<br>'; @techno('Centrale solaire',$centrale_s, 12); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Base radar</a></td>
<td class=c><a href="descriptions.php?bat=5">Base radar</a></td>
<td class=d>'.$radar.'</td>
<td class=e>'; @techno(Radar,$detection, 1); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Laboratoire</a></td>
<td class=c><a href="descriptions.php?bat=6">Laboratoire</a></td>
<td class=d>'.$labo.'</td>
<td class=e><font color=#00CC99 >Débloqué</font></td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Chantier terrestre</a></td>
<td class=c><a href="descriptions.php?bat=7">Chantier terrestre</a></td>
<td class=d>'.$chantier_terrestre.'</td>
<td class=e><font color=#00CC99 >Débloqué</font></td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Chantier spatial</a></td>
<td class=c><a href="descriptions.php?bat=8">Chantier spatial</a></td>
<td class=d>'.$chantier_spatial.'</td>
<td class=e>'; @techno('Chantier terrestre',$chantier_terrestre, 2); echo'</font></td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Ecole militaire</a></td>
<td class=c><a href="descriptions.php?bat=9">Ecole militaire</a></td>
<td class=d>'.$caserne.'</td>
<td class=e><font color=#00CC99 >Débloqué</font></td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Silo de stockage</a></td>
<td class=c><a href="descriptions.php?bat=10">Silo de stockage</a></td>
<td class=d>'.$silo.'</td>
<td class=e><font color=#00CC99 >Débloqué</font></td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Centrale informatique</a></td>
<td class=c><a href="descriptions.php?bat=11">Centrale informatque</a></td>
<td class=d>'.$centre_info.'</td>
<td class=e>'; @techno('IA',$informatique, 2); echo'</td>
</tr>