27 Octobre
This commit is contained in:
parent
942cdaf045
commit
93a18f73ef
72
FRONTEND/CabinetMedicalPourchot.html
Normal file
72
FRONTEND/CabinetMedicalPourchot.html
Normal file
@ -0,0 +1,72 @@
|
||||
<!DOCTYPE HTML>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Mon cabinet médicale</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Cabinet médical Dr Pourchot</h2>
|
||||
<img src=Image/index.jpg width="50%" height="25%">
|
||||
<section>
|
||||
<br />
|
||||
<article>
|
||||
Bienvenue, je suis le docteur Pourchot.
|
||||
</article>
|
||||
<br />
|
||||
<article>
|
||||
Sur cette page, vous trouverez des informations sur mon cabinet.
|
||||
</article>
|
||||
</section>
|
||||
<h3>Horaire d'ouverture</h3>
|
||||
<table border="1" width="90%">
|
||||
<tr>
|
||||
<td>Lundi</td>
|
||||
<td>10:00 - 12:00</td>
|
||||
<td>14:00 - 19:00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mardi</td>
|
||||
<td>08:30 - 12:00</td>
|
||||
<td>14:00 - 19:00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mercredi</td>
|
||||
<td>08:30 - 12:00</td>
|
||||
<td>14:00 - 19:00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jeudi</td>
|
||||
<td>08:30 - 12:00</td>
|
||||
<td>14:00 - 19:00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Vendredi</td>
|
||||
<td>08:30 - 12:00</td>
|
||||
<td>14:00 - 19:00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Samedi</td>
|
||||
<td>08:00 - 13:00</td>
|
||||
<td>-</td>
|
||||
</tr>
|
||||
<br />
|
||||
</table>
|
||||
<h3>Horaire d'ouverture</h3>
|
||||
<section>
|
||||
<article>
|
||||
Pendant les heures d'ouverture, appelez le numero: 01 60 60 60 60
|
||||
</article>
|
||||
<article>
|
||||
Sinon, vous pouvez appeler le 18 (SAMU). En dehors des heures d'ouverture, le répondeur du cabinet vous donnera les coordonnées du médecin de garde.
|
||||
</article>
|
||||
</section>
|
||||
<h4>ME JOINDRE PAR INTERNET</h4>
|
||||
<section>
|
||||
<article>
|
||||
En cas d'absence, vous pouvez <a href="https://fr.wikihow.com/mourir-paisiblement">consultez ce site</a>
|
||||
</article>
|
||||
<article>
|
||||
Je suis par ailleurs membre de démonstration des MMT
|
||||
</article>
|
||||
</section>
|
||||
|
||||
|
81
FRONTEND/Formulaire.html
Normal file
81
FRONTEND/Formulaire.html
Normal file
@ -0,0 +1,81 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Mon Premier Formulaire</title>
|
||||
<meta charset="utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
<form action="exemple1.html" method="get" enctype="text/plain">
|
||||
<fieldset>
|
||||
<legend>Vos coordonnées</legend>
|
||||
<table>
|
||||
<tr>
|
||||
<td><label for="nom">Nom:</label></td>
|
||||
<td><input id="nom" type="text" name="nom" placeholder="votre nom" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="nom">Prénom:</label></td>
|
||||
<td><input id="nom" type="text" name="prénom" placeholder="votre prénom" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="nom">Date de naissance:</label></td>
|
||||
<td><input id="date" type="Date" name="date"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="nom">Mail:</label></td>
|
||||
<td><input id="mail" type="email" name="mail" placeholder="votre mail" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="nom">Votre site:</label></td>
|
||||
<td><input id="site" type="url" name="site" value="http://www." /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="nom">Code:</label></td>
|
||||
<td><input id="code" type="password" name="code" placeholder="votre mot de passe" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="nom">Genre:</label>
|
||||
<td><input type="radio" name="xx" value="xy"/>Homme<br>
|
||||
<input type="radio" name="xx" value="xx"/>Femme
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="nom">Pays:</label>
|
||||
<td>
|
||||
<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>
|
||||
<legend>Vos loisirs</legend>
|
||||
<input name="xx[]" type="checkbox" value="v1" />Voyages<br>
|
||||
<input name="xx[]" type="checkbox" value="v2" />Sports<br>
|
||||
<input name="xx[]" type="checkbox" value="v3" />Lecture<br>
|
||||
<textarea maxlength="500" minlength="30" required="50" rows="5" cols="80">
|
||||
Décrivez votre loisirs en détail:
|
||||
</textarea>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>Envoyez nous votre photo</legend>
|
||||
<input type="file" name="photo"/><br><br>
|
||||
<input type="submit" value="Envoyer"/>
|
||||
<input type="reset" value="Effacer"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
BIN
FRONTEND/Image/index.jpg
Normal file
BIN
FRONTEND/Image/index.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
23
FRONTEND/StyleCss/StyleAccueilLoisirs.css
Normal file
23
FRONTEND/StyleCss/StyleAccueilLoisirs.css
Normal file
@ -0,0 +1,23 @@
|
||||
h1 {
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: blue;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.CasesEnGris{
|
||||
background-color: grey;
|
||||
}
|
||||
|
||||
#CasesEnHaut{
|
||||
border: 0px;
|
||||
box-shadow: 0px;
|
||||
}
|
53
FRONTEND/TarifsAccueilLoisirs.html
Normal file
53
FRONTEND/TarifsAccueilLoisirs.html
Normal file
@ -0,0 +1,53 @@
|
||||
<!DOCTYPE HTML>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Tarifs Accueil De Loisirs</title>
|
||||
<link rel="stylesheet" type="text/css" href="StyleCss/StyleAccueilLoisirs.css" media="all">
|
||||
</head>
|
||||
<body>
|
||||
<h1>TARIFS ACCUEIL DE LOISIRS</h1>
|
||||
<h3>Sur justificatif - avis d'imposition</h3>
|
||||
<table border="1">
|
||||
<tr><span class="CasesEnGris">
|
||||
<td id="CasesEnHaut"></td>
|
||||
<td colspan="3">Communes de la Communauté de Communes </td>
|
||||
<td colspan="3">Communes extérieures</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Revenus Mensuels</td>
|
||||
<td>Demi-journée</td>
|
||||
<td>Demi-journée avec repas</td>
|
||||
<td>Journée avec repas</td>
|
||||
<td>Demi-journée</td>
|
||||
<td>Demi-journée avec repas</td>
|
||||
<td>Journée avec repas</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0/1099€</td>
|
||||
<td>3,50€</td>
|
||||
<td>6.07€</td>
|
||||
<td>8,35€</td>
|
||||
<td rowspan="4">5,68€</td>
|
||||
<td rowspan="4">12,69€</td>
|
||||
<td rowspan="4">18,70€</td>
|
||||
</span></tr>
|
||||
<tr>
|
||||
<td>1100/2199€</td>
|
||||
<td>5,12€</td>
|
||||
<td>7,68€</td>
|
||||
<td>11,35€</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2200/2999€</td>
|
||||
<td>6,23€</td>
|
||||
<td>9,46€</td>
|
||||
<td>13,91€</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>+ de 3000€ ou avis d'imposition manquant</td>
|
||||
<td>7,24€</td>
|
||||
<td>10,57€</td>
|
||||
<td>15,58€</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
32
FRONTEND/exemple1.html
Normal file
32
FRONTEND/exemple1.html
Normal file
@ -0,0 +1,32 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Ma premiere page Web</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Salut !</h1>
|
||||
<h3>Bonjour !</h3>
|
||||
<table border="1" style="background-color:#00FFFF">
|
||||
<tr>
|
||||
<td>Nom</td>
|
||||
<td>Prenom</td>
|
||||
<td>Age</td>
|
||||
<td colspan="2">Mail et Adresse</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CARPENTIER</td>
|
||||
<td>Enzo</td>
|
||||
<td>21</td>
|
||||
<td>enzo.carpe@gmail.com</td>
|
||||
<td>43 rue de la rue</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>POURCHOT</td>
|
||||
<td>Adrian</td>
|
||||
<td>18</td>
|
||||
<td>adrian.pourchot@gmail.com</td>
|
||||
<td>48 rue du bois des pres hauts</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user