<html> <head> <title>Magic Trade Center</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF"> <div align="center"> <h1>Pour vous inscrire, remplissez le formulaire suivant</h1> <h3>Les champs marqu&eacute;s d'une * sont obligatoires</h3> </div> <div align="center"> <form method="post" action="subscribe.php3" name="inscrip">   <table width="51%" border="1" align="center" cellpadding="2" cellspacing="2">     <tr>        <td width="41%">Nom * :</td>       <td width="59%">          <input type="text" name="nom" maxlength="20" value="">       </td>     </tr>     <tr>        <td width="41%">Pr&eacute;nom * :</td>       <td width="59%">          <input type="text" name="prenom" maxlength="20" value="">       </td>     </tr>     <tr>        <td width="41%">Pseudo (login) * :</td>       <td width="59%">          <input type="text" name="login" maxlength="20">       </td>     </tr>     <tr>        <td width="41%">mot de passe * :</td>       <td width="59%">          <input type="password" name="password">       </td>     </tr>     <tr>        <td width="41%">confirmation du mot de passe * :</td>       <td width="59%">          <input type="text" name="password_c">       </td>     </tr>     <tr>        <td width="41%">adresse postale * :</td>       <td width="59%">          <textarea name="adresse" wrap="VIRTUAL" rows="4" cols="50" value=""></textarea>       </td>     </tr>     <tr>        <td width="41%">e-mail * :</td>       <td width="59%">          <textarea name="email" wrap="VIRTUAL" rows="4" cols="50" value=""></textarea>       </td>     </tr>     <tr>        <td width="41%">t&eacute;l&eacute;phone :</td>       <td width="59%">          <input type="text" name="tel" maxlength="15" value="">       </td>     </tr>     <tr>        <td width="41%">age :</td>       <td width="59%">          <input type="text" name="age" maxlength="2" size="15" value="">       </td>     </tr>     <tr>        <td width="41%">niveau de magic</td>       <td width="59%">          <select name="niv" size="1">             <option value="" selected>ind&eacute;fini</option>             <option value="B">d&eacute;butant</option>             <option value="I">int&eacute;rm&eacute;diare</option>             <option value="P">Pro</option>           </select>       </td>     </tr>     <tr>        <td width="100%" colspan="2">          <div align="center">           <input type="submit" name="submit" value="Valider">         </div>       </td>     </tr>   </table> </form> </div> <hr size="1" noshade> <div class="small" align = 'center'> Copyright 2001 - <a href="mailto:magictradecenter@fr.st">The    Knight of the New ABYSS</a>, all rights reserved <br>    exept Magic : the Gathering & Magic : l'Assemble et toutes leurs extensions sont des marques dposes de Wizards of the Coast. </div></body> </html> 
