Version 0.9a
49
templates/Tabressources.tpl
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="Content-Language" content="fr" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<script type="text/javascript" src="time.js"></script>
|
||||
<link rel="stylesheet" media="screen" type="text/css" title="design" href="descriptions/diz/base.css" />
|
||||
<title> ::Halo-Battle:: Bêta - Ressources</title>
|
||||
<style TYPE=text/css>
|
||||
TH {
|
||||
background-color: #00024A;
|
||||
border: 1px solid #02058A;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{HEADER}
|
||||
{RESSOURCES}<br /><br /><br />
|
||||
<br />
|
||||
<div class="centre">
|
||||
{PUB}<br />
|
||||
<table style="margin-left: auto; margin-right: auto; width: 500px;">
|
||||
<tr>
|
||||
<th colspan="2"></th>
|
||||
<th>Coefficient</th>
|
||||
<th>Métal</th>
|
||||
<th>Cristal</th>
|
||||
<th>Hydrogène</th>
|
||||
<th>Energie</th>
|
||||
</tr>
|
||||
<!-- BEGIN batiment -->
|
||||
<tr>
|
||||
<td colspan="2">{batiment.NIVEAU} {batiment.NOM}</td>
|
||||
<td>{batiment.COEFF}</td>
|
||||
<td><font color="{batiment.CMETAL}">{batiment.PMETAL}</font></td>
|
||||
<td><font color="{batiment.CCRISTAL}">{batiment.PCRISTAL}</font></td>
|
||||
<td><font color="{batiment.CHYDROGENE}">{batiment.PHYDROGENE}</font></td>
|
||||
<td><font color="{batiment.CENERGIE}">{batiment.PENERGIE}</font></td>
|
||||
</tr>
|
||||
<!-- END batiment -->
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,9 +9,53 @@
|
|||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<link rel="stylesheet" media="screen" type="text/css" title="design" href="descriptions/diz/admin.css" />
|
||||
<title> ::Halo-Battle:: Panneau d'administration - {TITRE}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<br />
|
||||
<div class="centre">
|
||||
<table class="fond">
|
||||
<tr>
|
||||
<td>
|
||||
<div class="centre">
|
||||
<table width="95%" class="Gpart">
|
||||
<tr>
|
||||
<td><img src="descriptions/diz/panel/headA.jpg" width="100%" alt="" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br />
|
||||
<div class="centre">
|
||||
<table width="95%" class="Gpart">
|
||||
<tr>
|
||||
<td>
|
||||
<table><tr><td width="50%">
|
||||
<div class="centre">
|
||||
<table width="98%" class="Ppart">
|
||||
<tr>
|
||||
<td style="text-align: left;">
|
||||
Modération des rapports de bug<br />
|
||||
<div class="centre">
|
||||
<table width="98%" style="margin-left: auto; margin-right: auto;">
|
||||
<tr class="lt"><th>De</th><th>Page</th><th>Description</th></tr>
|
||||
<!-- BEGIN rapbug -->
|
||||
<tr class="l{rapbug.NUM}"><th>{rapbug.NOM}</th><th>{rapbug.PAGE}</th><th>{rapbug.DESCRIPTION}</th></tr>
|
||||
<!-- END rapbug -->
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td><td width="50%"></td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -14,18 +14,8 @@
|
|||
</head>
|
||||
<body>
|
||||
{HEADER}
|
||||
{RESSOURCES}<br /><br /><br /><br />{ERREUR}
|
||||
{RESSOURCES}<br /><br /><br /><br /><div class="centre">{PUB}</div><br />{ERREUR}
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="arbre_bat_{RACE}.php">Arbre des technologies</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br />
|
||||
<div class="centre">{PUB}<br />
|
||||
<table style="margin-left: auto; margin-right: auto; width: 250px; height: 75px;" cellspacing="2">
|
||||
<tr>
|
||||
<td style="height: 20px;"><b>File d'attente</b></td>
|
||||
|
|
@ -42,6 +32,16 @@
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br />
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="arbre_bat_{RACE}.php">Arbre des technologies</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br class="a" />
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
|
|
|
|||
73
templates/chantier_spatial.tpl
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="Content-Language" content="fr" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<script type="text/javascript" src="time.js"></script>
|
||||
<link rel="stylesheet" media="screen" type="text/css" title="design" href="descriptions/diz/base.css" />
|
||||
<title> ::Halo-Battle:: Bêta - Chantier spatial</title>
|
||||
</head>
|
||||
<body>
|
||||
{HEADER}
|
||||
{RESSOURCES}<br /><br /><br /><br /><div class="centre">{PUB}</div><br />{ERREUR}
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto; width: 250px; height: 75px;" cellspacing="2">
|
||||
<tr>
|
||||
<td style="height: 20px;"><b>File d'attente</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="height: 20px;"><b>Prochain vaisseau :</b> <span id="axion"></span>{RESTE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div style="overflow: auto; width: 250px; height: 55px;">
|
||||
<!-- BEGIN file -->
|
||||
{file.NOM} - <i><a href="annul_vais.php?vai={file.NUM}&depart={file.I}">Annuler</a></i>{CHAINE}<br />
|
||||
<!-- END file -->
|
||||
{FILETXT}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br />
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="arbre_vaisseaux_{RACE}.php">Arbre des technologies</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br class="a" />
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td style="border:none; background: transparent;">
|
||||
<table style="border:none; background: transparent; width: 679px;" cellspacing="3">
|
||||
<!-- BEGIN vaisseau -->
|
||||
<tr style="border:none; background: transparent;">
|
||||
<td class="bla" style="background-image: url(images/vaisseaux/{vaisseau.IMAGE});"></td>
|
||||
<td class="blb">
|
||||
<a href="descriptions.php?vai={vaisseau.NUM}">{vaisseau.NOM}</a> {vaisseau.NIVEAU}
|
||||
<br /><span class="description">{vaisseau.DESCRIPTION}</span><br />
|
||||
Besoin de : {vaisseau.BESOIN}<br />Temps de construction : {vaisseau.TEMPS}
|
||||
</td>
|
||||
<td class="blc">
|
||||
{vaisseau.ACTION}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END vaisseau -->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
73
templates/defenses.tpl
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="Content-Language" content="fr" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<script type="text/javascript" src="time.js"></script>
|
||||
<link rel="stylesheet" media="screen" type="text/css" title="design" href="descriptions/diz/base.css" />
|
||||
<title> ::Halo-Battle:: Bêta - Défenses</title>
|
||||
</head>
|
||||
<body>
|
||||
{HEADER}
|
||||
{RESSOURCES}<br /><br /><br /><br /><div class="centre">{PUB}</div><br />{ERREUR}
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto; width: 250px; height: 75px;" cellspacing="2">
|
||||
<tr>
|
||||
<td style="height: 20px;"><b>File d'attente</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="height: 20px;"><b>Prochaine défense :</b> <span id="axion"></span>{RESTE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div style="overflow: auto; width: 250px; height: 55px;">
|
||||
<!-- BEGIN file -->
|
||||
{file.NOM} - <i><a href="annul_def.php?vai={file.NUM}&depart={file.I}">Annuler</a></i>{CHAINE}<br />
|
||||
<!-- END file -->
|
||||
{FILETXT}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br />
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="arbre_vehicules_{RACE}.php">Arbre des technologies</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br class="a" />
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td style="border:none; background: transparent;">
|
||||
<table style="border:none; background: transparent; width: 679px;" cellspacing="3">
|
||||
<!-- BEGIN defense -->
|
||||
<tr style="border:none; background: transparent;">
|
||||
<td class="bla" style="background-image: url(images/terrestre/{defense.IMAGE});"></td>
|
||||
<td class="blb">
|
||||
<a href="descriptions.php?def={defense.NUM}">{defense.NOM}</a> {defense.NIVEAU}
|
||||
<br /><span class="description">{defense.DESCRIPTION}</span><br />
|
||||
Besoin de : {defense.BESOIN}<br />Temps de construction : {defense.TEMPS}
|
||||
</td>
|
||||
<td class="blc">
|
||||
{defense.ACTION}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END defense -->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
108
templates/descriptions/bdd.php
Normal file
|
|
@ -0,0 +1,108 @@
|
|||
<?
|
||||
mysql_connect("localhost", "root", "");
|
||||
mysql_select_db("wars");
|
||||
|
||||
$z = mysql_query("SELECT * FROM user WHERE id='".$id."' ");
|
||||
$donnees = mysql_fetch_array($z);
|
||||
|
||||
$id = $donnees['id'];
|
||||
$pseudo = $donnees['pseudo'];
|
||||
$mdp = $donnees['mdp'];
|
||||
$race = $donnees['race'];
|
||||
$mail = $donnees['mail'];
|
||||
$ip = $donnees['ip'];
|
||||
$mv = $donnees['mv'];
|
||||
$last_visite = $donnees['last_visite'];
|
||||
$points = $donnees['points'];
|
||||
$place_points = $donnees['place_points'];
|
||||
$recherches = $donnees['recherches'];
|
||||
$place_recherches = $donnees['place_recherches'];
|
||||
$flotte = $donnees['flotte'];
|
||||
$place_flotte = $donnees['place_flotte'];
|
||||
$terrestre = $donnees['terrestre'];
|
||||
$place_terrestre = $donnees['place_terrestre'];
|
||||
|
||||
$y = mysql_query("SELECT * FROM planete WHERE id='".$id."' AND galaxy='".$galaxy."' AND pos='".$pos."' AND ss='".$ss."'");
|
||||
$donnees = mysql_fetch_array($y);
|
||||
|
||||
$galaxy = $donnees['galaxy'];
|
||||
$ss = $donnees['ss'];
|
||||
$pos = $donnees['pos'];
|
||||
$nb = $donnees['nb'];
|
||||
$nom_planete = $donnees['nom_planete'];
|
||||
$image = $donnees['image'];
|
||||
$cases = $donnees['cases'];
|
||||
$debris_met = $donnees['debris_met'];
|
||||
$debris_cri = $donnees['debris_cri'];
|
||||
$metal = $donnees['metal'];
|
||||
$cristal = $donnees['cristal'];
|
||||
$hydrogene = $donnees['hydrogene'];
|
||||
$timestamp = $donnees['timestamp'];
|
||||
$coeff = $donnees['coeff'];
|
||||
$energie = $donnees['energie'];
|
||||
|
||||
$temps_b = $donnees['temps_b'];
|
||||
$bat = $donnees['bat'];
|
||||
$mine_m = $donnees['mine_m'];
|
||||
$mine_c = $donnees['mine_c'];
|
||||
$mine_h = $donnees['mine_h'];
|
||||
$centrale_s = $donnees['centrale_s'];
|
||||
$centrale_f = $donnees['centrale_f'];
|
||||
$radar = $donnees['radar'];
|
||||
$labo = $donnees['labo'];
|
||||
$chantier_terrestre = $donnees['chantier_terrestre'];
|
||||
$chantier_spatial = $donnees['chantier_spatial'];
|
||||
$caserne = $donnees['caserne'];
|
||||
$silo = $donnees['silo'];
|
||||
|
||||
$temps_t = $donnees['temps_t'];
|
||||
$tec = $donnees['tec'];
|
||||
$informatique = $donnees['informatique'];
|
||||
$detection = $donnees['detection'];
|
||||
$armement = $donnees['armement'];
|
||||
$energie_t = $donnees['energie_t'];
|
||||
$reacteur = $donnees['reacteur'];
|
||||
$reacteur_f = $donnees['reacteur_f'];
|
||||
$reacteur_ff = $donnees['reacteur_ff'];
|
||||
$medecine = $donnees['medecine'];
|
||||
$tactique = $donnees['tactique'];
|
||||
$developement = $donnees['developement'];
|
||||
$blindage = $donnees['blindage'];
|
||||
|
||||
$transporteur = $donnees['transporteur'];
|
||||
$gtransporteur = $donnees['gtransporteur'];
|
||||
$vcolo = $donnees['vcolo'];
|
||||
$sonde = $donnees['sonde'];
|
||||
$recycleur = $donnees['recycleur'];
|
||||
$chasseur = $donnees['chasseur'];
|
||||
$fregate = $donnees['fregate'];
|
||||
$croiseur = $donnees['croiseur1'];
|
||||
$croiseur2 = $donnees['croiseur2'];
|
||||
$pv = $donnees['pv'];
|
||||
$sto = $donnees['sto'];
|
||||
|
||||
$soldat1 = $donnees['soldat1'];
|
||||
$soldat2 = $donnees['soldat2'];
|
||||
$soldat3 = $donnees['soldat3'];
|
||||
$soldat4 = $donnees['soldat4'];
|
||||
$sniper = $donnees['sniper'];
|
||||
$spartam = $donnees['spartam'];
|
||||
$medecin = $donnees['medecin'];
|
||||
$ingenieur = $donnees['ingenieur'];
|
||||
$soldat_lourd = $donnees['soldat_lourd'];
|
||||
|
||||
$vaisseau_att = $donnees['vaisseau_att'];
|
||||
$vaisseau_1 = $donnees['vaisseau_1'];
|
||||
$vaisseau_2 = $donnees['vaisseau_2'];
|
||||
$vaisseau_3 = $donnees['vaisseau_3'];
|
||||
$vcl_1 = $donnees['vcl_1'];
|
||||
$vcl_2 = $donnees['vcl_2'];
|
||||
$vcl_3 = $donnees['vcl_3'];
|
||||
$vcl_4 = $donnees['vcl_4'];
|
||||
|
||||
$def_1 = $donnees['def_1'];
|
||||
$def_2 = $donnees['def_2'];
|
||||
$def_3 = $donnees['def_3'];
|
||||
$def_4 = $donnees['def_4'];
|
||||
$def_5 = $donnees['def_5'];
|
||||
?>
|
||||
58
templates/descriptions/description.php
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
<? echo "<html>
|
||||
<head>
|
||||
<title>Halo</title>
|
||||
|
||||
<link rel=stylesheet media=screen type=text/css title=design href=diz/base.css >
|
||||
<meta http-equiv=pragma content=no-cache >
|
||||
<meta http-equiv=content-type content=text/html;charset=iso-8869-1 >
|
||||
<link rel=shortcut icon type=image/x-icon href=favicon.ico >";
|
||||
|
||||
include 'bdd.php';
|
||||
|
||||
function techno($nom, $niveau, $niveau_ress)
|
||||
{
|
||||
if ($niveau < $niveau_ress)
|
||||
{
|
||||
echo "<font color=red >".$nom." ".$niveau_ress."</font>";
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<font color=#40ff00 >".$nom." ".$niveau_ress."</font>";
|
||||
}
|
||||
}
|
||||
|
||||
echo"</head>
|
||||
<body>
|
||||
|
||||
<div class=long>Petit transporteur</div>
|
||||
|
||||
<div class=ensemble>
|
||||
<div class=e><img src=diz/unit/ptransporteur.JPG><br><br>
|
||||
<u>Coût :</u><br>
|
||||
Fer : <span class=rc>100</span><br>
|
||||
Cristal : <span class=rc>200</span><br><br>
|
||||
</div>
|
||||
<i>Le petit transporteur est un vaisseau dont la tâche est d'acheminer des
|
||||
matières premières ou des unités terrestres sur d'autres planètes rapidement.</i><br>
|
||||
<u>Besoin de :</u><br>
|
||||
Bâtiments : "; @techno("Chantier spatial", $chantier_spatial, 1);
|
||||
echo "<br>Technologie : "; @techno("Propultion conventionelle", $propu, 3);
|
||||
echo"<br><br><table align=center>
|
||||
<tr><td align=left colspan=2 class=a>Caractéristiques :</td></tr>
|
||||
<tr><td class=a>Puissance de feu</td><td class=b>5</td></tr>
|
||||
<tr><td class=a>Point de structure</td><td class=b>300</td></tr>
|
||||
<tr><td class=a>Bouclier de protection</td><td class=b>0</td></tr>
|
||||
<tr><td class=a>Capacité totale</td><td td class=b>1000</></tr>
|
||||
<tr><td class=a>Consommation de carburant</td><td class=b>10</td></tr>
|
||||
<tr><td class=a>Rayon d'action</td><td class=b>moyen-faible</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>";
|
||||
?>
|
||||
58
templates/descriptions/description_bat.php
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
<? echo "<html>
|
||||
<head>
|
||||
<title>Halo</title>
|
||||
|
||||
<link rel=stylesheet media=screen type=text/css title=design href=diz/base.css >
|
||||
<meta http-equiv=pragma content=no-cache >
|
||||
<meta http-equiv=content-type content=text/html;charset=iso-8869-1 >
|
||||
<link rel=shortcut icon type=image/x-icon href=favicon.ico >";
|
||||
|
||||
include 'bdd.php';
|
||||
|
||||
function techno($nom, $niveau, $niveau_ress)
|
||||
{
|
||||
if ($niveau < $niveau_ress)
|
||||
{
|
||||
echo "<font color=red >".$nom." ".$niveau_ress."</font>";
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<font color=#40ff00 >".$nom." ".$niveau_ress."</font>";
|
||||
}
|
||||
}
|
||||
|
||||
echo"</head>
|
||||
<body>
|
||||
|
||||
<div class=long>Metal</div>
|
||||
|
||||
<div class=ensemble>
|
||||
<div class=e><img src=diz/batiment/><br><br>
|
||||
</div>
|
||||
<i>description.</i><br>
|
||||
<u>Besoin de :</u><br>
|
||||
Bâtiments : "; @techno("Chantier spatial", $chantier_spatial, 1);
|
||||
echo "<br>Technologie : "; @techno("Propultion conventionelle", $propu, 3);
|
||||
echo"<br><br>";
|
||||
$a=$mine_m+5;
|
||||
$c=$mine_m-2;
|
||||
if ($c < 0 ) { $c = 0; $a = 7; }
|
||||
echo '<table align=center><tr><td>Niveau</td><td>Production par heure</td><td>Consommation énergie</td></tr><br>';
|
||||
for ($c;$c<$a;$c++) {
|
||||
$b=ceil((($c*40+(exp($c*0.33)*10))));
|
||||
$h=ceil((($c*40+(exp($c*0.33)*10)))) - ceil(((($c-1)*40+(exp(($c-1)*0.33)*10))));
|
||||
|
||||
$p=ceil((exp($c*0.28)*10));
|
||||
$g=ceil((exp($c*0.28)*10)) - ceil((exp(($c-1)*0.28)*10));
|
||||
echo '<tr><td>'.$c.'</td><td>'.$b.' (+ '.$h.')</td><td>'.$p.' (+ '.$g.')</td></tr>';
|
||||
}
|
||||
|
||||
echo"</table></td></tr>";
|
||||
|
||||
echo"</div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>";
|
||||
?>
|
||||
73
templates/descriptions/description_pt.php
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
<? echo"<html>
|
||||
<head>
|
||||
<title>Space battleship</title>
|
||||
|
||||
<link rel=stylesheet media=screen type=text/css title=design href=diz/base.css >
|
||||
<meta http-equiv=pragma content=no-cache >
|
||||
<meta http-equiv=content-type content=text/html;charset=iso-8869-1 >
|
||||
<link rel=shortcut icon type=image/x-icon href=favicon.ico >";
|
||||
|
||||
$chantier_spatial = 2;
|
||||
$propu = 2;
|
||||
$pilotes = 2;
|
||||
|
||||
function techno($nom, $niveau, $niveau_ress)
|
||||
{
|
||||
if ($niveau < $niveau_ress)
|
||||
{
|
||||
echo "<font color=red >".$nom." ".$niveau_ress."</font>";
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<font color=#40ff00 >".$nom." ".$niveau_ress."</font>";
|
||||
}
|
||||
}
|
||||
|
||||
function equipe($nom, $perso, $need_perso)
|
||||
{
|
||||
if ($perso < $need_perso)
|
||||
{
|
||||
$z = abs($perso - $need_perso);
|
||||
echo "<font color=red ><ACRONYM title='".$z." ".$nom."'>".$need_perso." ".$nom."</ACRONYM></font>";
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<font color=#40ff00 >".$need_perso." ".$nom."</font>";
|
||||
}
|
||||
}
|
||||
echo"</head>
|
||||
<body>
|
||||
|
||||
<div class=long>Petit transporteur</div>
|
||||
|
||||
<div class=ensemble>
|
||||
<div class=e><img src=diz/unit/ptransporteur.JPG><br><br>
|
||||
<u>Coût :</u><br>
|
||||
Fer : <span class=rc>100</span><br>
|
||||
Cristal : <span class=rc>200</span><br><br>
|
||||
<u>Equipage :</u><br>"; @equipe(pilotes, $pilotes, 3);
|
||||
echo "</div>
|
||||
<i>Le petit transporteur est un vaisseau dont la tâche est d'acheminer des
|
||||
matières premières ou des unités terrestres sur d'autres planètes rapidement.</i><br>
|
||||
<u>Besoin de :</u><br>
|
||||
Bâtiments : "; @techno("Chantier spatial", $chantier_spatial, 1);
|
||||
echo "<br>Technologie : "; @techno("Propultion conventionelle", $propu, 3);
|
||||
echo"<br><br><table align=center>
|
||||
<tr><td align=left colspan=2 class=a>Caractéristiques :</td></tr>
|
||||
<tr><td class=a>Puissance de feu</td><td class=b>5</td></tr>
|
||||
<tr><td class=a>Point de structure</td><td class=b>300</td></tr>
|
||||
<tr><td class=a>Bouclier de protection</td><td class=b>0</td></tr>
|
||||
<tr><td class=a>Capacité totale</td><td td class=b>1000</></tr>
|
||||
<tr><td class=a>Consommation de carburant</td><td class=b>10</td></tr>
|
||||
<tr><td class=a>Rayon d'action</td><td class=b>moyen-faible</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>";
|
||||
?>
|
||||
BIN
templates/descriptions/diz/1720.jpg
Normal file
|
After Width: | Height: | Size: 247 KiB |
BIN
templates/descriptions/diz/1782.jpg
Normal file
|
After Width: | Height: | Size: 248 KiB |
BIN
templates/descriptions/diz/1783.jpg
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
templates/descriptions/diz/180.jpg
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
templates/descriptions/diz/180p.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
templates/descriptions/diz/181.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
templates/descriptions/diz/182.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
templates/descriptions/diz/183.jpg
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
templates/descriptions/diz/205.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
templates/descriptions/diz/Copy of fond.jpg
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
templates/descriptions/diz/Thumbs.db
Normal file
95
templates/descriptions/diz/admin.css
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
body {
|
||||
color: #FF0000;
|
||||
background-color: #000000;
|
||||
background-image: url('panel/background.jpg');
|
||||
scrollbar-arrow-color: #E6EBFB;
|
||||
scrollbar-base-color: #344566;
|
||||
scrollbar-track-color: #344566;
|
||||
scrollbar-face-color: #344566;
|
||||
scrollbar-highlight-color: #344566;
|
||||
scrollbar-3dlight-color: #465673;
|
||||
scrollbar-darkshadow-color: #344566;
|
||||
scrollbar-shadow-color: #465673;
|
||||
font-size: 13px;
|
||||
font-family: Tahoma,sans-serif;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
u {
|
||||
font-style: underline;
|
||||
}
|
||||
|
||||
i {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #4080ff;
|
||||
font-size: 12px;
|
||||
font-family: verdana, serif;
|
||||
text-decoration: underline;
|
||||
border: none;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:active, a:focus {
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.centre {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table.fond {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 90%;
|
||||
background-color: #161616;
|
||||
border: 1px solid #101010;
|
||||
}
|
||||
|
||||
table.Gpart {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color: #171717;
|
||||
border: 1px solid #202020;
|
||||
}
|
||||
|
||||
table.Ppart {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color: #141414;
|
||||
border: 1px solid #181818;
|
||||
}
|
||||
|
||||
table.Mpart {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color: #141414;
|
||||
border: 1px solid #181818;
|
||||
}
|
||||
|
||||
tr.lt {
|
||||
background-color: #545454;
|
||||
}
|
||||
|
||||
tr.l1 {
|
||||
background-color: #343434;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
tr.l2 {
|
||||
background-color: #545454;
|
||||
text-align: left;
|
||||
}
|
||||
215
templates/descriptions/diz/base.anc.css
Normal file
|
|
@ -0,0 +1,215 @@
|
|||
body
|
||||
{
|
||||
color: #7093DB;
|
||||
background-color: #040e1e;
|
||||
background-image: url('fondf.jpg');
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
scrollbar-arrow-color: #E6EBFB;
|
||||
scrollbar-base-color: #344566;
|
||||
scrollbar-track-color: #344566;
|
||||
scrollbar-face-color: #344566;
|
||||
scrollbar-highlight-color: #344566;
|
||||
scrollbar-3dlight-color: #465673;
|
||||
scrollbar-darkshadow-color: #344566;
|
||||
scrollbar-shadow-color: #465673;
|
||||
font-size: 13px;
|
||||
font-family: Tahoma,sans-serif;
|
||||
margin-left: 68px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
u {
|
||||
font-style: underline;
|
||||
}
|
||||
|
||||
i {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #4080ff;
|
||||
font-size: 12px;
|
||||
font-family: verdana, serif;
|
||||
text-decoration: underline;
|
||||
border: none;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:active, a:focus {
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.zone_texte {
|
||||
background-color: #000031;
|
||||
color: #4080ff;
|
||||
border: 1px solid #1256C6;
|
||||
font-family: verdana, serif;
|
||||
}
|
||||
|
||||
.bouton {
|
||||
background-color: navy;
|
||||
color: #afbdff;
|
||||
font-family: verdana, serif;
|
||||
BORDER-LEFT-COLOR: white;
|
||||
BORDER-BOTTOM-COLOR: navy;
|
||||
BORDER-TOP-COLOR: white;
|
||||
BACKGROUND-COLOR: navy;
|
||||
BORDER-RIGHT-COLOR: navy;
|
||||
BORDER-STYLE: outset;
|
||||
}
|
||||
|
||||
.bouton:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.bouton:active {
|
||||
BORDER-STYLE: inset;
|
||||
color: red;
|
||||
}
|
||||
|
||||
div {
|
||||
border: 1px solid #004080;
|
||||
float: left;
|
||||
margin: 1 1 1 1;
|
||||
}
|
||||
|
||||
div.a {
|
||||
height: 132;
|
||||
width: 130;
|
||||
}
|
||||
|
||||
div.b {
|
||||
height: 132;
|
||||
width: 400;
|
||||
text-align: justify;
|
||||
background-image: url(fond/apb.jpg);
|
||||
}
|
||||
|
||||
div.c {
|
||||
height: 132;
|
||||
width: 149;
|
||||
text-align: center;
|
||||
background-image: url(fond/apc.jpg);
|
||||
}
|
||||
|
||||
div.d {
|
||||
background-color: #00024A;
|
||||
border: 1px solid #02058A;
|
||||
margin-bottom: 20;
|
||||
margin-left: 450;
|
||||
}
|
||||
|
||||
div.fin {
|
||||
height: 20;
|
||||
width: 339;
|
||||
text-align: center;
|
||||
background-image: url(fond/apfin.jpg);
|
||||
}
|
||||
|
||||
div.long {
|
||||
font-weight: bold;
|
||||
color: #ff8040;
|
||||
width: 550;
|
||||
text-align: center;
|
||||
margin-left: 90px;
|
||||
}
|
||||
|
||||
div.ensemble {
|
||||
width: 550;
|
||||
height: 300;
|
||||
margin-left: 90px;
|
||||
}
|
||||
|
||||
div.e {
|
||||
height: 280;
|
||||
width: 125;
|
||||
text-align: justify;
|
||||
background-color: #000151;
|
||||
border: 0;
|
||||
border-right: 1px solid #004080;
|
||||
float: left;
|
||||
margin: 0;
|
||||
margin-right: 8px;
|
||||
padding: 15 10 5 10;
|
||||
}
|
||||
|
||||
#axion {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
span.description {
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
br.a {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
span.rc {
|
||||
font-size: 13px;
|
||||
font-family: Tahoma,sans-serif;
|
||||
font-weight: bold;
|
||||
color: #ffc080;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: separate;
|
||||
empty-cells: show;
|
||||
text-align: center;
|
||||
border: 0px;
|
||||
font-size: 12px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table#ressource {
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
|
||||
TD {
|
||||
background-color: #00024A;
|
||||
border: 1px solid #02058A;
|
||||
}
|
||||
|
||||
TD.a {
|
||||
background-color: #000151;
|
||||
border: 1px solid #040e1e;
|
||||
width: 210px;
|
||||
}
|
||||
|
||||
TD.b {
|
||||
background-color: #000151;
|
||||
border: 1px solid #040e1e;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
TD.xyz {
|
||||
background-color: #000151;
|
||||
border: 1px solid #000170;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*attaque {
|
||||
color: #CC0000;
|
||||
}
|
||||
|
||||
filter: alpha(opacity=10);
|
||||
-moz-opacity: 0.9; */
|
||||
253
templates/descriptions/diz/base.css
Normal file
|
|
@ -0,0 +1,253 @@
|
|||
body
|
||||
{
|
||||
color: #7093DB;
|
||||
background-color: #040e1e;
|
||||
background-image: url('1720.jpg');
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
scrollbar-arrow-color: #E6EBFB;
|
||||
scrollbar-base-color: #344566;
|
||||
scrollbar-track-color: #344566;
|
||||
scrollbar-face-color: #344566;
|
||||
scrollbar-highlight-color: #344566;
|
||||
scrollbar-3dlight-color: #465673;
|
||||
scrollbar-darkshadow-color: #344566;
|
||||
scrollbar-shadow-color: #465673;
|
||||
font-size: 13px;
|
||||
font-family: Tahoma,sans-serif;
|
||||
margin-left: 68px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
u {
|
||||
font-style: underline;
|
||||
}
|
||||
|
||||
i {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #4080ff;
|
||||
font-size: 12px;
|
||||
font-family: verdana, serif;
|
||||
text-decoration: underline;
|
||||
border: none;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:active, a:focus {
|
||||
cursor: wait;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.zone_texte {
|
||||
background-color: #000031;
|
||||
color: #4080ff;
|
||||
border: 1px solid #1256C6;
|
||||
font-family: verdana, serif;
|
||||
}
|
||||
|
||||
.bouton {
|
||||
background-color: navy;
|
||||
color: #afbdff;
|
||||
font-family: verdana, serif;
|
||||
BORDER-LEFT-COLOR: white;
|
||||
BORDER-BOTTOM-COLOR: navy;
|
||||
BORDER-TOP-COLOR: white;
|
||||
BACKGROUND-COLOR: navy;
|
||||
BORDER-RIGHT-COLOR: navy;
|
||||
BORDER-STYLE: outset;
|
||||
}
|
||||
|
||||
.bouton:hover {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.bouton:active {
|
||||
BORDER-STYLE: inset;
|
||||
color: red;
|
||||
}
|
||||
|
||||
div {
|
||||
border: 1px solid #004080;
|
||||
float: left;
|
||||
margin: 1 1 1 1;
|
||||
}
|
||||
|
||||
div.centre {
|
||||
border: none;
|
||||
float: none;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.a {
|
||||
height: 132px;
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
div.b {
|
||||
height: 132px;
|
||||
width: 400px;
|
||||
text-align: justify;
|
||||
background-image: url(fond/apb.jpg);
|
||||
}
|
||||
|
||||
div.c {
|
||||
height: 132px;
|
||||
width: 149px;
|
||||
text-align: center;
|
||||
background-image: url(fond/apc.jpg);
|
||||
}
|
||||
|
||||
div.d {
|
||||
background-color: #00024A;
|
||||
border: 1px solid #02058A;
|
||||
margin-bottom: 20;
|
||||
margin-left: 450;
|
||||
}
|
||||
|
||||
div.fin {
|
||||
height: 20px;
|
||||
width: 339px;
|
||||
text-align: center;
|
||||
background-image: url(fond/apfin.jpg);
|
||||
}
|
||||
|
||||
div.long {
|
||||
font-weight: bold;
|
||||
color: #ff8040;
|
||||
width: 550px;
|
||||
text-align: center;
|
||||
margin-left: 90px;
|
||||
}
|
||||
|
||||
div.ensemble {
|
||||
width: 550;
|
||||
height: 300;
|
||||
margin-left: 90px;
|
||||
}
|
||||
|
||||
div.e {
|
||||
height: 280px;
|
||||
width: 125px;
|
||||
text-align: justify;
|
||||
background-color: #000151;
|
||||
border: 0;
|
||||
border-right: 1px solid #004080;
|
||||
float: left;
|
||||
margin: 0;
|
||||
margin-right: 8px;
|
||||
padding: 15 10 5 10;
|
||||
}
|
||||
|
||||
#axion {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.description {
|
||||
width: 99%;
|
||||
font-style: italic;
|
||||
border: none;
|
||||
}
|
||||
|
||||
br.a {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
span.rc {
|
||||
font-size: 13px;
|
||||
font-family: Tahoma,sans-serif;
|
||||
font-weight: bold;
|
||||
color: #ffc080;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: separate;
|
||||
empty-cells: show;
|
||||
text-align: center;
|
||||
border: 0px;
|
||||
font-size: 12px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table#ressource {
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
|
||||
TD {
|
||||
background-color: #00024A;
|
||||
border: 1px solid #02058A;
|
||||
}
|
||||
|
||||
TD.a {
|
||||
background-color: #000151;
|
||||
border: 1px solid #040e1e;
|
||||
width: 210px;
|
||||
}
|
||||
|
||||
TD.b {
|
||||
background-color: #000151;
|
||||
border: 1px solid #040e1e;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
TD.xyz {
|
||||
background-color: #000151;
|
||||
border: 1px solid #000170;
|
||||
}
|
||||
|
||||
|
||||
td.bla {
|
||||
height: 132px;
|
||||
width: 130px;
|
||||
border: 1px solid #004080;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
td.blb {
|
||||
height: 132px;
|
||||
width: 400px;
|
||||
text-align: justify;
|
||||
background-image: url(fond/apb.jpg);
|
||||
border: 1px solid #004080;
|
||||
}
|
||||
|
||||
td.blc {
|
||||
height: 132px;
|
||||
width: 149px;
|
||||
text-align: center;
|
||||
background-image: url(fond/apc.jpg);
|
||||
border: 1px solid #004080;
|
||||
}
|
||||
|
||||
td.bld {
|
||||
background-color: #00024A;
|
||||
border: 1px solid #02058A;
|
||||
margin-bottom: 20;
|
||||
margin-left: 450;
|
||||
}
|
||||
|
||||
|
||||
/*attaque {
|
||||
color: #CC0000;
|
||||
}
|
||||
|
||||
filter: alpha(opacity=10);
|
||||
-moz-opacity: 0.9; */
|
||||
BIN
templates/descriptions/diz/fond.jpg
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
templates/descriptions/diz/fond/Thumbs.db
Normal file
BIN
templates/descriptions/diz/fond/apb.jpg
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
templates/descriptions/diz/fond/apc.jpg
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/descriptions/diz/fond/apfin.jpg
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/descriptions/diz/fond/apmenu.jpg
Normal file
|
After Width: | Height: | Size: 827 B |
BIN
templates/descriptions/diz/fondf.jpg
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
templates/descriptions/diz/fondfp.jpg
Normal file
|
After Width: | Height: | Size: 248 KiB |
BIN
templates/descriptions/diz/m.gif
Normal file
|
After Width: | Height: | Size: 591 B |
BIN
templates/descriptions/diz/panel/Thumbs.db
Normal file
BIN
templates/descriptions/diz/panel/background.jpg
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
templates/descriptions/diz/panel/head.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
templates/descriptions/diz/panel/headA.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
templates/descriptions/diz/panel/headO.jpg
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
templates/descriptions/diz/planete/1.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
templates/descriptions/diz/planete/10.jpg
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
templates/descriptions/diz/planete/11.jpg
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
templates/descriptions/diz/planete/12.jpg
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
templates/descriptions/diz/planete/13.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
templates/descriptions/diz/planete/14.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
templates/descriptions/diz/planete/15.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
templates/descriptions/diz/planete/2.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
templates/descriptions/diz/planete/3.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
templates/descriptions/diz/planete/4.jpg
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
templates/descriptions/diz/planete/5.jpg
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
templates/descriptions/diz/planete/6.jpg
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
templates/descriptions/diz/planete/7.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
templates/descriptions/diz/planete/8.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
templates/descriptions/diz/planete/9.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
templates/descriptions/diz/planete/Thumbs.db
Normal file
BIN
templates/descriptions/diz/planete/anneaux1.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
templates/descriptions/diz/planete/asteroide1.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
templates/descriptions/diz/planete/asteroide2.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
templates/descriptions/diz/planete/asteroide4.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
templates/descriptions/diz/planete/asteroide5.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
templates/descriptions/diz/planete/desert2.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
templates/descriptions/diz/planete/etrange1.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
templates/descriptions/diz/planete/etrange3.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
templates/descriptions/diz/planete/etrange6.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
templates/descriptions/diz/planete/fusion2.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
templates/descriptions/diz/planete/normal3.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
templates/descriptions/diz/planete/normal4.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
templates/descriptions/diz/planete/normal5.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
templates/descriptions/diz/planete/ocean2.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
templates/descriptions/diz/planete/rien1.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
templates/descriptions/diz/planete/rien10.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
templates/descriptions/diz/planete/rien2.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
templates/descriptions/diz/planete/rien3.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
templates/descriptions/diz/planete/rien4.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
templates/descriptions/diz/planete/rien5.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
templates/descriptions/diz/planete/rien6.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
templates/descriptions/diz/planete/rien7.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
templates/descriptions/diz/planete/rien8.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
templates/descriptions/diz/planete/rien9.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
templates/descriptions/diz/planete/soleil.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
|
|
@ -9,6 +9,7 @@
|
|||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<script type="text/javascript" src="snow.js"></script>
|
||||
<title> ::Halo-Battle:: Bêta - {TITRE}</title>
|
||||
<style type="text/css">
|
||||
body
|
||||
|
|
@ -25,7 +26,7 @@ text-align: center;
|
|||
.contenu
|
||||
{
|
||||
width:790px;
|
||||
margin-top: 260px;
|
||||
margin-top: 240px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
|
@ -149,7 +150,7 @@ text-decoration: underline;
|
|||
</head>
|
||||
<body>
|
||||
<div class="contenu">
|
||||
<div class="texte">
|
||||
<div class="texte" style="{STYLE}">
|
||||
{TEXTE}
|
||||
</div>
|
||||
|
||||
|
|
@ -158,7 +159,7 @@ text-decoration: underline;
|
|||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
Design by Odst
|
||||
.: Coding by Master_leon, Némunaire & Phantom :: Design by Odst :.
|
||||
</div>
|
||||
<div id="player">
|
||||
<object id="mediaplayer" width="0" height="0" type="audio/mpeg" data="08_ost_sacred_icon_suite.mp3">
|
||||
|
|
|
|||
|
|
@ -14,18 +14,8 @@
|
|||
</head>
|
||||
<body>
|
||||
{HEADER}
|
||||
{RESSOURCES}<br /><br /><br /><br />{ERREUR}
|
||||
{RESSOURCES}<br /><br /><br /><br /><div class="centre">{PUB}</div><br />{ERREUR}
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="arbre_techno_{RACE}.php">Arbre des technologies</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br />
|
||||
<div class="centre">{PUB}<br />
|
||||
<table style="margin-left: auto; margin-right: auto; width: 250px; height: 75px;" cellspacing="2">
|
||||
<tr>
|
||||
<td style="height: 20px;"><b>File d'attente</b></td>
|
||||
|
|
@ -41,6 +31,14 @@
|
|||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="arbre_techno_{RACE}.php">Arbre des technologies</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br class="a" />
|
||||
<div class="centre">
|
||||
|
|
|
|||
27
templates/manque.tpl
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="Content-Language" content="fr" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<link rel="stylesheet" media="screen" type="text/css" title="design" href="descriptions/diz/base.css" />
|
||||
<title> ::Halo-Battle:: Bêta</title>
|
||||
</head>
|
||||
<body>
|
||||
{HEADER}
|
||||
<div class="centre">
|
||||
{RESSOURCES}<br /><br /><br /><br /><br />{PUB}<br /><br />
|
||||
<table style="margin-left: auto; margin-right: auto; width: 300px; height: 50px;">
|
||||
<tr>
|
||||
<td>
|
||||
<b>{TEXTE}</b>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||