First code received by Master Leon

This commit is contained in:
nemunaire 2007-03-31 12:00:00 +02:00
commit 4230eb6922
330 changed files with 15543 additions and 0 deletions

23
page/abandon_confirm.php Normal file
View file

@ -0,0 +1,23 @@
<? session_start(); ?>
<html>
<head>
<link rel="stylesheet" media="screen" name="design" href="design/design.css">
<?
$id=$_SESSION['id'];
$galaxy=$_SESSION['galaxy'];
$ss=$_SESSION['ss'];
$pos=$_SESSION['pos'];
include 'bdd.php';
?>
</head>
<body>
<? echo"<center>
<tr><td colsapan=2 >Confirmer l'abandon de ".$nomplanete." en ".$galaxy.":".$ss.":".$pos."</td></tr>
<tr><td><form action=abandon.php method=post><input type=submit value=Oui></form></td>
<td><form action=abandnon.php method=post><input type=submit value=Non></form></td></tr>";
?>
</body>
</html>