Version 0.10
366
templates/csnu/base.css
Normal file
|
|
@ -0,0 +1,366 @@
|
|||
*
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #999966;
|
||||
}
|
||||
|
||||
a:hover,a:hover:visited
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body, html
|
||||
{
|
||||
background-color: #000000;
|
||||
text-align: center;
|
||||
font-family: "arial";
|
||||
font-size: 10px;
|
||||
color: #999966;
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
.all
|
||||
{
|
||||
background-color: #363928;
|
||||
width: 910px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.cornertop1, .cornertop2, .cornertop3, .cornertop4, .cornertop5, .cornerbt1, .cornerbt2, .cornerbt3, .cornerbt4, .cornerbt5
|
||||
{
|
||||
margin: 0 auto;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.cornertop1, .cornertop2, .cornertop3, .cornertop4, .cornertop5
|
||||
{
|
||||
background-color: #363928;
|
||||
}
|
||||
|
||||
.cornerbt1, .cornerbt2, .cornerbt3, .cornerbt4, .cornerbt5
|
||||
{
|
||||
background-color: #212318;
|
||||
}
|
||||
|
||||
.cornertop1
|
||||
{
|
||||
width: 908px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
.cornertop2
|
||||
{
|
||||
width: 906px;
|
||||
height: 2px;
|
||||
|
||||
}
|
||||
|
||||
.cornertop3
|
||||
{
|
||||
width: 904px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.cornertop4
|
||||
{
|
||||
width: 900px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.cornertop5
|
||||
{
|
||||
width: 894px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.cornerbt1
|
||||
{
|
||||
width: 908px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
.cornerbt2
|
||||
{
|
||||
width: 906px;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
.cornerbt3
|
||||
{
|
||||
width: 904px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.cornerbt4
|
||||
{
|
||||
width: 900px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.cornerbt5
|
||||
{
|
||||
width: 894px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.header_link
|
||||
{
|
||||
float: left;
|
||||
padding: 2px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.rss
|
||||
{
|
||||
color: #00CCFF;
|
||||
float: right;
|
||||
padding: 2px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.buttons
|
||||
{
|
||||
margin-top: 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 900px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.buttons div
|
||||
{
|
||||
float: left;
|
||||
width: 89px;
|
||||
height: 32px;
|
||||
background: #363928 url(images/ombre_bt.gif) no-repeat bottom;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.buttons a
|
||||
{
|
||||
display: block;
|
||||
width: 85px;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
padding-top: 8px;
|
||||
color: #FFFFFF;
|
||||
background: #5B6044 url(images/button.gif) repeat-x top;
|
||||
font-family: "Trebuchet MS";
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
.buttons a:hover
|
||||
{
|
||||
background: #5B6044 url(images/button_hover.gif) no-repeat bottom center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.recherche
|
||||
{
|
||||
float: right;
|
||||
text-align: left;
|
||||
margin: 4px 10px;
|
||||
}
|
||||
|
||||
.recherche a
|
||||
{
|
||||
color: #99CC00;
|
||||
}
|
||||
|
||||
input[type="text"]
|
||||
{
|
||||
color: #345800;
|
||||
width: 120px;
|
||||
background-color: #E7ECCE;
|
||||
border: #CCFF34 solid 1px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
input[type="text"]:focus
|
||||
{
|
||||
border-color: #CCFF34;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
input[type="submit"]
|
||||
{
|
||||
width: 50px;
|
||||
height: 15px;
|
||||
color: #FFFFFF;
|
||||
font-family:"verdana";
|
||||
font-weight: bold;
|
||||
font-size: 8px;
|
||||
text-decoration:none;
|
||||
background: transparent;
|
||||
background-image: url(images/ok.gif);
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
input[type="submit"]:hover
|
||||
{
|
||||
color: #043A50;
|
||||
}
|
||||
|
||||
.annonce
|
||||
{
|
||||
background-color: #2E3122;
|
||||
padding: 1px 6px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.menu
|
||||
{
|
||||
float: left;
|
||||
background-color: #2E3122;
|
||||
margin: 4px 2px;
|
||||
width: 214px;
|
||||
}
|
||||
|
||||
.menu_head
|
||||
{
|
||||
background: #363928 url(images/menu.gif) no-repeat top left;
|
||||
width: 214px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.menu a
|
||||
{
|
||||
text-align: left;
|
||||
text-indent: 8px;
|
||||
font-weight: normal;
|
||||
display: block;
|
||||
width: 210px;
|
||||
height: 23px;
|
||||
margin: 1px;
|
||||
background-color: #35392A;
|
||||
color: #999966;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.menu a:hover
|
||||
{
|
||||
color: #FFFFFF;
|
||||
background: #797C6C url(images/menu_lien.gif) repeat-x bottom;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.space
|
||||
{
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.corps_top
|
||||
{
|
||||
float: right;
|
||||
clear: right;
|
||||
width: 680px;
|
||||
margin: 12px 5px;
|
||||
background: #2E3122 url(images/corps.gif) repeat-y center;
|
||||
}
|
||||
|
||||
.border_top
|
||||
{
|
||||
width: 680px;
|
||||
height: 9px;
|
||||
background: #363928 url(images/corpstop.gif) no-repeat center;
|
||||
}
|
||||
|
||||
.border_bt
|
||||
{
|
||||
width: 680px;
|
||||
height: 9px;
|
||||
background: #363928 url(images/corpsbt.gif) no-repeat center;
|
||||
}
|
||||
|
||||
.corps_top img, .corps_top div
|
||||
{
|
||||
float: left;
|
||||
margin: 2px 6px;
|
||||
}
|
||||
|
||||
.corps_top .ressource
|
||||
{
|
||||
float: right;
|
||||
width: 96px;
|
||||
height: 50px;
|
||||
padding-top: 25px;
|
||||
margin-right: 6px;
|
||||
background: transparent url(images/ressource.gif) no-repeat bottom;
|
||||
color: #00CCFF;
|
||||
}
|
||||
|
||||
.corps_top .border_top, .corps_top .border_bt
|
||||
{
|
||||
margin: 0;
|
||||
float: none;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.ressource span
|
||||
{
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.corps
|
||||
{
|
||||
float: right;
|
||||
clear: right;
|
||||
margin: 5px;
|
||||
width: 680px;
|
||||
background: #2E3122 url(images/corps.gif) repeat-y center;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.corps .barre
|
||||
{
|
||||
background: transparent url(images/barre.gif) no-repeat center;
|
||||
width: 670px;
|
||||
height: 20px;
|
||||
padding-top: 3px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
margin: 8px 4px;
|
||||
}
|
||||
|
||||
.corps div
|
||||
{
|
||||
margin: 8px 0px;
|
||||
height: 20px;
|
||||
padding-top: 3px;
|
||||
width: 670px;
|
||||
background-color: #35392A;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.corps .border_top, .corps .border_bt
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 9px;
|
||||
width: 680px;
|
||||
}
|
||||
|
||||
.footer
|
||||
{
|
||||
width: 894px;
|
||||
clear: both;
|
||||
background-color: #212318;
|
||||
padding: 8px;
|
||||
}
|
||||
65
templates/csnu/base.tpl
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.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" />
|
||||
<title>::Halo-Battle:: - CSNU</title>
|
||||
<link rel="stylesheet" href="../templates/csnu/base.css" type="text/css" media="all" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="cornertop5"></div>
|
||||
<div class="cornertop4"></div>
|
||||
<div class="cornertop3"></div>
|
||||
<div class="cornertop2"></div>
|
||||
<div class="cornertop1"></div>
|
||||
<div class="all">
|
||||
<div class="header">
|
||||
<div class="header_link"><span style="color: rgb(153, 204, 0);">{DATEHEURET}</span> | <a href="#">Titre dernière news</a> | <a href="#">Dernier topic forum</a> | <a href="#">Dernier membre inscrit</a> | <a href="#">Téléchargement</a> | <a href="#">Lien</a></div><a href="#" class="rss"><img src="images/menu/rss.gif" alt="RSS" height="14" width="14" /> RSS :: s'abonner</a>
|
||||
<img src="images/menu/h_header.jpg" alt="header" height="82" width="908" />
|
||||
<div class="buttons"><div><a href="depart.php">ACCUEIL</a></div> <div><a href="#">LE JEU</a></div> <div><a href="#">S'INSCRIRE</a></div> <div><a href="#">FORUM</a></div> <div><a href="#">STAFF</a></div> <div><a href="#">F.A.Q.</a></div></div>
|
||||
<form class="recherche" action="#" method="post"><fieldset><input name="recherche" value="rechercher" onfocus="this.value = this.value!='rechercher'?this.value:''" onblur="this.value=this.value==''?'rechercher':this.value" type="text" /> <input value="OK" type="submit" /><br /><a href="#"><img src="images/menu/recherche.gif" alt="+" height="7" width="7" /> Recherche Avancée</a></fieldset></form>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
<div class="annonce"><span style="color: rgb(153, 153, 153); float: left;"><b>DEFENDREZ-VOUS L'HUMANITE OU LA DETRUIREZ-VOUS</b></span><span style="color: rgb(255, 204, 0); float: right;">{COUNTHUMAINS} Marines et {COUNTCOVENANTS} Covenants se battent dans <ins>1 univers</ins></span><div style="clear: both;"></div></div>
|
||||
<div>
|
||||
<div class="menu"><div class="menu_head"></div>
|
||||
<a href="depart.php">Accueil</a> <a href="#">Batiments</a> <a href="#">Caserne</a> <a href="#">Chantier spatial</a> <a href="#">Chantier terrestre</a> <a href="#">Défenses</a> <a href="#">Laboratoires</a> <a href="#">Arbre technologique</a><div class="space"></div>
|
||||
<a href="#">Ressources</a> <a href="#">Gestion</a> <a href="#">Flotte</a> <a href="#">Armée</a> <a href="#">Carte spatiale</a> <a href="#">Options</a><div class="space"></div>
|
||||
<a href="#">Messages</a> <a href="#">Alliance</a> <a href="#">Classement</a> <a href="#">Forums</a> <a href="#">Rapports de bug</a> <a href="#">F.A.Q.</a> <a href="#">Déconnexion</a><div class="space"></div>
|
||||
</div>
|
||||
<div class="corps_top">
|
||||
<div class="border_top"></div>
|
||||
<img src="images/planetes/{RES_IMAGE}.jpg" alt="planète" height="70" width="70" />
|
||||
<div style="color: rgb(105, 147, 167);">Bonjour, <span style="color: rgb(204, 204, 0);">{PSEUDO},</span><br />Votre position actuelle:<br /><br />
|
||||
<form action="ndepart.php" method="get" id="change_planete">
|
||||
<p>
|
||||
<select size="1" onchange="document.getElementById('change_planete').submit();" name="Pid">
|
||||
<!-- BEGIN planetes -->
|
||||
<option value="{planetes.RES_VALUE}"{planetes.RES_MORE}>{planetes.RES_NOM} {planetes.RES_REF}</option>
|
||||
<!-- END planetes -->
|
||||
</select>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
<div class="ressource"><span>{NOM_ENERGIE}</span><br />{RES_ENERGIE}</div>
|
||||
<div class="ressource"><span>{NOM_HYDROGENE}</span><br />{RES_HYDROGENE}</div>
|
||||
<div class="ressource"><span>{NOM_CRISTAL}</span><br />{RES_CRISTAL}</div>
|
||||
<div class="ressource"><span>{NOM_METAL}</span><br />{RES_METAL}</div>
|
||||
<div class="border_bt"></div>
|
||||
</div>
|
||||
<div class="corps">{PUB}<br />
|
||||
{CONTENU}
|
||||
</div>
|
||||
<div class="footer">Réalisé par Halo-Battle Staff<br />Design by <a href="http://www.theartscommunity.org/" onclick="window.open(this.href); return false;"><ins>nothingarts</ins></a><br /><br />Site visité 514200 fois depuis sa création<br /><a href="#">Accueil</a> | <a href="#">Le jeu</a> | <a href="#">S'inscrire</a> | <a href="#">Forum</a> | <a href="#">Staff</a> | <a href="#">F.A.Q.</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cornerbt1"></div>
|
||||
<div class="cornerbt2"></div>
|
||||
<div class="cornerbt3"></div>
|
||||
<div class="cornerbt4"></div>
|
||||
<div class="cornerbt5"></div>
|
||||
|
||||
<!-- \\******* By Phantom & Némunaire *******// Halo-Battle, Tous droits réservés -->
|
||||
</body></html>
|
||||
12
templates/csnu/depart.tpl
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<div class="border_top"></div>
|
||||
<div class="barre">Evénements</div>
|
||||
<span style="text-align: left; text-indent: 12px; display: block;">Heure du serveur: {DATEHEURE}</span>
|
||||
<span style="text-align: left; text-indent: 12px; display: block;">{MESSAGERIE}</span>
|
||||
<div style="background-color: rgb(71, 76, 54);"><a href="rename.php" style="color: #FFFFFF; font-weight: normal;">{NOM_PLANETE}</a><span style="color: rgb(105, 147, 167);"> (<span style="color: rgb(204, 204, 0);">{PSEUDO_PLANETE}</span>)</span></div>
|
||||
<img src="images/planetes/{IMAGE}.jpg" alt="planete" height="200" width="200" />
|
||||
<div class="barre">Infos</div>
|
||||
<div>Diamètre: {DESC_DIAMETRE} km <ins>({DESC_CASES}/{DESC_CASESMAX} cases)</ins></div>
|
||||
<div>Race : {RACE}</div>
|
||||
<div>Position: {GALAXIE}.{SYSTEME}.{POSITION}</div>
|
||||
<div>Classement: {POINTS} points ({PLACE})</div>
|
||||
<div class="border_bt"></div>
|
||||
BIN
templates/csnu/images/Thumbs.db
Normal file
BIN
templates/csnu/images/barre.gif
Normal file
|
After Width: | Height: | Size: 327 B |
BIN
templates/csnu/images/button.gif
Normal file
|
After Width: | Height: | Size: 146 B |
BIN
templates/csnu/images/button_hover.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
templates/csnu/images/corps.gif
Normal file
|
After Width: | Height: | Size: 83 B |
BIN
templates/csnu/images/corpsbt.gif
Normal file
|
After Width: | Height: | Size: 447 B |
BIN
templates/csnu/images/corpstop.gif
Normal file
|
After Width: | Height: | Size: 447 B |
BIN
templates/csnu/images/menu.gif
Normal file
|
After Width: | Height: | Size: 152 B |
BIN
templates/csnu/images/menu_lien.gif
Normal file
|
After Width: | Height: | Size: 88 B |
BIN
templates/csnu/images/ok.gif
Normal file
|
After Width: | Height: | Size: 155 B |
BIN
templates/csnu/images/ombre_bt.gif
Normal file
|
After Width: | Height: | Size: 937 B |
BIN
templates/csnu/images/recherche.gif
Normal file
|
After Width: | Height: | Size: 264 B |
BIN
templates/csnu/images/ressource.gif
Normal file
|
After Width: | Height: | Size: 450 B |
BIN
templates/csnu/images/rss.gif
Normal file
|
After Width: | Height: | Size: 588 B |
22
templates/csnu/rename.tpl
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<form action="nom.php" method="post">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td colspan=3>Votre planète</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Position</td>
|
||||
<td>Nom</td>
|
||||
<td>Actions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1:4:10</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rennomer</td>
|
||||
<td><input type="text" name="nouveaunom" size="20" class="zone_texte" /></td>
|
||||
<td><input type="submit" value="Renommer" class="bouton" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
|
@ -1,18 +1,20 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.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="Content-Type" content="application/xhtml+xml; charset=windows-1252" />
|
||||
<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="Description" 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>
|
||||
|
||||
<body><p>
|
||||
{HEADER}
|
||||
{RESSOURCES}<br /><br /><br /><br /><div class="centre">{PUB}</div><br />{ERREUR}
|
||||
{PAGE}</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,108 +0,0 @@
|
|||
<?
|
||||
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'];
|
||||
?>
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
<? 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>";
|
||||
?>
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
<? 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>";
|
||||
?>
|
||||
|
|
@ -1,73 +0,0 @@
|
|||
<? 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>";
|
||||
?>
|
||||
|
Before Width: | Height: | Size: 248 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 1.3 MiB |
|
|
@ -1,95 +0,0 @@
|
|||
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;
|
||||
}
|
||||
|
|
@ -1,215 +0,0 @@
|
|||
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; */
|
||||
|
Before Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 827 B |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 248 KiB |
|
Before Width: | Height: | Size: 591 B |
|
Before Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 37 KiB |
381
templates/forerunner/base.css
Normal file
|
|
@ -0,0 +1,381 @@
|
|||
*
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #FF3B01;
|
||||
}
|
||||
|
||||
a:hover,a:visited:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body, html
|
||||
{
|
||||
background-color: #000000;
|
||||
text-align: center;
|
||||
font-family: "arial";
|
||||
font-size: 10px;
|
||||
color: #585858;
|
||||
}
|
||||
|
||||
.all
|
||||
{
|
||||
background-color: #161616;
|
||||
width: 930px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 70px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.header
|
||||
{
|
||||
background-color: #1C1C1C;
|
||||
border: #222222 solid 1px;
|
||||
color: #FF3B01;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.header_link
|
||||
{
|
||||
text-align: left;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.buttons
|
||||
{
|
||||
margin-top: 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 890px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.buttons a
|
||||
{
|
||||
display: block;
|
||||
float: left;
|
||||
width: 105px;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
padding-top: 10px;
|
||||
margin-right: 15px;
|
||||
color: #FFFFFF;
|
||||
border: #373737 solid 1px;
|
||||
background: #232323 url(images/button.gif) repeat-x bottom;
|
||||
}
|
||||
|
||||
.buttons a:hover
|
||||
{
|
||||
color: #FF3B01;
|
||||
background: #414141 url(images/button_hover.gif) repeat-x bottom;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.pub
|
||||
{
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.corps
|
||||
{
|
||||
background-color: #1C1C1C;
|
||||
border: #222222 solid 1px;
|
||||
padding: 30px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.cadre
|
||||
{
|
||||
background-color: #222222;
|
||||
border: #303030 solid 1px;
|
||||
padding: 20px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.titre_cadre
|
||||
{
|
||||
background-color: #1C1C1C;
|
||||
border: #303030 solid 1px;
|
||||
padding: 5px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.titre
|
||||
{
|
||||
border: #303030 solid 1px;
|
||||
padding: 15px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.accueil_planete
|
||||
{
|
||||
border: #3E3E3E solid 1px;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
.contour
|
||||
{
|
||||
background-color: #1C1C1C;
|
||||
border: #303030 solid 1px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.accueil
|
||||
{
|
||||
border: #303030 solid 1px;
|
||||
padding: 15px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.footer
|
||||
{
|
||||
background-color: #FFFFFF;
|
||||
padding: 15px;
|
||||
font-size: 11px;
|
||||
color: #925F46;
|
||||
}
|
||||
|
||||
.hightlight
|
||||
{
|
||||
color: #C2671E;
|
||||
font-family: sans-serif;
|
||||
font-size: 12px;
|
||||
word-spacing: 2px;
|
||||
}
|
||||
|
||||
.construction
|
||||
{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
border-collapse: separate;
|
||||
border-spacing: 20px;
|
||||
}
|
||||
|
||||
.constructionD
|
||||
{
|
||||
width: 130px;
|
||||
height: 132px;
|
||||
border: #464646 solid 1px;
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.constructionI
|
||||
{
|
||||
height: 150px;
|
||||
width: 20px;
|
||||
float: left;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.espace
|
||||
{
|
||||
width: 450px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
input[type="text"]
|
||||
{
|
||||
color: #E88607;
|
||||
width: 60px;
|
||||
background-color: #DFDFDF;
|
||||
border: #4F4F4F solid 1px;
|
||||
}
|
||||
|
||||
input[type="text"]:focus
|
||||
{
|
||||
background-color: #FFD49D;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
input[type="text"]:hover
|
||||
{
|
||||
color: #8F5100;
|
||||
}
|
||||
|
||||
input[type="submit"]
|
||||
{
|
||||
color: #F26701;
|
||||
background-color:#FFFFFF;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
border: outset #3A3A3A 2px;
|
||||
margin: 8px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
input[type="submit"]:focus
|
||||
{
|
||||
border: inset #3A3A3A 2px;
|
||||
}
|
||||
|
||||
.espace a
|
||||
{
|
||||
font-size: 22px;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.systeme
|
||||
{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
border-collapse: separate;
|
||||
border-spacing: 4px;
|
||||
empty-cells: show;
|
||||
}
|
||||
|
||||
.systeme td
|
||||
{
|
||||
border: #614F3E solid 1px;
|
||||
padding: 4px 10px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
color: #93846F;
|
||||
}
|
||||
|
||||
#arbre
|
||||
{
|
||||
position:absolute;
|
||||
bottom: 60px;
|
||||
left: 20px;
|
||||
width: 220px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#menu
|
||||
{
|
||||
float: left;
|
||||
width: 50px;
|
||||
height: 15px;
|
||||
background-color: #C05B01;
|
||||
color: #FFFFFF;
|
||||
border: outset #3A3A3A 1px;
|
||||
margin: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#arbre a
|
||||
{
|
||||
display: block;
|
||||
background-color: #7A7A7A;
|
||||
width: 220px;
|
||||
height: 15px;
|
||||
margin-bottom: 1px;
|
||||
color: #FFFFFF;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#arbre a:hover
|
||||
{
|
||||
background-color: #373737;
|
||||
color: #FF3B01;
|
||||
}
|
||||
|
||||
#arbre .space
|
||||
{
|
||||
background-color: transparent;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
.bulle
|
||||
{
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
height: 250px;
|
||||
background-color: #000000;
|
||||
filter: alpha(opacity=70);
|
||||
-moz-opacity: 0.70;
|
||||
opacity: 0.70;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.bulle a
|
||||
{
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#barre
|
||||
{
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
z-index: 50;
|
||||
width: 100%;
|
||||
height: 65px;
|
||||
background-color: #2B2B2B;
|
||||
}
|
||||
|
||||
#barre span
|
||||
{
|
||||
float: left;
|
||||
display: block;
|
||||
padding: 4px;
|
||||
margin: 15px 20px;
|
||||
font-size: 12px;
|
||||
border: #E28500 ridge 2px;
|
||||
background-color: #A8A8A8;
|
||||
}
|
||||
|
||||
#barre .planetes img
|
||||
{
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#barre a.planetes
|
||||
{
|
||||
display: block;
|
||||
margin: 0 10px;
|
||||
float: right;
|
||||
display: block;
|
||||
color: #FFFFFF;
|
||||
filter: alpha(opacity=50);
|
||||
-moz-opacity: 0.50;
|
||||
opacity: 0.50;
|
||||
border: #2B2B2B 1px dashed;
|
||||
}
|
||||
|
||||
#barre a.planetes:hover
|
||||
{
|
||||
filter: alpha(opacity=100);
|
||||
-moz-opacity: 1;
|
||||
opacity: 1;
|
||||
border: #E14C03 1px dashed;
|
||||
}
|
||||
|
||||
.versions
|
||||
{
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.versions th
|
||||
{
|
||||
background-color: #222222;
|
||||
border: #3C3C3C solid 1px;
|
||||
}
|
||||
|
||||
.versions td
|
||||
{
|
||||
background-color: #222222;
|
||||
border: #3C3C3C solid 1px;
|
||||
}
|
||||
54
templates/forerunner/base.tpl
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.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" />
|
||||
<title> ::Halo-Battle:: </title>
|
||||
<link rel="stylesheet" href="../templates/forerunner/base.css" type="text/css" media="all" />
|
||||
<script src="../templates/forerunner/menu.js" type="text/javascript"></script>
|
||||
<script src="../js/prototype.js" type="text/javascript"></script>
|
||||
<script src="flotte.js" type="text/javascript"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{HEADER}
|
||||
<div class="all">
|
||||
<div class="header">
|
||||
<div id="barre">
|
||||
<div id="menu" onclick="menu()" onmousemove="menu()" onmouseout="hidemenu()">menu</div>
|
||||
<div id="arbre" onmouseout="hidemenu()" onmousemove="menu()">
|
||||
<a href="version.php">Version {VERSION}</a><div class="space"></div>
|
||||
<a href="depart.php?pas=0">::Accueil::</a><a href="batiment.php">::Batiments::</a><a href="prochainement.php">::Caserne::</a><a href="chantier_spatial.php">::Chantier Spatial::</a><a href="prochainement.php">::Chantier terrestre::</a><a href="defense.php">::Défenses::</a><a href="laboratoire.php">::Laboratoire::</a><a href="#">::Arbre Technologique::</a><div class="space"></div>
|
||||
<a href="ressources.php">::Ressources::</a><a href="prochainement.php">::Gestion::</a><a href="flotte.php">::Flotte::</a><a href="prochainement.php">::Armée:</a><a href="carte.php">::Carte Spatiale::</a><a href="options.php">::Options::</a><div class="space"></div>
|
||||
<a href="messagerie.php">::Messages::</a><a href="prochainement.php">::Alliance::</a><a href="#">::Classement::</a><a href="http://halo-battle.s-fr.com/forum/index.php" onclick="window.open(this.href); return false;">::Forum::</a><a href="#">::Rapport de bug::</a><a href="prochainement.php">::FAQ::</a><div class="space"></div>
|
||||
<a href="../logout.php">::Déconnexion::</a>
|
||||
</div>
|
||||
<span style="color:#B45B1A">{NOM_METAL}: {RES_METAL}</span><span style="color:#0A6862">{NOM_CRISTAL}: {RES_CRISTAL}</span><span style="color:#461AB4">{NOM_HYDROGENE}: {RES_HYDROGENE}</span><span style="color:#461AB4">{NOM_ENERGIE}: {RES_ENERGIE}</span>
|
||||
<!-- BEGIN planetes -->
|
||||
<a title="{planetes.RES_NOM}" class="planetes" href="ndepart.php?Pid={planetes.RES_VALUE}"><img alt="{planetes.RES_NOM}" src="images/planetes/{planetes.RES_IMG}.jpg" /></a>
|
||||
<!-- END planetes -->
|
||||
</div>
|
||||
<div class="header_link"><a href="#">Téléchargement</a> | <a href="#">Dernier membre inscrit</a> | <a href="#">Dernière news</a> | <a href="#">Note</a> | <a href="#">Archive</a></div>
|
||||
<img src="images/menu/f_header.jpg" alt="header" width="891" height="113" />
|
||||
<div class="buttons"><a href="depart.php?pas=0">Accueil</a> <a href="http://halo-battle.s-fr.com/forum/index.php" onclick="window.open(this.href); return false;">Forum</a> <a href="batiment.php">Batiments</a> <a href="laboratoire.php">Laboratoire</a> <a href="carte.php">Galaxie</a> <a href="#">Statistiques</a></div>
|
||||
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
|
||||
<div class="pub">
|
||||
{PUB}
|
||||
</div>
|
||||
<br />
|
||||
<div class="corps">
|
||||
{CONTENU}
|
||||
</div>
|
||||
<div class="footer">Halo-Battle, Tous droits réservés.<br />Coding By Master_Leon & Némunaire<br />Design By O D S T & Phantøm</div>
|
||||
</div>
|
||||
|
||||
<!-- \\******* By Phantom & Némunaire *******// Halo-Battle, Tous droits réservés -->
|
||||
</body>
|
||||
</html>
|
||||
22
templates/forerunner/batiments.tpl
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ERREUR}
|
||||
<div class="cadre">
|
||||
<div class="titre_cadre">
|
||||
<div class="titre"><span class="hightlight">File d'attente</span><br /><br />
|
||||
<!-- BEGIN file -->
|
||||
{file.NOM} - {file.RESTANT}<i><a href="annul_bat.php?bat={file.NUM}">Annuler</a></i>{CHAINE}<br />
|
||||
<!-- END file -->
|
||||
{FILETXT}
|
||||
</div>
|
||||
</div>
|
||||
<div class="contour">
|
||||
<table style="margin-left: auto; margin-right: auto; text-align: center; width: 620px;">
|
||||
<tbody>
|
||||
<tr><td>
|
||||
<!-- BEGIN batiment -->
|
||||
<div class="constructionD" onclick="view_info(this,'{batiment.NOME}','{batiment.NEC_METAL}','{batiment.NEC_CRISTAL}','{batiment.NEC_HYDROGENE}','{batiment.TEMPS}','{batiment.DESCRIPTIONE}','{batiment.LIEN}','{batiment.ACT}',false)"><img src="images/batiments/{batiment.IMAGE}" width="130" height="132" alt="{batiment.NOM}" /></div><div class="constructionI"></div>
|
||||
<!-- END batiment -->
|
||||
</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
39
templates/forerunner/carte.tpl
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{ERREUR}
|
||||
|
||||
<form action="carte.php" method="get">
|
||||
<table border="0" style="text-align: center; margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td class="z" style="width: 50%;">Amas<br /><input name="galaxy" value="{GALAXIE}" size="5" maxlength="2" type="text" class="zone_texte" /></td>
|
||||
<td class="z" style="width: 50%;">Système solaire<br /><input name="ss" value="{SYSTEME}" size="5" maxlength="3" type="text" class="zone_texte" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="z" colspan="2">
|
||||
<a href="carte.php?galaxy={GALAXIEM}&ss={SYSTEMEM}"><<<</a> <input value="Afficher" type="submit" class="bouton" /> <a href="carte.php?galaxy={GALAXIEP}&ss={SYSTEMEP}">>>></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<br />
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td colspan="6" class="z" style="text-align: center;"><b>Système {GALAXIE} : {SYSTEME}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Position</td>
|
||||
<td>Nom</td>
|
||||
<td>Débris métal</td>
|
||||
<td>Débris cristal</td>
|
||||
<td>Joueur</td>
|
||||
<td>Message</td>
|
||||
</tr>
|
||||
<!-- BEGIN planete -->
|
||||
<tr>
|
||||
<td style="height: 20px">{planete.I}</td>
|
||||
<td>{planete.NOM}</td>
|
||||
<td>{planete.DEB_MET}</td>
|
||||
<td>{planete.DEB_CRI}</td>
|
||||
<td>{planete.RACE} {planete.JOUEUR}</td>
|
||||
<td>{planete.MAIL}</td>
|
||||
</tr>
|
||||
<!-- END planete -->
|
||||
</table>
|
||||
22
templates/forerunner/chantier_spatial.tpl
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ERREUR}
|
||||
<div class="cadre">
|
||||
<div class="titre_cadre">
|
||||
<div class="titre"><span class="hightlight">File d'attente</span><br /><br />
|
||||
<!-- BEGIN file -->
|
||||
{file.NOM} - {file.RESTANT}<i><a href="annul_vais.php?vai={file.NUM}&depart={file.I}">Annuler</a></i>{CHAINE}<br />
|
||||
<!-- END file -->
|
||||
{FILETXT}
|
||||
</div>
|
||||
</div>
|
||||
<div class="contour">
|
||||
<table style="margin-left: auto; margin-right: auto; text-align: center; width: 620px;">
|
||||
<tbody>
|
||||
<tr><td>
|
||||
<!-- BEGIN vaisseau -->
|
||||
<div class="constructionD" onclick="view_info(this,'{vaisseau.NOME}','{vaisseau.NEC_METAL}','{vaisseau.NEC_CRISTAL}','{vaisseau.NEC_HYDROGENE}','{vaisseau.TEMPS}','{vaisseau.DESCRIPTIONE}','{vaisseau.LIEN}','{vaisseau.ACT}',true)"><img src="images/vaisseaux/{vaisseau.IMAGE}" width="130" height="132" alt="{vaisseau.NOM}" /><br />{vaisseau.NIVEAU}</div><div class="constructionI"></div>
|
||||
<!-- END vaisseau -->
|
||||
</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
20
templates/forerunner/defaut.tpl
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.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="Content-Type" content="application/xhtml+xml; charset=windows-1252" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta name="Description" 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><p>
|
||||
{HEADER}
|
||||
{RESSOURCES}<br /><br /><br /><br /><div class="centre">{PUB}</div><br />{ERREUR}
|
||||
{PAGE}</p>
|
||||
</body>
|
||||
</html>
|
||||
22
templates/forerunner/defense.tpl
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ERREUR}
|
||||
<div class="cadre">
|
||||
<div class="titre_cadre">
|
||||
<div class="titre"><span class="hightlight">File d'attente</span><br /><br />
|
||||
<!-- BEGIN file -->
|
||||
{file.NOM} - {file.RESTANT}<i><a href="annul_vais.php?vai={file.NUM}&depart={file.I}">Annuler</a></i>{CHAINE}<br />
|
||||
<!-- END file -->
|
||||
{FILETXT}
|
||||
</div>
|
||||
</div>
|
||||
<div class="contour">
|
||||
<table style="margin-left: auto; margin-right: auto; text-align: center; width: 620px;">
|
||||
<tbody>
|
||||
<tr><td>
|
||||
<!-- BEGIN defense -->
|
||||
<div class="constructionD" onclick="view_info(this,'{defense.NOME}','{defense.NEC_METAL}','{defense.NEC_CRISTAL}','{defense.NEC_HYDROGENE}','{defense.TEMPS}','{defense.DESCRIPTIONE}','{defense.LIEN}','{defense.ACT}',true)"><img src="images/terrestre/{defense.IMAGE}" width="130" height="132" alt="{defense.NOM}" /><br />{defense.NIVEAU}</div><div class="constructionI"></div>
|
||||
<!-- END defense -->
|
||||
</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
10
templates/forerunner/depart.tpl
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<div class="cadre">
|
||||
<div class="titre_cadre">
|
||||
<div class="titre">Heure du serveur: <span class="hightlight">{DATEHEURE}</span><br />{MESSAGERIE}</div>
|
||||
{FLOTTE}
|
||||
</div>
|
||||
<div class="contour">
|
||||
<img src="images/planetes/{IMAGE}.jpg" class="accueil_planete" alt="planète" width="200" height="200" /><br /><a href="rename.php">{NOM_PLANETE}</a>
|
||||
<div class="accueil">Diamètre: <span class="hightlight">{DESC_DIAMETRE} km ({DESC_CASES}/{DESC_CASESMAX} cases)</span><br />Race: <span class="hightlight">{RACE}</span><br />Position: <span class="hightlight">[{GALAXIE}:{SYSTEME}:{POSITION}]</span><br />Classement: <span class="hightlight">{POINTS} points ({PLACE})</span></div>
|
||||
</div>
|
||||
</div>
|
||||
31
templates/forerunner/flotte1.tpl
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{ERREUR}
|
||||
<div class="cadre">
|
||||
{FLOTTESEC}
|
||||
<div class="contour">
|
||||
<form method="post" action="lancer_flotte.php">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<th style="width: 200px;">Vaisseaux<input type="hidden" name="action" value="avt" /></th>
|
||||
<th style="width: 150px;">Nombre disponible</th>
|
||||
<th style="width: 70px">Max</th>
|
||||
<th style="width: 100px">A envoyer<br />Flottes : {NBFLOTTE}/{NBFLOTTEMAX}</th>
|
||||
</tr>
|
||||
<!-- BEGIN vaisseau -->
|
||||
<tr>
|
||||
<td>{vaisseau.NOM}</td>
|
||||
<td style="text-align: center;">{vaisseau.NB}</td>
|
||||
<td><a href="javascript:maxvaisseau('vaisseau{vaisseau.NUM}');">max</a></td>
|
||||
<td><input name="maxvaisseau{vaisseau.NUM}" value="{vaisseau.NB}" type="hidden" /><input type="text" class="zone_texte" size="8" maxlength="10" name="vaisseau{vaisseau.NUM}" /></td>
|
||||
</tr>
|
||||
<!-- END vaisseau -->
|
||||
<tr>
|
||||
<td colspan="2"><a href="javascript:aucunvaisseaux();">Aucun vaisseau</a></td>
|
||||
<td colspan="2"><a href="javascript:maxvaisseaux();">Tous les vaisseaux</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">{ACTION}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
74
templates/forerunner/flotte2.tpl
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
{ERREUR}
|
||||
<div class="cadre">
|
||||
<div class="contour">
|
||||
<form method="post" action="creerflotte.php">
|
||||
<p>
|
||||
<input type="hidden" name="action" value="apr" />
|
||||
<!-- BEGIN vaisseau -->
|
||||
<input type="hidden" name="vaisseau{vaisseau.NUM}" value="{vaisseau.NB}" />
|
||||
<!-- END vaisseau -->
|
||||
</p>
|
||||
<table style="width: 500px; margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td colspan="2">Préparation de la flotte</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%">Nom</td>
|
||||
<td style="width: 50%"><input type="text" name="nom" id="nom_fleet" maxlength="250" size="20" onchange="tempsFlotte();" class="zone_texte" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%">Destination</td>
|
||||
<td style="width: 50%"><input type="text" name="galaxie" id="end_galaxie" maxlength="1" size="2" class="zone_texte" onchange="tempsFlotte();" value="{GALAXIE}" />:<input type="text" name="ss" id="end_ss" maxlength="3" size="2" class="zone_texte" onchange="tempsFlotte();" value="{SYSTEME}" />:<input type="text" name="position" id="end_position" maxlength="2" size="2" class="zone_texte" onchange="tempsFlotte();" value="{POS}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%">Vitesse</td>
|
||||
<td style="width: 50%">
|
||||
<select name="speed" id="vitesse" onchange="tempsFlotte();">
|
||||
<option value="100">100%</option>
|
||||
<option value="75">75%</option>
|
||||
<option value="50">50%</option>
|
||||
<option value="25">25%</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%">Temps de déplacement</td>
|
||||
<td style="width: 50%" id="temps">-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%">Consomation</td>
|
||||
<td style="width: 50%" id="conso">-</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">Mission & Contenu</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%">Mission</td>
|
||||
<td style="width: 50%">
|
||||
<select name="mission" id="mission" onchange="tempsFlotte();">
|
||||
<option value="1">Attaquer</option>
|
||||
<option value="2">Transporter</option>
|
||||
<option value="0">Stationner</option>
|
||||
{ACTIONSUPP}
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%">Métal</td>
|
||||
<td style="width: 50%"><input type="text" name="metal" maxlength="6" size="10" class="zone_texte" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%">Cristal</td>
|
||||
<td style="width: 50%"><input type="text" name="cristal" maxlength="6" size="10" class="zone_texte" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%">Hydrogène</td>
|
||||
<td style="width: 50%"><input type="text" name="hydrogene" id="cale_hyd" onchange="tempsFlotte();" maxlength="6" size="10" class="zone_texte" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" id="deblok"><b>Complètez les champs ci-dessus</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
31
templates/forerunner/flotte3.tpl
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{ERREUR}
|
||||
<div class="cadre">
|
||||
{FLOTTESEC}
|
||||
<div class="contour">
|
||||
<form method="post" action="lancer_flotte.php">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<th style="width: 200px;">Vaisseaux<input type="hidden" name="action" value="avt" /></th>
|
||||
<th style="width: 150px;">Nombre disponible</th>
|
||||
<th style="width: 70px">Max</th>
|
||||
<th style="width: 100px">A envoyer<br />Flottes : {NBFLOTTE}/{NBFLOTTEMAX}</th>
|
||||
</tr>
|
||||
<!-- BEGIN vaisseau -->
|
||||
<tr>
|
||||
<td>{vaisseau.NOM}</td>
|
||||
<td style="text-align: center;">{vaisseau.NB}</td>
|
||||
<td><a href="javascript:maxvaisseau('vaisseau{vaisseau.NUM}');">max</a></td>
|
||||
<td><input name="maxvaisseau{vaisseau.NUM}" value="{vaisseau.NB}" type="hidden" /><input type="text" class="zone_texte" size="8" maxlength="10" name="vaisseau{vaisseau.NUM}" /></td>
|
||||
</tr>
|
||||
<!-- END vaisseau -->
|
||||
<tr>
|
||||
<td colspan="2"><a href="javascript:aucunvaisseaux();">Aucun vaisseau</a></td>
|
||||
<td colspan="2"><a href="javascript:maxvaisseaux();">Tous les vaisseaux</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">{ACTION}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
BIN
templates/forerunner/images/IA.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
templates/forerunner/images/Thumbs.db
Normal file
BIN
templates/forerunner/images/armement.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |