89 lines
3.5 KiB
HTML
89 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Prise de RDV</title>
|
|
<meta charset="utf-8"/>
|
|
<link href="images/logo.png" rel="icon" type="image/x-icon">
|
|
<link href="css/style.css.css" rel="stylesheet" media="all" type="text/css">
|
|
<link href="css/formulaire.css.css" rel="stylesheet" media="all" type="text/css">
|
|
</head>
|
|
<body class="bodyrdv">
|
|
<header>
|
|
<span class="banière"><img src="images/medicale-banniere.jpg" width="99%" height="100px"/></span>
|
|
</header>
|
|
<br>
|
|
<br>
|
|
<nav>
|
|
<table class="nav">
|
|
<tr>
|
|
<td>
|
|
<form action="index.html.html" method="get" enctype="text/plain">
|
|
<button class="bouton" type="submit">Accueil</button>
|
|
</form>
|
|
</td>
|
|
<td>
|
|
<form action="horaires.html.html" method="get" enctype="text/plain">
|
|
<button class="bouton" type="submit">Horaires</button>
|
|
</form>
|
|
</td>
|
|
<td>
|
|
<form action="specialites.html.html" method="get" enctype="text/plain">
|
|
<button class="bouton" type="submit">Spécialités</button>
|
|
</form>
|
|
</td>
|
|
<td>
|
|
<form action="priserdv.html.html" method="get" enctype="text/plain">
|
|
<button class="bouton" type="submit">Rendez-vous</button>
|
|
</form>
|
|
</td>
|
|
<td>
|
|
<form action="formulaire.html.html" method="get" enctype="text/plain">
|
|
<button class="bouton" type="submit">Contact</button>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</nav>
|
|
<br>
|
|
<h2>Prendre un rendez-vous</h2>
|
|
<form action="exemple1.html" method="get" enctype="text/plain" class="formule">
|
|
<fieldset class="coordonnées">
|
|
<table class="coordonnées2">
|
|
<tr>
|
|
<td><label for="nom">Nom:</label></td>
|
|
<td class="casedroite"><input id="nom" type="text" name="nom" placeholder="votre nom" class="input1" required/></td>
|
|
</tr>
|
|
<tr>
|
|
<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>
|
|
</tr>
|
|
<tr>
|
|
<td><label for="nom">Date de naissance:</label></td>
|
|
<td id="date"><input id="date" type="Date" name="date" class="input3" required/></td>
|
|
</tr>
|
|
<tr>
|
|
<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>
|
|
</tr>
|
|
<tr>
|
|
<td><label for="nom">Mail:</label></td>
|
|
<td class="casedroite"><input id="site" type="mail" name="mail" placeholder="votre mail" class="input4" required/></td>
|
|
</tr>
|
|
<tr>
|
|
<td><label for="nom">Genre:</label></td>
|
|
<td class="casedroite"><input type="radio" name="xx" value="xy"/>Homme
|
|
<input type="radio" name="xx" value="xx"/>Femme</td>
|
|
</tr>
|
|
<tr>
|
|
<td><label for="nom">Service:</label></td>
|
|
<td class="casedroite"><input id="service" type="text" name="service" placeholder="Spécialité" class="input4" required/></td>
|
|
</tr>
|
|
</table>
|
|
</fieldset>
|
|
</form>
|
|
<footer>
|
|
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.
|
|
</footer>
|
|
</body>
|
|
</html> |