forked from halo-battle/game
First code received by Master Leon
This commit is contained in:
commit
4230eb6922
330 changed files with 15543 additions and 0 deletions
168
frames.html
Normal file
168
frames.html
Normal file
|
|
@ -0,0 +1,168 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Space battleship</title>
|
||||
<link rel="stylesheet" media="screen" name="design" href="pages/design/designf.css">
|
||||
<style TYPE="text/css">
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<center>
|
||||
<table>
|
||||
<script language="javascript">
|
||||
function dateTempsReel ( ) {
|
||||
var days = new Array('Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam');
|
||||
var months = new Array('jan', 'fév', 'mar', 'avr', 'mai', 'juin', 'juil', 'aoû', 'sep', 'oct', 'nov', 'déc');
|
||||
date = new Date;
|
||||
date.setTime(date.getTime());
|
||||
var hour = date.getHours();
|
||||
var min = date.getMinutes();
|
||||
var sec = date.getSeconds();
|
||||
var day = days[date.getDay()];
|
||||
var day_number = date.getDate();
|
||||
var month = months[date.getMonth()];
|
||||
if (sec < 10) sec = '0' + sec;
|
||||
if (min < 10) min = '0' + min;
|
||||
if (hour < 10) hour = '0' + hour;
|
||||
var datetime = day + ' ' + day_number + ' ' + month + ' ' + hour + ':' + min + ':' + sec;
|
||||
if (document.getElementById)
|
||||
{
|
||||
document.getElementById('datetime').innerHTML = datetime;
|
||||
}
|
||||
setTimeout('dateTempsReel()', 999)
|
||||
}</script>
|
||||
<tr><td class=h><span id="datetime"></span><script language="javascript">dateTempsReel();</script></td></td>
|
||||
</table>
|
||||
|
||||
<table align="center">
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/depart.php"
|
||||
</SCRIPT>
|
||||
<A HREF="pages/depart.php" target="changement" >Accueil</A>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/batiments.php"
|
||||
</SCRIPT>
|
||||
<a href="pages/batiment.php" target="changement">Batiments</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/ressource1.php"
|
||||
</SCRIPT>
|
||||
<a href="pages/ressource1.php" target="changement">Ressources</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/labo.php"
|
||||
</SCRIPT>
|
||||
<a href="pages/labo.php" target="changement">Laboratoire</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/chantier_spatial.php"
|
||||
</SCRIPT>
|
||||
<a href="pages/chantier_spatial.php" target="changement">Chantier spatial</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/chantier_terrestre.php"
|
||||
</SCRIPT>
|
||||
<A HREF="pages/chantier_terrestre.php" target="changement" >Chantier terrestre</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/troupes.php"
|
||||
</SCRIPT>
|
||||
<A HREF="pages/troupes.php" target="changement" >Caserne</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/defense.php"
|
||||
</SCRIPT>
|
||||
<a href="pages/defense.php" target="changement">Défenses</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/flotte.php"
|
||||
</SCRIPT>
|
||||
<a href="pages/flotte.php" target="changement">Flotte</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/arbre_techno_b.php"
|
||||
</SCRIPT>
|
||||
<a href="pages/arbre_techno_b.php" target="changement">Arbre des Technologies</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/carte.php"
|
||||
</SCRIPT>
|
||||
<a href="pages/carte.php" target="changement">Carte spatiale</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/voir_classement.php"
|
||||
</SCRIPT>
|
||||
<a href="pages/voir_classement.php" target="changement">Classement</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/lire_message.php"
|
||||
</SCRIPT>
|
||||
<a href="pages/lire_message.php" target="changement">Messages</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/option.php"
|
||||
</SCRIPT>
|
||||
<a href="pages/option.php" target="changement">Option</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="#"
|
||||
</SCRIPT>
|
||||
<a href="#" target="changement">Forum</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="rapport_bug.php"
|
||||
</SCRIPT>
|
||||
<a href="rapport_bug.php" target="changement">Rapport de bugs</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="logout.php"
|
||||
</SCRIPT>
|
||||
<a href="javascript:top.location.href='logout.php?'">Déconnexion</a>
|
||||
</td></tr>
|
||||
|
||||
<tr><td class=h>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="pages/depart.php"
|
||||
</SCRIPT>
|
||||
<A HREF="pages/depart.php" target="changement" ></a>
|
||||
</td></tr>
|
||||
|
||||
</table>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue