Version 0.7
This commit is contained in:
parent
e0f55450e1
commit
c117da6d77
148 changed files with 1914 additions and 801 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<?
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
$id=$_SESSION['id'];
|
||||
|
|
@ -86,69 +86,69 @@ echo'</head>
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Banshee</a></td>
|
||||
<td class=c><a href=descriptions.php>Banshee</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 1); echo'</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Spirit</a></td>
|
||||
<td class=c><a href=descriptions.php>Spirit</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 3); echo'<br>'; @techno(Armement,$armement, 1); echo'</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Phantom</a></td>
|
||||
<td class=c><a href=descriptions.php>Phantom</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 4); echo'<br>'; @techno("Réacteur à antigravité",$reacteur, 1); echo'</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Boarding craft</a></td>
|
||||
<td class=c><a href=descriptions.php>Boarding craft</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 6); echo'<br>'; @techno("Réacteur à antigravité",$reacteur, 3); echo'</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Ghost</a></td>
|
||||
<td class=c><a href=descriptions.php>Ghost</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 1); echo'</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Shadow</a></td>
|
||||
<td class=c><a href=descriptions.php>Shadow</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 1); echo'</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Spectre</a></td>
|
||||
<td class=c><a href=descriptions.php>Spectre</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 3); echo'<br>'; @techno(Armement,$armement, 1); echo'</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Appariton</a></td>
|
||||
<td class=c><a href=descriptions.php>Appariton</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 5); echo'<br>'; @techno(Armement,$armement, 2);
|
||||
echo'<br>'; @techno(Bouclier,$blindage, 2); echo'</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Shade</a></td>
|
||||
<td class=c><a href=descriptions.php>Shade</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 1); echo'</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Stong shade</a></td>
|
||||
<td class=c><a href=descriptions.php>Stong shade</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 3); echo'<br>'; @techno("Maitrise de l'énergie",$energie_t, 2); echo'</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Tourelle à barreau de combustible</a></td>
|
||||
<td class=c><a href=descriptions.php>Tourelle à barreau de combustible</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 4); echo'<br>'; @techno(Armement,$armement, 1); echo'</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Tourelle à plasma</a></td>
|
||||
<td class=c><a href=descriptions.php>Tourelle à plasma</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 4); echo'<br>'; @techno(Armement,$armement, 3);
|
||||
echo'<br>'; @techno("Maitrise de l'énergie",$energie_t, 3); echo'</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class=c><a href=descriptions/.php>Lanceur de torpilles plasma</a></td>
|
||||
<td class=c><a href=descriptions.php>Lanceur de torpilles plasma</a></td>
|
||||
<td class=e>'; @techno("Chantier terrestre",$chantier_terrestre, 8); echo'<br>'; @techno(Armement,$armement, 5);
|
||||
echo'<br>'; @techno(Informatique,$informatique, 4); echo'</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue