Version 0.10
This commit is contained in:
parent
73645ccc1f
commit
b9c240c781
246 changed files with 10218 additions and 1598 deletions
63
templates/humain/base.tpl
Normal file
63
templates/humain/base.tpl
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
<?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" />
|
||||
<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" />
|
||||
<script type="text/javascript" src="time.js"></script>
|
||||
<script src="../js/prototype.js" type="text/javascript"></script>
|
||||
<script src="flotte.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="../templates/humain/base.css" type="text/css" media="all" />
|
||||
<title> ::Halo-Battle:: </title>
|
||||
<style type="text/css">
|
||||
TD.c {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
TD.d {
|
||||
background-color: #000043;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{HEADER}
|
||||
<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" style="height: 50px; width: 50px" alt="Planète actuelle" /></td>
|
||||
<td rowspan="2" class="xyz">
|
||||
<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>
|
||||
</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>
|
||||
<p><br /><br /><br /><br /></p>
|
||||
<div class="centre">{PUB}<br />
|
||||
{CONTENU}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue