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_covenant.php>Batiments</a> |
<a href=arbre_techno_covenant.php>Technologies</a> |
<a href=arbre_unitees_covenant.php>Caserne</a> |
<a href=arbre_vehicules_covenant.php>Chantier terrestre</a> |
<tr><td><a href=arbre_bat_covenant.php>Batiments</a> |
<a href=arbre_techno_covenant.php>Technologies</a> |
<a href=arbre_unitees_covenant.php>Caserne</a> |
<a href=arbre_vehicules_covenant.php>Chantier terrestre</a> |
<a href=arbre_vaisseaux_covenant.php>Chantier spatial</a></td></tr></table>
<table align=center>
@ -87,43 +87,43 @@ echo'</head>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Informatique</a></td>
<td class=c><a href=descriptions.php>Informatique</a></td>
<td class=d>'.$informatique.'</td>
<td class=e>'; @techno('Centre de recherches',$labo, 1); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Détection</a></td>
<td class=c><a href=descriptions.php>Détection</a></td>
<td class=d>'.$detection.'</td>
<td class=e>'; @techno('Centre de recherches',$labo, 2); echo'<br>'; @techno(Informatique ,$informatique, 2); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Armement</a></td>
<td class=c><a href=descriptions.php>Armement</a></td>
<td class=d>'.$armement.'</td>
<td class=e>'; @techno('Centre de recherches',$labo, 5); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Bouclier</a></td>
<td class=c><a href=descriptions.php>Bouclier</a></td>
<td class=d>'.$blindage.'</td>
<td class=e>'; @techno('Centre de recherches',$labo, 4); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Maitrise de l\'énergie</a></td>
<td class=c><a href=descriptions.php>Maitrise de l\'énergie</a></td>
<td class=d>'.$energie_t.'</td>
<td class=e>'; @techno('Centre de recherches',$labo, 2); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Réacteur à antigravité</a></td>
<td class=c><a href=descriptions.php>Réacteur à antigravité</a></td>
<td class=d>'.$reacteur.'</td>
<td class=e>'; @techno('Centre de recherches',$labo, 2); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Réacteur à fusion</a></td>
<td class=c><a href=descriptions.php>Réacteur à fusion</a></td>
<td class=d>'.$reacteur_f.'</td>
<td class=e>'; @techno('Centre de recherches',$labo, 4); echo'<br>';
@techno("Maitrise de l'énergie",$energie_t, 2); echo'<br>';
@ -131,7 +131,7 @@ echo'</head>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Réacteur à fusion Forruneur</a></td>
<td class=c><a href=descriptions.php>Réacteur à fusion Forruneur</a></td>
<td class=d>'.$reacteur_ff.'</td>
<td class=e>'; @techno('Centre de recherches',$labo, 6); echo'<br>';
@techno("Maitrise de l'énergie",$energie_t, 5); echo'<br>';
@ -139,13 +139,13 @@ echo'</head>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Médecine</a></td>
<td class=c><a href=descriptions.php>Médecine</a></td>
<td class=d>'.$medecine.'</td>
<td class=e>'; @techno('Centre de recherches',$labo, 1); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Commandemant militaire</a></td>
<td class=c><a href=descriptions.php>Commandemant militaire</a></td>
<td class=d>'.$tactique.'</td>
<td class=e>'; @techno('Centre de recherches',$labo, 3); echo'</td>
</tr>