Version 0.7a

This commit is contained in:
nemunaire 2007-11-21 12:00:00 +01:00
commit d5c122a2c5
52 changed files with 893 additions and 760 deletions

View file

@ -1,2 +0,0 @@
Order Allow,Deny
Deny from All

70
templates/batiments.tpl Normal file
View file

@ -0,0 +1,70 @@
<!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 - B&acirc;timents</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_bat_{RACE}.php">Arbre des technologies</a>
</td>
</tr>
</table>
</div>
<br />
<div class="centre">{PUB}<br />
<table style="margin-left: auto; margin-right: auto; width: 250px; height: 75px;" cellspacing="2">
<tr>
<td style="height: 20px;"><b>File d'attente</b></td>
</tr>
<tr>
<td>
<div style="overflow: auto; width: 250px; height: 55px;">
<!-- BEGIN file -->
{file.NOM} - <i><a href="annul_bat.php?bat={file.NUM}">Annuler</a></i>{CHAINE}<br />
<!-- END file -->
{FILETXT}
</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 batiment -->
<tr style="border:none; background: transparent;">
<td class="bla" style="background-image: url(images/batiments/{batiment.IMAGE});"></td>
<td class="blb">
<a href="descriptions.php?bat={batiment.NUM}">{batiment.NOM}</a> {batiment.NIVEAU}
<br /><span class="description">{batiment.DESCRIPTION}</span><br />
Besoin de : {batiment.BESOIN}<br />Temps de construction : {batiment.TEMPS}
</td>
<td class="blc">
{batiment.ACTION}
</td>
</tr>
<!-- END batiment -->
</table>
</td>
</tr>
</table>
</div>
</body>
</html>

View file

@ -24,7 +24,7 @@
<body>
{HEADER}
{RESSOURCES}<br /><br /><br /><br /><br />
<div class="centre">
<div class="centre">{PUB}<br />
<table style="width: 500px; margin-left: auto; margin-right: auto;">
<tr>
<td colspan="2" align="left" class="c">Evènements</td>

View file

@ -10,7 +10,7 @@
<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>
<title> ::Halo-Battle:: Laboratoire</title>
</head>
<body>
{HEADER}
@ -24,8 +24,8 @@
</tr>
</table>
</div>
<br /><br />
<div class="centre">
<br />
<div class="centre">{PUB}<br />
<table style="margin-left: auto; margin-right: auto; width: 250px; height: 75px;" cellspacing="2">
<tr>
<td style="height: 20px;"><b>File d'attente</b></td>
@ -34,8 +34,9 @@
<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 />
{file.NOM} - <i><a href="annul_tec.php?tec={file.NUM}">Annuler</a></i>{CHAINE}<br />
<!-- END file -->
{FILETXT}
</div>
</td>
</tr>

View file

@ -15,7 +15,7 @@
<body>
{HEADER}
<form method="post" action="message.php">
<br /><br /><br /><br />
<br /><br /><div class="centre">{PUB}</div><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>