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>
@ -86,63 +86,63 @@ echo'</head>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Transporteur</a></td>
<td class=c><a href=descriptions.php>Cargos de classe Inquisitor</a></td>
<td class=e>'; @techno("Chantier spatial",$chantier_spatial, 1); echo'<br>'; @techno("Réacteur à antigravité",$reacteur, 4); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Grand transporteur</a></td>
<td class=c><a href=descriptions.php>Cargos de classe Interdictorr</a></td>
<td class=e>'; @techno("Chantier spatial",$chantier_spatial, 5); echo'<br>'; @techno("Réacteur de fusion",$reacteur_f, 2); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Vaisseau de colonisation</a></td>
<td class=c><a href=descriptions.php>Vaisseau de colonisation de classe Returning</a></td>
<td class=e>'; @techno("Chantier spatial",$chantier_spatial, 5); echo'<br>'; @techno("Réacteur de fusion Forruneur",$reacteur_ff, 1); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Sonde</a></td>
<td class=c><a href=descriptions.php>Sonde de reconnaissance de classe Perception</a></td>
<td class=e>'; @techno("Chantier spatial",$chantier_spatial, 3); echo'<br>'; @techno("Réacteur à antigravité",$reacteur, 5);
echo'<br>'; @techno(Détection,$detection, 2); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Recycleur</a></td>
<td class=e>'; @techno("Chantier spatial",$chantier_spatial, 5); echo'<br>'; @techno("Réacteur de fusion",$reacteur_f, 4);
<td class=c><a href=descriptions.php>Charognard</a></td>
<td class=e>'; @techno("Chantier spatial",$chantier_spatial, 5); echo'<br>'; @techno("Réacteur de fusion",$reacteur_f, 4);
echo'<br>'; @techno(Bouclier,$blindage, 5); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Seraph</a></td>
<td class=c><a href=descriptions.php>Seraph</a></td>
<td class=e>'; @techno("Chantier spatial",$chantier_spatial, 1); echo'<br>'; @techno("Réacteur à antigravité",$reacteur, 4); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Frégate</a></td>
<td class=c><a href=descriptions.php>Frégate</a></td>
<td class=e>'; @techno("Chantier spatial",$chantier_spatial, 3); echo'<br>'; @techno("Réacteur de fusion",$reacteur_f, 3);
echo'<br>'; @techno(Armement,$armement, 1); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Croiseur de classe CSS</a></td>
<td class=c><a href=descriptions.php>Croiseur de classe CSS</a></td>
<td class=e>'; @techno("Chantier spatial",$chantier_spatial, 6); echo'<br>'; @techno("Réacteur de fusion Forruneur",$reacteur_ff, 2);
echo'<br>'; @techno(Armement,$armement, 3); echo'<br>'; @techno(Bouclier,$blindage, 4); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Croiseur de classe Reverence</a></td>
<td class=c><a href=descriptions.php>Croiseur de classe Reverence</a></td>
<td class=e>'; @techno("Chantier spatial",$chantier_spatial, 6); echo'<br>'; @techno("Réacteur de fusion Forruneur",$reacteur_ff, 3);
echo'<br>'; @techno(Armement,$armement, 4); echo'<br>'; @techno(Bouclier,$blindage, 4); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Porte vaisseaux</a></td>
<td class=c><a href=descriptions.php>Porte vaisseaux</a></td>
<td class=e>'; @techno("Chantier spatial",$chantier_spatial, 8); echo'<br>'; @techno("Réacteur de fusion Forruneur",$reacteur_ff, 5);
echo'<br>'; @techno(Armement,$armement, 6); echo'<br>'; @techno(Bouclier,$blindage, 6); echo'</td>
</tr>
<tr>
<td class=c><a href=descriptions/.php>Station orbitale covenant</a></td>
<td class=c><a href=descriptions.php>Station orbitale covenant</a></td>
<td class=e>'; @techno("Chantier spatial",$chantier_spatial, 12); echo'<br>'; @techno("Réacteur de fusion Forruneur",$reacteur_ff, 10);
echo'<br>'; @techno(Armement,$armement, 12); echo'<br>'; @techno(Bouclier,$blindage, 12); echo'</td>
</tr>