1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script language="JavaScript"> function mafonction()
{
if (document.getElementById("cbSemaine").checked) test3.bmp
}
</script>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>EtudeCemavil</title>
</head>
<body>
<form method="get">
<div style="text-align: center;"><img
style="width: 222px; height: 42px;" alt=""
src="images/Logo_Cemavil_doc_word3.bmp"><br>
<br>
<br>
<div style="text-align: left;"><big><big><big>Configuration
d'une étude</big></big></big><br>
<br>
<br>
<span style="text-decoration: underline;">Période
:</span><br>
<br>
<br>
Date de début de période <input size="10"
name="DateDeDebut" type="texte">
Date de fin de période <input size="10"
name="DateDeFin" type="texte">
<span style="text-decoration: underline;"><br>
<br>
<br>
Choix des
jours </span><br style="text-decoration: underline;">
<br>
<br>
<input id="cbLundi" type="checkbox">Lundi
<input id="cbMardi"
type="checkbox">Mardi <br>
<input id="cbMercredi" type="checkbox">Mercredi
<input id="cbJeudi"
type="checkbox">Jeudi<br>
<input id="cbVendredi" type="checkbox">Vendredi
<input id="cbSamedi" type="checkbox">Samedi<br>
<input id="cbDimanche" type="checkbox">Dimanche<br>
<input id="cbSemaine" type="checkbox">Toute la
semaine<br>
<br>
<span style="text-decoration: underline;">Zone </span><br>
<br>
<br>
<input name="cacRue1" type="checkbox"> 1 cours
Gambetta <input
name="cacRue1" type="checkbox"> 2 cours Gambetta<br>
<input name="cacRue1" type="checkbox"> 3 cours
Gambetta <input
name="cacRue1" type="checkbox"> 4 cours Gambetta<br>
<input name="cacRue1" type="checkbox"> 5 cours
Gambetta <input
name="cacRue1" type="checkbox"> 6 cours Gambetta<br>
<input name="cacRue1" type="checkbox"> 7 cours
Gambetta <input
name="cacRue1" type="checkbox"> 8 cours Gambetta<br>
<input name="cacRue1" type="checkbox"> 9 cours
Gambetta <input
name="cacRue1" type="checkbox"> 10 cours Gambetta<br>
<input name="cacRue1" type="checkbox"> 11 cours
Gambetta <input
name="cacRue1" type="checkbox"> 12 cours Gambetta<br>
<input name="cacRue1" type="checkbox"> 13 cours
Gambetta <input
name="cacRue1" type="checkbox"> 14 cours Gambetta<br>
<input name="cacRue1" type="checkbox"> 15 cours
Gambetta <input
name="cacRue1" type="checkbox"> 16 cours
Gambetta
<br>
<br>
<br>
<span style="text-decoration: underline;">Type de place</span><br
style="text-decoration: underline;">
<br>
<br>
<input name="cacRue1" type="checkbox"> Normale
<input
name="cacRue1" type="checkbox"> Livraison<br>
<input name="cacRue1" type="checkbox">
Handicapées
<input name="cacRue1"
type="checkbox"> Taxis<br>
<input name="cacRue1" type="checkbox"> Police
<input name="cacRue1"
type="checkbox"> Interdites<br>
<input name="cacRue1" type="checkbox"> Banques<br>
<br>
<br>
<span style="text-decoration: underline;">Affichage de
l'état<br>
<br>
<br>
<input value="click me" onclick="javascript:mafonction()"
type="button">
</span>
<div style="position: absolute; left: 8px; top: 90px;"></div>
</div>
</div>
</form>
</body>
</html> |