Correction du formulaire (changement de dates)
This commit is contained in:
parent
c49f0a419b
commit
b858f79a41
1 changed files with 7 additions and 8 deletions
|
@ -25,7 +25,8 @@ directement par courrier
|
||||||
|
|
||||||
|
|
||||||
<form method="post" action="/cgi-bin/mail?tuteurs">
|
<form method="post" action="/cgi-bin/mail?tuteurs">
|
||||||
<input type="hidden" name="subject" value="Inscription aux stages" />
|
<p><input type="hidden" name="subject" value="Inscription aux stages"
|
||||||
|
/></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Nom de famille : <input name="nom" size="40" />
|
Nom de famille : <input name="nom" size="40" />
|
||||||
|
@ -46,26 +47,24 @@ name="login" size="20" />
|
||||||
<p>
|
<p>
|
||||||
Quels jours me conviendrait le mieux pour le stage :</p>
|
Quels jours me conviendrait le mieux pour le stage :</p>
|
||||||
|
|
||||||
<div align="left">
|
|
||||||
<table width="50%" border="3" cellpadding="3" cellspacing="3">
|
<table width="50%" border="3" cellpadding="3" cellspacing="3">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Vendredi 17 </td>
|
<td>Vendredi 24 </td>
|
||||||
<td><input type="checkbox" name="vendredi" value="oui" /></td>
|
<td><input type="checkbox" name="vendredi" value="oui" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Samedi 19</td>
|
<td>Samedi 25</td>
|
||||||
<td><input type="checkbox" name="samedi" value="oui" /></td>
|
<td><input type="checkbox" name="samedi" value="oui" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Dimanche 20</td>
|
<td>Dimanche 26</td>
|
||||||
<td><input type="checkbox" name="dimanche" value="oui" /></td>
|
<td><input type="checkbox" name="dimanche" value="oui" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Niveau en LaTeX : <input type="radio" name="niveau"
|
Niveau en LaTeX : <input type="radio" name="niveau"
|
||||||
|
@ -74,9 +73,9 @@ value="confirme" /> Confirm
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Questions, suggestions, remarques sur le contenu des stages :</p>
|
Questions, suggestions, remarques sur le contenu des stages :<br />
|
||||||
<textarea name="suggestions" cols="60" rows="4">
|
<textarea name="suggestions" cols="60" rows="4">
|
||||||
</textarea>
|
</textarea></p>
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue