First code received by Master Leon
This commit is contained in:
commit
4230eb6922
330 changed files with 15543 additions and 0 deletions
38
pages/option.php
Normal file
38
pages/option.php
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<? session_start(); ?>
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Space Battleship</TITLE>
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" media="screen" name="design" href="design/design.css">
|
||||
<?
|
||||
$id=$_SESSION['id'];
|
||||
$galaxy=$_SESSION['galaxy'];
|
||||
$ss=$_SESSION['ss'];
|
||||
$pos=$_SESSION['pos'];
|
||||
include 'ressource.php';
|
||||
include 'bdd.php';
|
||||
?>
|
||||
</HEAD>
|
||||
<body>
|
||||
<table align=center>
|
||||
<form method="post" action="validation_option.php">
|
||||
<tr><td>Pseudo</td><td><? echo $pseudo; ?></td></tr>
|
||||
<tr><td>Nouveau pseudo</td><td><input type="text" class="zone_texte" size="15" maxlength="20" name="nouveau_pseudo"></td></tr>
|
||||
<tr><td>Ancien mot de passe</td><td><input type="password" class="zone_texte" size="15" maxlength="30" name="ancien_mdp"></td></tr>
|
||||
<tr><td>Nouveau mot de passe</td><td><input type="password" class="zone_texte" size="15" maxlength="30" name="nouveau_mdp"></td></tr>
|
||||
<tr><td>Confirmer mot de passe</td><td><input type="password" class="zone_texte" size="15" maxlength="30" name="nouveau_mdp2"></td></tr>
|
||||
<tr><td>Mail</td><td><? echo $mail; ?></td></tr>
|
||||
<tr><td>Nouveau mail</td><td><input type="text" class="zone_texte" size="15" maxlength="40" name="nouveau_mail"></td></tr>
|
||||
<tr><td colspan="2"><input type="submit" value="Envoyer" class="bouttom"></td></tr>
|
||||
</form>
|
||||
<form method="post" action="validation_mv.php">
|
||||
<? echo"<tr><td>Mode vacance</td><td><label><input type=checkbox name=mv value=".$donnees['id']." /></td></tr>"; ?>
|
||||
<tr><td colspan="2"><input type="submit" value="Valider mode vacance" class="bouttom"></td></tr>
|
||||
</form>
|
||||
<form method="post" action="Validation_del_user.php">
|
||||
<? echo"<tr><td>Supprimer le compte</td><td><label><input type=checkbox name=del value=".$donnees['id']." /></td></tr>"; ?>
|
||||
<tr><td colspan="2"><input type="submit" value="Valider suppression" class="bouttom"></td></tr>
|
||||
</form>
|
||||
</table>
|
||||
</BODY>
|
||||
</HTML>
|
||||
Loading…
Add table
Add a link
Reference in a new issue