Version 0.10
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 |
BIN
templates/forerunner/images/button.gif
Normal file
|
After Width: | Height: | Size: 142 B |
BIN
templates/forerunner/images/button_hover.gif
Normal file
|
After Width: | Height: | Size: 142 B |
BIN
templates/forerunner/images/cargo.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
templates/forerunner/images/cristal.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
templates/forerunner/images/dca_legere.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
templates/forerunner/images/dca_lourde.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
templates/forerunner/images/drone.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
templates/forerunner/images/fregate.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
templates/forerunner/images/header.jpg
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
templates/forerunner/images/hydrogene.jpg
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
templates/forerunner/images/metal.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
templates/forerunner/images/msg.gif
Normal file
|
After Width: | Height: | Size: 588 B |
BIN
templates/forerunner/images/planete.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
templates/forerunner/images/planete2.jpg
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
templates/forerunner/images/planete3.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
templates/forerunner/images/planete4.jpg
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
templates/forerunner/images/radar.jpg
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
templates/forerunner/images/tourelle_fixe.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
22
templates/forerunner/laboratoire.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_tec.php?tec={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 technologie -->
|
||||
<div class="constructionD" onclick="view_info(this,'{technologie.NOME}','{technologie.NEC_METAL}','{technologie.NEC_CRISTAL}','{technologie.NEC_HYDROGENE}','{technologie.TEMPS}','{technologie.DESCRIPTIONE}','{technologie.LIEN}','{technologie.ACT}',false)"><img src="images/technologies/{technologie.IMAGE}" width="130" height="132" alt="{technologie.NOM}" /></div><div class="constructionI"></div>
|
||||
<!-- END technologie -->
|
||||
</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
1
templates/forerunner/manque.tpl
Normal file
|
|
@ -0,0 +1 @@
|
|||
<span style="font-size: 130%; font-weight: bold;">{TEXTE}</span>
|
||||
149
templates/forerunner/menu.js
Normal file
|
|
@ -0,0 +1,149 @@
|
|||
|
||||
var view = false;
|
||||
|
||||
function menu()
|
||||
{
|
||||
/*
|
||||
var x = 0;
|
||||
var y = -15;
|
||||
var menu1 = document.getElementById("menu");
|
||||
var menu2 = document.getElementById("menu");
|
||||
var xmenu = menu1.offsetLeft;
|
||||
var ymenu = menu1.offsetBottom;
|
||||
while (menu1 && menu1.tagName != 'BODY')
|
||||
{
|
||||
x += xmenu;
|
||||
menu1 = menu1.offsetParent;
|
||||
xmenu = menu1.offsetLeft;
|
||||
}
|
||||
|
||||
while (menu2 && menu2.tagName != 'BODY')
|
||||
{
|
||||
y += ymenu;
|
||||
menu2 = menu2.offsetParent;
|
||||
ymenu = menu2.offsetBottom;
|
||||
}
|
||||
|
||||
if (document.getElementById("arbre").style.display=="none" || !view)
|
||||
{*/
|
||||
document.getElementById("arbre").style.display = "block";
|
||||
view = true;
|
||||
/* }
|
||||
|
||||
else
|
||||
{
|
||||
document.getElementById("arbre").style.display = "none";
|
||||
}
|
||||
*/
|
||||
return true;
|
||||
}
|
||||
|
||||
function hidemenu()
|
||||
{
|
||||
setTimeout("hidemenuV()",750);
|
||||
view = false;
|
||||
}
|
||||
function hidemenuV()
|
||||
{
|
||||
if (view == false) {
|
||||
document.getElementById("arbre").style.display = "none";
|
||||
}
|
||||
}
|
||||
var info_var;
|
||||
|
||||
var onclick_var;
|
||||
|
||||
var kill = false;
|
||||
|
||||
function view_info(objet,nom,metal,cristal,hydrogene,temps,info,lien,display,form)
|
||||
{
|
||||
|
||||
if(document.getElementById("bulle"))
|
||||
{
|
||||
var bulle = document.getElementById("bulle").parentNode;
|
||||
|
||||
bulle.innerHTML = info_var;
|
||||
|
||||
bulle.setAttribute("onclick",onclick_var);
|
||||
|
||||
info_var= false;
|
||||
|
||||
return(view_info(objet,nom,metal,cristal,hydrogene,temps,info,lien,display,form));
|
||||
}
|
||||
|
||||
if (!info_var)
|
||||
{
|
||||
|
||||
var x = 20;
|
||||
var y = 80;
|
||||
var menu1 = objet;
|
||||
var menu2 = objet;
|
||||
var xmenu = menu1.offsetLeft;
|
||||
var ymenu = menu1.offsetTop;
|
||||
while (menu1 && menu1.tagName != 'BODY')
|
||||
{
|
||||
x += xmenu;
|
||||
menu1 = menu1.offsetParent;
|
||||
xmenu = menu1.offsetLeft;
|
||||
}
|
||||
|
||||
while (menu2 && menu2.tagName != 'BODY')
|
||||
{
|
||||
y += ymenu;
|
||||
menu2 = menu2.offsetParent;
|
||||
ymenu = menu2.offsetTop;
|
||||
}
|
||||
|
||||
info_var = objet.innerHTML;
|
||||
|
||||
onclick_var = objet.getAttribute("onclick");
|
||||
|
||||
objet.setAttribute("onclick", "hide_info(this,\'"+nom+"\')");
|
||||
|
||||
var envoi = form?'<form action=\"'+lien+'\" method=\"post\">'+(display=="none"?"<span style=\"font-weight: bold; color: #FF3600\" class=\"hightlight\">Ressources insuffisantes</span><br />":"")+'nombre: <input'+(display=="none"?" disabled":"")+' onfocus=\"kill=true\" onblur=\"kill=false\" type=\"text\" name="sa" value=\"0\" /><br /><input'+(display=="none"?" disabled":"")+' onfocus=\"kill=true\" onblur=\"kill=false\" type=\"submit\" value=\"Envoyer\" /></form>':(display=='none'?'<span style=\"font-weight: bold; color: #FF3600\" class=\"hightlight\">Ressources insuffisantes</span>':'<a href=\"'+lien+'\">'+(display=="stop"?"Stopper":"Construire")+'</a>');
|
||||
|
||||
objet.innerHTML += '<div id="bulle" onclick=\"hide_info(this.parentNode,\''+nom+'\')\" class=\"bulle\" style=\"top: '+y+'px; left: '+x+'px;\"><span class=\"hightlight\">nom: </span>'+nom+'<br /><span class=\"hightlight\">Coût métal: </span>'+metal+'<br /><span class=\"hightlight\">Coût crisal: </span>'+cristal+'<br /><span class=\"hightlight\">Coût hydrogène: </span>'+hydrogene+'<br /><span class=\"hightlight\">Temps de construction: </span>'+temps+'<br /><span class=\"hightlight\">Description: </span>'+info+'<br /><br />'+envoi+'</div>';
|
||||
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
function hide_info(objet,nom)
|
||||
{
|
||||
|
||||
if(kill)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (info_var)
|
||||
{
|
||||
objet.innerHTML = info_var;
|
||||
|
||||
objet.setAttribute("onclick",onclick_var);
|
||||
|
||||
info_var= false;
|
||||
return true;
|
||||
}
|
||||
else return false;
|
||||
}
|
||||
|
||||
function reste(zetime) {
|
||||
if (zetime>0) {
|
||||
var heures = Math.floor(zetime / 3600);
|
||||
var minutes = Math.floor(((zetime / 3600) - Math.floor(zetime / 3600)) * 60);
|
||||
var secondes = zetime - ((Math.floor(zetime / 60)) * 60);
|
||||
if (heures < 10) heures = "0" + heures;
|
||||
if (minutes < 10) minutes = "0" + minutes;
|
||||
if (secondes < 10) secondes = "0" + secondes;
|
||||
document.getElementById("axion").innerHTML = heures + ":" + minutes + ":" + secondes;
|
||||
var restant = zetime - 1;
|
||||
setTimeout("reste(" + restant + ")", 1000);
|
||||
}
|
||||
else {
|
||||
document.getElementById("axion").innerHTML = "Terminé";
|
||||
setTimeout(window.document.location.reload(),3000);
|
||||
}
|
||||
}
|
||||
62
templates/forerunner/messagerie_accueil.tpl
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
{ERREUR}
|
||||
<form action="messagerie.php?act=del" method="post">
|
||||
<div class="cadre">
|
||||
<div class="contour">
|
||||
<table style="width: 100%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="4">Messagerie privée</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Emetteur</th>
|
||||
<th>Titre & extrait</th>
|
||||
<th>Date d'envoie</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- BEGIN messages -->
|
||||
<tr{messages.SPECIAL}>
|
||||
<td><input type="checkbox" name="action" value="{messages.ID}" /></td>
|
||||
<td>{messages.EXPEDITEUR}</td>
|
||||
<td><a href="messagerie.php?act=lire&id={messages.ID}"><b>{messages.SUJET}</b></a> - <i>{messages.EXTRAIT}</i></td>
|
||||
<td>{messages.DATEHEURE}</td>
|
||||
</tr>
|
||||
<!-- END messages -->
|
||||
{MESS}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<br />
|
||||
<div class="contour">
|
||||
<table style="width: 100%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="4">Rapports</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Type</th>
|
||||
<th>Titre & extrait</th>
|
||||
<th>Date d'envoie</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- BEGIN rapports -->
|
||||
<tr{rapports.SPECIAL}>
|
||||
<td><input type="checkbox" name="actionrapport" value="{rapports.ID}" /></td>
|
||||
<td>{rapports.TYPE}</td>
|
||||
<td><a href="messagerie.php?act=lire&id={rapports.ID}"><b>{rapports.SUJET}</b></a> - <i>{rapports.EXTRAIT}</i></td>
|
||||
<td>{rapports.DATEHEURE}</td>
|
||||
</tr>
|
||||
<!-- END rapports -->
|
||||
{RAPO}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<br />
|
||||
<div class="contour" style="text-align: left;">
|
||||
Pour les messages sélectionnés : <input type="submit" value="Supprimer" /> :: <input type="submit" value="Nouveau" onclick="window.location = 'messagerie.php?act=nouv'; return false;" />
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
35
templates/forerunner/messagerie_lire.tpl
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{ERREUR}
|
||||
<form action="messagerie.php?act=nouv" method="post">
|
||||
<div class="cadre">
|
||||
<div class="contour">
|
||||
<table style="width: 100%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Boîte de réception :: Message</th>
|
||||
</tr>
|
||||
<tr style="text-align: left;">
|
||||
<td style="width: 15%;">De :</td>
|
||||
<td style="width: 85%;">{EMETTEUR}</td>
|
||||
</tr>
|
||||
<tr style="text-align: left;">
|
||||
<td style="width: 15%;">A :</td>
|
||||
<td style="width: 85%;">{DESTINATAIRE}</td>
|
||||
</tr>
|
||||
<tr style="text-align: left;">
|
||||
<td style="width: 15%;">Envoyé le :</td>
|
||||
<td style="width: 85%;">{DATEHEURE}</td>
|
||||
</tr>
|
||||
<tr style="text-align: left;">
|
||||
<td style="width: 15%;">Sujet :</td>
|
||||
<td style="width: 85%;">{SUJET}</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2">{CORPS}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
31
templates/forerunner/messagerie_lirerapport.tpl
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{ERREUR}
|
||||
<form action="messagerie.php?act=nouv" method="post">
|
||||
<div class="cadre">
|
||||
<div class="contour">
|
||||
<table style="width: 100%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Boîte de réception :: Message</th>
|
||||
</tr>
|
||||
<tr style="text-align: left;">
|
||||
<td style="width: 15%;">A :</td>
|
||||
<td style="width: 85%;">{DESTINATAIRE}</td>
|
||||
</tr>
|
||||
<tr style="text-align: left;">
|
||||
<td style="width: 15%;">Envoyé le :</td>
|
||||
<td style="width: 85%;">{DATEHEURE}</td>
|
||||
</tr>
|
||||
<tr style="text-align: left;">
|
||||
<td style="width: 15%;">Type :</td>
|
||||
<td style="width: 85%;">{SUJET}</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2">{CORPS}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
31
templates/forerunner/messagerie_nouveau.tpl
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{ERREUR}
|
||||
<form action="messagerie.php?act=nouv" method="post">
|
||||
<div class="cadre">
|
||||
<div class="contour">
|
||||
<table style="width: 100%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Envoyer un nouveau message privé</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr style="text-align: left;">
|
||||
<td style="width: 25%;">Nom du destinataire</td>
|
||||
<td style="width: 75%;"><input type="text" name="util" size="20" maxlength="128" class="zone_texte" /></td>
|
||||
</tr>
|
||||
<tr style="text-align: left;">
|
||||
<td style="width: 25%;">Sujet</td>
|
||||
<td style="width: 75%;"><input type="text" name="sujet" size="40" maxlength="255" class="zone_texte" /></td>
|
||||
</tr>
|
||||
<tr style="text-align: left;">
|
||||
<td style="width: 25%;">Corps du message</td>
|
||||
<td style="width: 75%;"><textarea cols="30" rows="10" name="message" class="zone_texte"></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><input type="submit" value="Envoyer" /></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
51
templates/forerunner/options.tpl
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{ERREUR}
|
||||
<div class="cadre">
|
||||
<div class="contour">
|
||||
<form action="options_validation.php?chg=mdp" method="post">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td colspan="3"><b>Changer de mot de passe</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ancien mot de passe</td>
|
||||
<td> </td>
|
||||
<td><input type="text" name="mdp_anc" maxlength="32" size="20" class="zone_texte" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nouveau mot de passe</td>
|
||||
<td> </td>
|
||||
<td><input type="text" name="mdp_nouv" maxlength="32" size="20" class="zone_texte" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Confirmer mot de passe</td>
|
||||
<td> </td>
|
||||
<td><input type="text" name="mdp_conf" maxlength="32" size="20" class="zone_texte" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><br /><i><b>Le nouveau mot de passe sera modifié après validation par mail.<br />Veuillez vous assurez que votre adresse actuelle est toujours valide.</b></i><br /><input type="submit" value="Changer" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<br />
|
||||
<form action="options_validation.php?chg=mail" method="post">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td colspan="3"><b>Changer d'adresse électronique</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Adresse actuelle</td>
|
||||
<td> </td>
|
||||
<td>{MAIL}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nouvelle adresse</td>
|
||||
<td> </td>
|
||||
<td><input type="text" name="mail" maxlength="64" size="20" class="zone_texte" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"><br /><i><b>L'adresse mail sera modifiée une fois validée depuis votre nouvelle adresse.</b></i><br /><input type="submit" value="Changer" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
22
templates/forerunner/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>
|
||||
22
templates/forerunner/ressources.tpl
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto; width: 500px; border: #3C3C3C solid 1px;">
|
||||
<tr>
|
||||
<th colspan="2"></th>
|
||||
<th>Coefficient</th>
|
||||
<th>{NOM_METAL}</th>
|
||||
<th>{NOM_CRISTAL}</th>
|
||||
<th>{NOM_HYDROGENE}</th>
|
||||
<th>{NOM_ENERGIE}</th>
|
||||
</tr>
|
||||
<!-- BEGIN batiment -->
|
||||
<tr>
|
||||
<td colspan="2">{batiment.NIVEAU} {batiment.NOM}</td>
|
||||
<td>{batiment.COEFF}</td>
|
||||
<td><span style="color: {batiment.CMETAL}">{batiment.PMETAL}</span></td>
|
||||
<td><span style="color: {batiment.CCRISTAL}">{batiment.PCRISTAL}</span></td>
|
||||
<td><span style="color: {batiment.CHYDROGENE}">{batiment.PHYDROGENE}</span></td>
|
||||
<td><span style="color: {batiment.CENERGIE}">{batiment.PENERGIE}</span></td>
|
||||
</tr>
|
||||
<!-- END batiment -->
|
||||
</table>
|
||||
</div>
|
||||
15
templates/forerunner/version.tpl
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<table style="width: 530px; margin-left: auto; margin-right: auto;" cellpadding="2" class="versions">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2">Mises à jour</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- BEGIN versions -->
|
||||
<tr>
|
||||
<td style="width: 20%; font-weight: bold;">version {versions.NUMERO}</td>
|
||||
<td style="width: 80%; text-align: left;">{versions.DESCRIPTION}</td>
|
||||
</tr>
|
||||
<!-- END versions -->
|
||||
</tbody>
|
||||
</table>
|
||||