24 Novembre
This commit is contained in:
parent
6ccf09dabe
commit
3fdcac92fb
Binary file not shown.
@ -1,123 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Contact</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" typr="text/css">
|
|
||||||
</head>
|
|
||||||
<body class="bodyform">
|
|
||||||
<header>
|
|
||||||
<span class="banière"><img src="images/medicale-banniere.jpg" width="99%" height="90px"/></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>
|
|
||||||
<form action="https://prendre-mon-rdv.com" 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">Mail:</label></td>
|
|
||||||
<td class="casedroite"><input id="mail" type="email" name="mail" placeholder="votre mail" class="input4" required/></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><label for="nom">Votre site:</label></td>
|
|
||||||
<td class="casedroite"><input id="site" type="url" name="site" value="http://www." class="input2"/></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><label for="nom">Genre:</label>
|
|
||||||
<td class="casedroite"><input type="radio" name="xx" value="xy"/>Homme
|
|
||||||
<input type="radio" name="xx" value="xx"/>Femme
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<label for="nom">Pays:</label>
|
|
||||||
<td class="casedroite">
|
|
||||||
Votre pays:
|
|
||||||
<select name="select">
|
|
||||||
<optgroup label="Europe">
|
|
||||||
<option value="France">France</option>
|
|
||||||
<option value="Belgique">Belgique</option>
|
|
||||||
</optgroup>
|
|
||||||
<optgroup label="Asie">
|
|
||||||
<option value="Chine">Chine</option>
|
|
||||||
<option value="Russie">Russie</option>
|
|
||||||
</optgroup>
|
|
||||||
<optgroup label="Amériques">
|
|
||||||
<option value="Etats-Unis">Etats-Unis</option>
|
|
||||||
<option value="Brésil">Brésil</option>
|
|
||||||
</optgroup>
|
|
||||||
</td>
|
|
||||||
</select>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</fieldset>
|
|
||||||
<fieldset>
|
|
||||||
<b>Schéma vaccinal</b>
|
|
||||||
<br>
|
|
||||||
<input name="xx[]" type="checkbox" value="v1" />Covid - Schéma complet<br>
|
|
||||||
<input name="xx[]" type="checkbox" value="v2" />Autres vaccins<br>
|
|
||||||
<br>
|
|
||||||
<textarea maxlength="500" rows="5" cols="52">
|
|
||||||
Vos antécédents médicaux
|
|
||||||
</textarea>
|
|
||||||
</fieldset>
|
|
||||||
<fieldset>
|
|
||||||
<input type="file" name="photo"/><br><br>
|
|
||||||
<input type="submit" value="Envoyer"/>
|
|
||||||
<input type="reset" value="Effacer"/>
|
|
||||||
</fieldset>
|
|
||||||
</form>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<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>
|
|
@ -1,87 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Horaires</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">
|
|
||||||
</head>
|
|
||||||
<body class="bodyhoraire">
|
|
||||||
<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>
|
|
||||||
<br>
|
|
||||||
<h2>Prendre un rendez-vous</h2>
|
|
||||||
<table class="horaire">
|
|
||||||
<tr>
|
|
||||||
<td class="horaire2">Lundi</td>
|
|
||||||
<td class="horaire2">10:00 - 12:00</td>
|
|
||||||
<td class="horaire2">14:00 - 19:00</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="horaire2">Mardi</td>
|
|
||||||
<td class="horaire2">08:30 - 12:00</td>
|
|
||||||
<td class="horaire2">14:00 - 19:00</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="horaire2">Mercredi</td>
|
|
||||||
<td class="horaire2">08:30 - 12:00</td>
|
|
||||||
<td class="horaire2">14:00 - 19:00</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="horaire2">Jeudi</td>
|
|
||||||
<td class="horaire2">08:30 - 12:00</td>
|
|
||||||
<td class="horaire2">14:00 - 19:00</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="horaire2">Vendredi</td>
|
|
||||||
<td class="horaire2">08:30 - 12:00</td>
|
|
||||||
<td class="horaire2">14:00 - 19:00</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="horaire2">Samedi</td>
|
|
||||||
<td class="horaire2">08:00 - 13:00</td>
|
|
||||||
<td class="horaire2">-</td>
|
|
||||||
</tr>
|
|
||||||
<br />
|
|
||||||
</table>
|
|
||||||
<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>
|
|
@ -1,64 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Accueil</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">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<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>
|
|
||||||
<br>
|
|
||||||
<section id="bienvenue">
|
|
||||||
<h1>Bienvenue au pôle médical de Taverny</h1>
|
|
||||||
<br>
|
|
||||||
<article id="articleIndex">
|
|
||||||
Ce site vous permet d'avoir toutes les informations nécessaires sur le pôle médical de Taverny<br>
|
|
||||||
</article>
|
|
||||||
<article id="articleIndex2">
|
|
||||||
Le pôle intègre plusieurs spécialités et accueille les patients tous les jours de la semaine.
|
|
||||||
</article>
|
|
||||||
<br>
|
|
||||||
</section>
|
|
||||||
<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>
|
|
@ -1,89 +0,0 @@
|
|||||||
<!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>
|
|
@ -1,67 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Spécialités</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">
|
|
||||||
</head>
|
|
||||||
<body class="bodyspecialités">
|
|
||||||
<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>Prise de RDV - Spécialités du pôle</h2>
|
|
||||||
<form action="index.html.html" method="get" enctype="text/plain" class=liste>
|
|
||||||
<select name="select" class="liste2">
|
|
||||||
<option value="Biologiste">Biologistes médicaux</option>
|
|
||||||
<option value="Dermatologues">Dermatologues</option>
|
|
||||||
<option value="Gynécologue">Gynécologue</option>
|
|
||||||
<option value="Oto-Rhino-Laryngologiste">Oto-Rhino-Laryngologiste</option>
|
|
||||||
<option value="Angio-phlébologue">Angio-phlébologue</option>
|
|
||||||
<option value="Gastro-entérologue">Gastro-entérologue</option>
|
|
||||||
<option value="Rhumatologue">Rhumatologue</option>
|
|
||||||
<option value="Pédiatres">Pédiatres</option>
|
|
||||||
<option value="Généralistes">Médecins généralistes</option>
|
|
||||||
<option value="Infirmières">Infirmières</option>
|
|
||||||
</select>
|
|
||||||
</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>
|
|
Loading…
Reference in New Issue
Block a user