1 Decembre

This commit is contained in:
Adrian POURCHOT 2022-12-01 12:45:19 +01:00
parent a115b16d14
commit 90b0334e67
2 changed files with 17 additions and 13 deletions

View File

@ -39,16 +39,17 @@
</table> </table>
</nav> </nav>
<br> <br>
<section class="container mx-auto">
<form action="https://prendre-mon-rdv.com" method="get" enctype="text/plain" class="formule"> <form action="https://prendre-mon-rdv.com" method="get" enctype="text/plain" class="formule">
<fieldset class="coordonnées"> <fieldset class="coordonnées">
<table class="coordonnées2"> <table class="coordonnées2">
<tr> <tr>
<td><label for="nom">Nom:</label></td> <td><label for="nom">Nom:</label></td>
<td class="casedroite"><input id="nom" type="text" name="nom" placeholder="votre nom" class="input1" required/></td> <td class="form-control"><input id="nom" type="text" name="nom" placeholder="votre nom" class="input1" required/></td>
</tr> </tr>
<tr> <tr>
<td><label for="nom">Prénom:</label></td> <td><label for="nom">Prénom:</label></td>
<td class="casedroite"><input id="nom" type="text" name="prénom" placeholder="votre prénom" class="input1" required/></td> <td class="form-control"><input id="nom" type="text" name="prénom" placeholder="votre prénom" class="input1" required/></td>
</tr> </tr>
<tr> <tr>
<td><label for="nom">Date de naissance:</label></td> <td><label for="nom">Date de naissance:</label></td>
@ -56,21 +57,21 @@
</tr> </tr>
<tr> <tr>
<td><label for="nom">Mail:</label></td> <td><label for="nom">Mail:</label></td>
<td class="casedroite"><input id="mail" type="email" name="mail" placeholder="votre mail" class="input4" required/></td> <td class="form-control"><input id="mail" type="email" name="mail" placeholder="votre mail" class="input4" required/></td>
</tr> </tr>
<tr> <tr>
<td><label for="nom">Votre site:</label></td> <td><label for="nom">Votre site:</label></td>
<td class="casedroite"><input id="site" type="url" name="site" value="http://www." class="input2"/></td> <td class="form-control"><input id="site" type="url" name="site" value="http://www." class="input2"/></td>
</tr> </tr>
<tr> <tr>
<td><label for="nom">Genre:</label> <td><label for="nom">Genre:</label>
<td class="casedroite"><input type="radio" name="xx" value="xy"/>Homme <td class="form-control"><input type="radio" name="xx" value="xy"/>Homme
<input type="radio" name="xx" value="xx"/>Femme <input type="radio" name="xx" value="xx"/>Femme
</tr> </tr>
<tr> <tr>
<td> <td>
<label for="nom">Pays:</label> <label for="nom">Pays:</label>
<td class="casedroite"> <td class="form-control">
Votre pays: Votre pays:
<select name="select"> <select name="select">
<optgroup label="Europe"> <optgroup label="Europe">
@ -97,7 +98,7 @@
<input name="xx[]" type="checkbox" value="v1" />Covid - Schéma complet<br> <input name="xx[]" type="checkbox" value="v1" />Covid - Schéma complet<br>
<input name="xx[]" type="checkbox" value="v2" />Autres vaccins<br> <input name="xx[]" type="checkbox" value="v2" />Autres vaccins<br>
<br> <br>
<textarea maxlength="500" rows="5" cols="52"> <textarea class="form-control" maxlength="500" rows="5" cols="52">
Vos antécédents médicaux Vos antécédents médicaux
</textarea> </textarea>
</fieldset> </fieldset>
@ -107,6 +108,7 @@
<input type="reset" value="Effacer"/> <input type="reset" value="Effacer"/>
</fieldset> </fieldset>
</form> </form>
</section>
<br> <br>
<br> <br>
<footer> <footer>

View File

@ -39,17 +39,18 @@
</table> </table>
</nav> </nav>
<br> <br>
<section class="container mx-auto">
<h2>Prendre un rendez-vous</h2> <h2>Prendre un rendez-vous</h2>
<form action="exemple1.html" method="get" enctype="text/plain" class="formule"> <form action="exemple1.html" method="get" enctype="text/plain" class="formule">
<fieldset class="coordonnées"> <fieldset class="coordonnées">
<table class="coordonnées2"> <table class="coordonnées2">
<tr> <tr>
<td><label for="nom">Nom:</label></td> <td><label for="nom">Nom:</label></td>
<td class="casedroite"><input id="nom" type="text" name="nom" placeholder="votre nom" class="input1" required/></td> <td class="form-control"><input id="nom" type="text" name="nom" placeholder="votre nom" class="input1" required/></td>
</tr> </tr>
<tr> <tr>
<td><label for="nom">Prénom:</label></td> <td><label for="nom">Prénom:</label></td>
<td class="casedroite"><input id="nom" type="text" name="prénom" placeholder="votre prénom" class="input1" required/></td> <td class="form-control"><input id="nom" type="text" name="prénom" placeholder="votre prénom" class="input1" required/></td>
</tr> </tr>
<tr> <tr>
<td><label for="nom">Date de naissance:</label></td> <td><label for="nom">Date de naissance:</label></td>
@ -57,24 +58,25 @@
</tr> </tr>
<tr> <tr>
<td><label for="nom">Téléphone:</label></td> <td><label for="nom">Téléphone:</label></td>
<td class="casedroite"><input id="mail" type="tel" name="téléphone" placeholder="votre téléphone" class="input4" required/></td> <td class="form-control"><input id="mail" type="tel" name="téléphone" placeholder="votre téléphone" class="input4" required/></td>
</tr> </tr>
<tr> <tr>
<td><label for="nom">Mail:</label></td> <td><label for="nom">Mail:</label></td>
<td class="casedroite"><input id="site" type="mail" name="mail" placeholder="votre mail" class="input4" required/></td> <td class="form-control"><input id="site" type="mail" name="mail" placeholder="votre mail" class="input4" required/></td>
</tr> </tr>
<tr> <tr>
<td><label for="nom">Genre:</label></td> <td><label for="nom">Genre:</label></td>
<td class="casedroite"><input type="radio" name="xx" value="xy"/>Homme <td class="form-control"><input type="radio" name="xx" value="xy"/>Homme
<input type="radio" name="xx" value="xx"/>Femme</td> <input type="radio" name="xx" value="xx"/>Femme</td>
</tr> </tr>
<tr> <tr>
<td><label for="nom">Service:</label></td> <td><label for="nom">Service:</label></td>
<td class="casedroite"><input id="service" type="text" name="service" placeholder="Spécialité" class="input4" required/></td> <td class="form-control"><input id="service" type="text" name="service" placeholder="Spécialité" class="input4" required/></td>
</tr> </tr>
</table> </table>
</fieldset> </fieldset>
</form> </form>
</section>
<footer> <footer>
En cas d'abscence, vous pouvez <a href="https://www.doctolib.fr">consulter ce site</a><br> En cas d'abscence, vous pouvez <a href="https://www.doctolib.fr">consulter ce site</a><br>
Je suis par ailleurs membre de démonstration des MMT. Je suis par ailleurs membre de démonstration des MMT.