Version 0.7
This commit is contained in:
parent
e0f55450e1
commit
c117da6d77
148 changed files with 1914 additions and 801 deletions
2
templates/.htaccess
Normal file
2
templates/.htaccess
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Order Allow,Deny
|
||||
Deny from All
|
||||
17
templates/admin.tpl
Normal file
17
templates/admin.tpl
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="Content-Language" content="fr" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<title> ::Halo-Battle:: Panneau d'administration - {TITRE}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
18
templates/defaut.tpl
Normal file
18
templates/defaut.tpl
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="Content-Language" content="fr" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<link rel="stylesheet" media="screen" type="text/css" title="design" href="descriptions/diz/base.css" />
|
||||
<title> ::Halo-Battle:: Bêta</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
72
templates/depart.tpl
Normal file
72
templates/depart.tpl
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="Content-Language" content="fr" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<script type="text/javascript" src="time.js"></script>
|
||||
<link rel="stylesheet" media="screen" type="text/css" title="design" href="descriptions/diz/base.css" />
|
||||
<title> ::Halo-Battle:: Bêta</title>
|
||||
<style type="text/css">
|
||||
TD.c {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
TD.d {
|
||||
background-color: #000043;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{HEADER}
|
||||
{RESSOURCES}<br /><br /><br /><br /><br />
|
||||
<div class="centre">
|
||||
<table style="width: 500px; margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td colspan="2" align="left" class="c">Evènements</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%" class="d">Heure du serveur</td>
|
||||
<td>{DATEHEURE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">{MESSAGERIE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="left" class="c">
|
||||
<a href="rename.php">{NOM_PLANETE}</a> ({PSEUDO})
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center" colspan="2" height="220">
|
||||
<img src="images/planetes/{IMAGE}.jpg" alt="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%" class="d">Diamètre</td>
|
||||
<td>{DESC_DIAMETRE} km ({DESC_CASES}/{DESC_CASESMAX} cases)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%" class="d">Race</td>
|
||||
<td>{RACE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%" class="d">Position</td>
|
||||
<td>
|
||||
<a href="carte.php?galaxy={GALAXIE}&ss={SYSTEME}">[{GALAXIE}:{SYSTEME}:{POSITION}]</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%" class="d">Classement</td>
|
||||
<td>
|
||||
<a href="voir_classement.php">{POINTS} points ({PLACE})</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
172
templates/index.tpl
Normal file
172
templates/index.tpl
Normal file
|
|
@ -0,0 +1,172 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="Content-Language" content="fr" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<title> ::Halo-Battle:: Bêta - {TITRE}</title>
|
||||
<style type="text/css">
|
||||
body
|
||||
{
|
||||
background-color:black;
|
||||
background-image:url(images/background.jpg);
|
||||
background-attachment: fixed ;
|
||||
background-position:center 10%;
|
||||
background-repeat: no-repeat;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
.contenu
|
||||
{
|
||||
width:790px;
|
||||
margin-top: 260px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.texte
|
||||
{
|
||||
background-color:black;
|
||||
filter:alpha(opacity=90);
|
||||
-moz-opacity:0.90;
|
||||
opacity: 0.90;
|
||||
border: 1px solid #383C51;
|
||||
float: left;
|
||||
width:450px;
|
||||
height:330px;
|
||||
padding: 5px;
|
||||
padding-top: 5%;
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-family:"verdana";
|
||||
font-size: 12px;
|
||||
line-height:20px;
|
||||
}
|
||||
|
||||
.login
|
||||
{
|
||||
background-color:black;
|
||||
filter:alpha(opacity=50);
|
||||
-moz-opacity:0.50;
|
||||
opacity: 0.50;
|
||||
border: 1px solid #383C51;
|
||||
padding: 10px;
|
||||
float: right;
|
||||
width: 275px;
|
||||
height: 375px;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.cellulestxt
|
||||
{
|
||||
text-align: right;
|
||||
color: white;
|
||||
font-family:"verdana";
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.connexion
|
||||
{
|
||||
color: white;
|
||||
font-family:"verdana";
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-decoration:none;
|
||||
background: transparent;
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.connexion:hover
|
||||
{
|
||||
color: #519FFF;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
background: transparent;
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.footer
|
||||
{
|
||||
position: absolute;
|
||||
top: 690px;
|
||||
left:0px;
|
||||
width:100%;
|
||||
text-align: center;
|
||||
color: #B0B0B0;
|
||||
font-family:"verdana";
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input.champ {
|
||||
border:1px solid #B0B0B0;
|
||||
background-color:white;
|
||||
color:#B0B0B0;
|
||||
}
|
||||
input.champ:hover {
|
||||
border:1px solid black;
|
||||
background-color:white;
|
||||
color:black;
|
||||
}
|
||||
input.champ:focus {
|
||||
border:1px solid #071831;
|
||||
background-color:#B9C0E6;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.lien
|
||||
{
|
||||
color:white;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.lien:visited
|
||||
{
|
||||
color:white;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.lien:hover
|
||||
{
|
||||
color:white;
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="contenu">
|
||||
<div class="texte">
|
||||
{TEXTE}
|
||||
</div>
|
||||
|
||||
<div class="login">
|
||||
{LOGIN}
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
Design by Odst
|
||||
</div>
|
||||
<div id="player">
|
||||
<object id="mediaplayer" width="0" height="0" type="audio/mpeg" data="08_ost_sacred_icon_suite.mp3">
|
||||
<param name="filename" value="08_ost_sacred_icon_suite.mp3" />
|
||||
<param name="autostart" value="true" />
|
||||
<param name="repeat" value="true"/>
|
||||
</object>
|
||||
</div>
|
||||
<!-- \\******* By Phantom *******// Halo-Battle, Tous droits réservés. -->
|
||||
</body>
|
||||
</html>
|
||||
69
templates/laboratoire.tpl
Normal file
69
templates/laboratoire.tpl
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="Content-Language" content="fr" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<script type="text/javascript" src="time.js"></script>
|
||||
<link rel="stylesheet" media="screen" type="text/css" title="design" href="descriptions/diz/base.css" />
|
||||
<title> ::Halo-Battle:: Bêta - Laboratoire</title>
|
||||
</head>
|
||||
<body>
|
||||
{HEADER}
|
||||
{RESSOURCES}<br /><br /><br /><br />{ERREUR}
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="arbre_techno_{RACE}.php">Arbre des technologies</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto; width: 250px; height: 75px;" cellspacing="2">
|
||||
<tr>
|
||||
<td style="height: 20px;"><b>File d'attente</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div style="overflow: auto; width: 250px; height: 55px;">
|
||||
<!-- BEGIN file -->
|
||||
{file.NOM} - <i><a href="annul_tec.php?tec={file.NUM}">Annuler</a></i><br />
|
||||
<!-- END file -->
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br class="a" />
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td style="border:none; background: transparent;">
|
||||
<table style="border:none; background: transparent; width: 679px;" cellspacing="3">
|
||||
<!-- BEGIN technologie -->
|
||||
<tr style="border:none; background: transparent;">
|
||||
<td class="bla" style="background-image: url(images/technologies/{technologie.IMAGE});"></td>
|
||||
<td class="blb">
|
||||
<a href="descriptions.php?tec={technologie.NUM}">{technologie.NOM}</a> {technologie.NIVEAU}
|
||||
<br /><span class="description">{technologie.DESCRIPTION}</span><br />
|
||||
Besoin de : {technologie.BESOIN}<br />Temps de construction : {technologie.TEMPS}
|
||||
</td>
|
||||
<td class="blc">
|
||||
{technologie.ACTION}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- END technologie -->
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
28
templates/mp_env.tpl
Normal file
28
templates/mp_env.tpl
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="Content-Language" content="fr" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<script type="text/javascript" src="time.js"></script>
|
||||
<link rel="stylesheet" media="screen" type="text/css" title="design" href="descriptions/diz/base.css" />
|
||||
<title> ::Halo-Battle:: Bêta - Envoyer un message</title>
|
||||
</head>
|
||||
<body>
|
||||
{HEADER}
|
||||
<form method="post" action="message.php">
|
||||
<br /><br /><br /><br />
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
{ERREUR}
|
||||
<tr><td>Nom du destinataire</td><td><input type="text" class="zone_texte" size="44" maxlength="20" name="message_destinataire" value="{PSEUDO}" /></td></tr>
|
||||
<tr><td>Sujet</td><td><input type="text" class="zone_texte" size="44" maxlength="20" name="sujet_message" /></td></tr>
|
||||
<tr><td>Texte</td><td><textarea cols="30" rows="10" name="message" class="zone_texte"></textarea></td></tr>
|
||||
<tr><td colspan="2"><input type="submit" value="Envoyer" class="bouton" /></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
26
templates/ressources.tpl
Normal file
26
templates/ressources.tpl
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<div style="position: fixed; top: 1px; right: 1px; border: none;">
|
||||
<table id="ressource">
|
||||
<tr>
|
||||
<td rowspan="2" class="xyz"><img src="descriptions/diz/planete/{RES_IMAGE}.jpg" height="50" width="50" alt="Planète actuelle" /></td>
|
||||
<td rowspan="2" class="xyz">
|
||||
<form action="ndepart.php" method="post" id="change_planete">
|
||||
<select size="1" onchange="document.getElementById('change_planete').submit();" name="Pid">
|
||||
<!-- BEGIN planetes -->
|
||||
<option value="{planetes.RES_VALUE}"{planetes.RES_MORE}>{planetes.RES_REF}</option>
|
||||
<!-- END planetes -->
|
||||
</select>
|
||||
</form>
|
||||
</td>
|
||||
<td class="xyz">{NOM_METAL}</td>
|
||||
<td class="xyz">{NOM_CRISTAL}</td>
|
||||
<td class="xyz">{NOM_HYDROGENE}</td>
|
||||
<td class="xyz">{NOM_ENERGIE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="xyz">{RES_METAL}</td>
|
||||
<td class="xyz">{RES_CRISTAL}</td>
|
||||
<td class="xyz">{RES_HYDROGENE}</td>
|
||||
<td class="xyz">{RES_ENERGIE}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue