-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
139 lines (127 loc) · 6.18 KB
/
main.html
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
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quawim Chadsvasc Calculator</title>
<link rel="stylesheet" href="assets/main.css">
<link rel="stylesheet/less" type="text/css" href="styles.less">
</head>
<body>
<div class="thetable">
<fieldset>
<legend>le score de Chadsvasc </legend>
<table>
<tr>
<th>Critère </th>
<th>Valeur</th>
<th>oui/non</th>
</tr>
<tr>
<td>insuffisance cardiaque (le C étant pour le terme anglais « Congestive heart failure »)</td>
<td>01</td>
<td>
<label class="toggleButton">
<input type="checkbox" name="chdv" value="01">
<div>
<svg viewBox="0 0 44 44">
<path d="M14,24 L21,31 L39.7428882,11.5937758 C35.2809627,6.53125861 30.0333333,4 24,4 C12.95,4 4,12.95 4,24 C4,35.05 12.95,44 24,44 C35.05,44 44,35.05 44,24 C44,19.3 42.5809627,15.1645919 39.7428882,11.5937758" transform="translate(-2.000000, -2.000000)"></path>
</svg>
</div>
</label>
</td>
</tr>
<tr>
<td>Hypertension arterielle</td>
<td>01</td>
<td>
<label class="toggleButton">
<input type="checkbox" name="chdv" value="01">
<div>
<svg viewBox="0 0 44 44">
<path d="M14,24 L21,31 L39.7428882,11.5937758 C35.2809627,6.53125861 30.0333333,4 24,4 C12.95,4 4,12.95 4,24 C4,35.05 12.95,44 24,44 C35.05,44 44,35.05 44,24 C44,19.3 42.5809627,15.1645919 39.7428882,11.5937758" transform="translate(-2.000000, -2.000000)"></path>
</svg>
</div></td>
</tr>
<tr>
<td>âge supérieur à 75 ans</td>
<td>02</td>
<td> <label class="toggleButton">
<input type="checkbox" name="chdv" value="02">
<div>
<svg viewBox="0 0 44 44">
<path d="M14,24 L21,31 L39.7428882,11.5937758 C35.2809627,6.53125861 30.0333333,4 24,4 C12.95,4 4,12.95 4,24 C4,35.05 12.95,44 24,44 C35.05,44 44,35.05 44,24 C44,19.3 42.5809627,15.1645919 39.7428882,11.5937758" transform="translate(-2.000000, -2.000000)"></path>
</svg>
</div>
</label></td>
</tr>
<tr>
<td>diabète</td>
<td>01</td>
<td> <label class="toggleButton">
<input type="checkbox" name="chdv" value="01">
<div>
<svg viewBox="0 0 44 44">
<path d="M14,24 L21,31 L39.7428882,11.5937758 C35.2809627,6.53125861 30.0333333,4 24,4 C12.95,4 4,12.95 4,24 C4,35.05 12.95,44 24,44 C35.05,44 44,35.05 44,24 C44,19.3 42.5809627,15.1645919 39.7428882,11.5937758" transform="translate(-2.000000, -2.000000)"></path>
</svg>
</div>
</label></td>
</tr>
<tr>
<td>antécédent d'accident vasculaire cérébral (le S étant pour le terme anglais de « Stroke »), le 2 en indice étant le « poids » de ce paramètre</td>
<td>02</td>
<td> <label class="toggleButton">
<input type="checkbox" name="chdv" value="02">
<div>
<svg viewBox="0 0 44 44">
<path d="M14,24 L21,31 L39.7428882,11.5937758 C35.2809627,6.53125861 30.0333333,4 24,4 C12.95,4 4,12.95 4,24 C4,35.05 12.95,44 24,44 C35.05,44 44,35.05 44,24 C44,19.3 42.5809627,15.1645919 39.7428882,11.5937758" transform="translate(-2.000000, -2.000000)"></path>
</svg>
</div>
</label></td>
</tr>
<tr>
<td>antécédent de maladie vasculaire : artériopathie oblitérante des membres inférieurs, infarctus du myocarde, etc.</td>
<td>01</td>
<td> <label class="toggleButton">
<input type="checkbox" name="chdv" value="1">
<div>
<svg viewBox="0 0 44 44">
<path d="M14,24 L21,31 L39.7428882,11.5937758 C35.2809627,6.53125861 30.0333333,4 24,4 C12.95,4 4,12.95 4,24 C4,35.05 12.95,44 24,44 C35.05,44 44,35.05 44,24 C44,19.3 42.5809627,15.1645919 39.7428882,11.5937758" transform="translate(-2.000000, -2.000000)"></path>
</svg>
</div>
</label></td>
</tr>
<tr>
<td>âge compris entre 65 et 74 ans</td>
<td>01</td>
<td> <label class="toggleButton">
<input type="checkbox" name="chdv" value="01">
<div>
<svg viewBox="0 0 44 44">
<path d="M14,24 L21,31 L39.7428882,11.5937758 C35.2809627,6.53125861 30.0333333,4 24,4 C12.95,4 4,12.95 4,24 C4,35.05 12.95,44 24,44 C35.05,44 44,35.05 44,24 C44,19.3 42.5809627,15.1645919 39.7428882,11.5937758" transform="translate(-2.000000, -2.000000)"></path>
</svg>
</div>
</label></td>
</tr>
<tr>
<td>femme (Sc étant l'acronyme du terme anglais « Sex category »)</td>
<td>01</td>
<td> <label class="toggleButton">
<input type="checkbox" name="chdv" value="01">
<div>
<svg viewBox="0 0 44 44">
<path d="M14,24 L21,31 L39.7428882,11.5937758 C35.2809627,6.53125861 30.0333333,4 24,4 C12.95,4 4,12.95 4,24 C4,35.05 12.95,44 24,44 C35.05,44 44,35.05 44,24 C44,19.3 42.5809627,15.1645919 39.7428882,11.5937758" transform="translate(-2.000000, -2.000000)"></path>
</svg>
</div>
</label></td>
</tr>
</table>
</fieldset>
<div class="btnofres">
<button id="btn" >calculate</button>
</div>
</div>
</body>
<script src="assets/main.js" type="text/javascript"></script>
</html>