Version 2007-10-27
This commit is contained in:
parent
b8e951f59d
commit
4909921671
98 changed files with 6096 additions and 2268 deletions
165
pages/menu.php
165
pages/menu.php
|
|
@ -1,8 +1,9 @@
|
|||
<?
|
||||
<?php
|
||||
session_start();
|
||||
$race = $_SESSION['race'];
|
||||
|
||||
echo '<html>
|
||||
echo '<!DOCTYPE HTML SYSTEM>
|
||||
<html>
|
||||
<head>
|
||||
<title>Space battleship</title>
|
||||
|
||||
|
|
@ -15,14 +16,9 @@ echo '<html>
|
|||
|
||||
<body>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="version.html"
|
||||
</SCRIPT>
|
||||
<A HREF="version.html" target="changement" class=link>Version 0.1</A>
|
||||
</div>'; ?>
|
||||
<div><a href="version.php" target="changement" class=link>Version 0.1</a></div>'; ?>
|
||||
|
||||
<script language="javascript">
|
||||
<script type="text/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');
|
||||
|
|
@ -44,156 +40,55 @@ function dateTempsReel ( ) {
|
|||
}
|
||||
setTimeout('dateTempsReel()', 999)
|
||||
} </script>
|
||||
<? echo '<div id="datetime"></div><script language="javascript">dateTempsReel();</script>
|
||||
<? echo '<div id="datetime"></div><script type="text/javascript">dateTempsReel();</script>
|
||||
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="depart.php"
|
||||
</SCRIPT>
|
||||
<A HREF="depart.php" target="changement" >Accueil</A>
|
||||
</div>
|
||||
<div><A HREF="depart.php" target="changement" >Accueil</A></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="batiment_'.$race.'.php"
|
||||
</SCRIPT>
|
||||
<a href="batiment_'.$race.'.php" target="changement">Bâtiments</a>
|
||||
</div>
|
||||
<div><a href="batiment.php" target="changement">Bâtiments</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="caserne_'.$race.'.php"
|
||||
</SCRIPT>
|
||||
<a href="caserne_'.$race.'.php" target="changement">Caserne</a>
|
||||
</div>
|
||||
<div><a href="caserne.php" target="changement">Caserne</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="fabrique_'.$race.'.php"
|
||||
</SCRIPT>
|
||||
<a href="fabrique_'.$race.'.php" target="changement">Fabrique d\'armes</a>
|
||||
</div>
|
||||
<div><a href="chantier_spatial.php" target="changement">Chantier spatial</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="chantier_spatial_'.$race.'.php"
|
||||
</SCRIPT>
|
||||
<a href="chantier_spatial_'.$race.'.php" target="changement">Chantier spatial</a>
|
||||
</div>
|
||||
<div><a href="chantier_terrestre.php" target="changement">Chantier terrestre</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="laboratoire_'.$race.'.php"
|
||||
</SCRIPT>
|
||||
<a href="laboratoire_'.$race.'.php" target="changement">Laboratoire</a>
|
||||
</div>
|
||||
<div><a href="defense.php" target="changement">Défenses</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="arbre_bat_'.$race.'.php"
|
||||
</SCRIPT>
|
||||
<a href="arbre_bat_'.$race.'.php" target="changement">Arbre technologique</a>
|
||||
</div>
|
||||
<div><a href="laboratoire.php" target="changement">Laboratoire</a></div>
|
||||
|
||||
<div><a href="arbre_bat_'.$race.'.php" target="changement">Arbre technologique</a></div>
|
||||
|
||||
<div class=blanc>
|
||||
</div>
|
||||
<div class=blanc></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="ressources.php"
|
||||
</SCRIPT>
|
||||
<a href="ressources.php" target="changement">Ressources</a>
|
||||
</div>
|
||||
<div><a href="ressources.php" target="changement">Ressources</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="gestion.php"
|
||||
</SCRIPT>
|
||||
<a href="gestion.php" target="changement">Gestion</a>
|
||||
</div>
|
||||
<div><a href="gestion.php" target="changement">Gestion</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="flotte_'.$race.'.php"</SCRIPT>
|
||||
<a href="flotte_'.$race.'.php" target="changement">Flotte</a>
|
||||
</div>
|
||||
<div><a href="flotte.php" target="changement">Flotte</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="armee_'.$race.'.php"
|
||||
</SCRIPT>
|
||||
<a href="armee_'.$race.'.php" target="changement">Armée</a>
|
||||
</div>
|
||||
<div><a href="armee_'.$race.'.php" target="changement">Armée</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="carte.php"
|
||||
</SCRIPT>
|
||||
<a href="carte.php" target="changement">Carte spatiale</a>
|
||||
</div>
|
||||
<div><a href="carte.php" target="changement">Carte spatiale</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="options.php"
|
||||
</SCRIPT>
|
||||
<a href="options.php" target="changement">Options</a>
|
||||
</div>
|
||||
<div><a href="options.php" target="changement">Options</a></div>
|
||||
|
||||
<div class=blanc></div>
|
||||
|
||||
<div class=blanc>
|
||||
</div>
|
||||
<div><a href="lire_message.php" target="changement">Messages</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="messages.php"
|
||||
</SCRIPT>
|
||||
<a href="messages.php" target="changement">Messages</a>
|
||||
</div>
|
||||
<div><a href="alliance_choix.php" target="changement">Guilde</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="alliance_choix.php"
|
||||
</SCRIPT>
|
||||
<a href="alliance_choix.php" target="changement">Guilde</a>
|
||||
</div>
|
||||
<div><a href="voir_classement.php" target="changement">Classement</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="#"
|
||||
</SCRIPT>
|
||||
<a href="javascript:top.location.href=http://www.halo-battle.s-fr.com/forum/index.php">Forum</a>
|
||||
</div>
|
||||
<div><a href="javascript:top.location.href=http://www.halo-battle.s-fr.com/forum/index.php">Forum</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="rapport_bug.php"
|
||||
</SCRIPT>
|
||||
<a href="rapport_bug.php" target="changement">Rapport de bugs</a>
|
||||
</div>
|
||||
<div><a href="rapport_bug.php" target="changement">Rapport de bugs</a></div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="faq.php"
|
||||
</SCRIPT>
|
||||
<a href="faq.php" target="changement">F.A.Q.</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="logout.php"
|
||||
</SCRIPT>
|
||||
<a href="javascript:top.location.href=\'logout.php\'">Déconnexion</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<SCRIPT language="javascript">
|
||||
parent.frames["changement"].window.location="depart.php"
|
||||
</SCRIPT>
|
||||
<div><a href="faq.php" target="changement">F.A.Q.</a></div>
|
||||
|
||||
<div><a href="javascript:top.location.href=\'logout.php\'">Déconnexion</a></div>
|
||||
|
||||
</body>
|
||||
</html>';
|
||||
</html>';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue