forked from halo-battle/game
Version 2007-10-27
This commit is contained in:
parent
b8e951f59d
commit
4909921671
98 changed files with 6096 additions and 2268 deletions
39
inscription.anc.php
Normal file
39
inscription.anc.php
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Inscription</title>
|
||||
<link rel="stylesheet" media="screen" name="design" href="pages/descriptions/diz/base.css">
|
||||
<meta http-equiv=pragma content=no-cache >
|
||||
<meta http-equiv=content-type content=text/html;charset=iso-8869-1 >
|
||||
<link rel=shortcut icon type=image/x-icon href=favicon.ico >
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<center>
|
||||
<table>
|
||||
<form method="post" action="inscription_validation.php">
|
||||
<tr><td colspan="3">Inscription</td></tr>
|
||||
|
||||
<tr><td>Pseudo : </td><td><input type="text" class="zone_texte" size="20" maxlength="15" name="pseudo" /></td></tr>
|
||||
|
||||
<tr><td>Mot de passe : </td><td><input type="password" class="zone_texte" size="20" maxlength="30" name="mdp" /></td></tr>
|
||||
|
||||
<tr><td>Confirmer le mot de passe : </td><td><input type="password" class="zone_texte" size="20" maxlength="30" name="mdp2" /></td></tr>
|
||||
|
||||
<tr><td>Adresse mail : </td><td><input type="text" class="zone_texte" size="20" maxlength="30" name="mail" /></td></tr>
|
||||
|
||||
<tr><td>Race : </td><td><label><input type="radio" name="race" value="covenant" /> Covenant</label><br>
|
||||
<label><input type="radio" name="race" value="humain" /> Humain</label><br>
|
||||
|
||||
<tr><td colspan="3"><INPUT TYPE="button" VALUE="Retour" onClick="history.back()" class="bouton">
|
||||
<input type="reset" value="Recommencer" class="bouton">
|
||||
<input type="submit" value="Envoyer" class="bouton">
|
||||
</td></tr>
|
||||
</form>
|
||||
</table>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue