-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.html
273 lines (248 loc) · 9.03 KB
/
form.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="common.css">
<link rel="stylesheet" href="form.css" />
<title>Form</title>
</head>
<body>
<nav class="navbar">
<header class="logo">
<img class="navbar-logo" src="/images/image4.png" alt="logo" />
</header>
<div>
<ul class="links">
<li class="nav-item">
<a href="/">Tableau de bord</a>
</li>
<li class="nav-item">
<a href="/form.html">Gestion des comptes</a>
</li>
<li class="nav-item">
<a href="/editForm.html">Site internet</a>
</li>
<li class="nav-item">
<a href="/parametres.html">Paramètres</a>
</li>
</ul>
</div>
<input type="text" name="search" id="" placeholder="Rechercher">
</nav>
<main>
<form class="form-container">
<fieldset>
<legend>Administrateur<b>(Secrétaire)</b> et Adjoint</legend>
<div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Configuration du compte</label
>
<input
type="checkbox"
name="chbx"
id="custom-checkbox"
class="hidden-checkbox"
/>
<label for="custom-checkbox" class="custom-checkbox"></label>
</div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Role</label
>
<input
type="checkbox"
name="chbx"
id="role"
class="hidden-checkbox"
/>
<label for="role" class="custom-checkbox"></label>
</div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Creation de compte</label
>
<input
type="checkbox"
name="chbx"
id="creation"
class="hidden-checkbox"
/>
<label for="creation" class="custom-checkbox"></label>
</div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Tableaude bord/ Rapports d'activite</label
>
<input
type="checkbox"
name="chbx"
id="rapports"
class="hidden-checkbox"
/>
<label for="rapports" class="custom-checkbox"></label>
</div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Gestion du site web et oeuvre social</label
>
<input
type="checkbox"
name="chbx"
id="gestion"
class="hidden-checkbox"
/>
<label for="gestion" class="custom-checkbox"></label>
</div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Gestion des PV du CSE</label
>
<input
type="checkbox"
name="chbx"
id="cse"
class="hidden-checkbox"
/>
<label for="cse" class="custom-checkbox"></label>
</div>
</div>
</fieldset>
<fieldset>
<legend>Données logiciel</legend>
<div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Base de donnees salaries / elus du CSE/ Entreprises</label
>
<input
type="checkbox"
name="chbx"
id="elus"
class="hidden-checkbox"
/>
<label for="elus" class="custom-checkbox"></label>
</div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Modification des informations</label
>
<input
type="checkbox"
name="chbx"
id="modification"
class="hidden-checkbox"
/>
<label for="modification" class="custom-checkbox"></label>
</div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Notes et taches</label
>
<input
type="checkbox"
name="chbx"
id="taches"
class="hidden-checkbox"
/>
<label for="taches" class="custom-checkbox"></label>
</div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Voir les taches concernant les autres</label
>
<input
type="checkbox"
name="chbx"
id="voir"
class="hidden-checkbox"
/>
<label for="voir" class="custom-checkbox"></label>
</div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Configuration generale Espace</label
>
<input
type="checkbox"
name="chbx"
id="espace"
class="hidden-checkbox"
/>
<label for="espace" class="custom-checkbox"></label>
</div>
</div>
</fieldset>
<fieldset>
<legend>Trésorier et Adjoint</legend>
<div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Gestion des comptes du CSE</label
>
<input
type="checkbox"
name="chbx"
id="comptes"
class="hidden-checkbox"
/>
<label for="comptes" class="custom-checkbox"></label>
</div>
<div class="input-group">
<label for="custom-checkbox" class="custom-checkbox-label"
>Gestion des oeuvres social</label
>
<input
type="checkbox"
name="chbx"
id="oeuvres"
class="hidden-checkbox"
/>
<label for="oeuvres" class="custom-checkbox"></label>
</div>
</div>
</fieldset>
<fieldset>
<legend>Membres CSST ou CSE</legend>
<div class="checkbox-group">
<div class="checkbox-header">
<span></span>
<span>CSST</span>
<span>CSE</span>
</div>
<div class="checkbox-item">
<label for="chbx1">Gestion des enquetes</label>
<input class="hidden-checkbox" type="checkbox" id="chbx1-csst" name="chbx1-csst">
<label for="chbx1-csst" class="custom-checkbox"></label>
<input class="hidden-checkbox" type="checkbox" id="chbx1-cse" name="chbx1-cse">
<label for="chbx1-cse" class="custom-checkbox"></label>
</div>
<div class="checkbox-item">
<label for="chbx2">Gestion extration enquetes</label>
<input class="hidden-checkbox" type="checkbox" id="chbx2-csst" name="chbx2-csst">
<label for="chbx2-csst" class="custom-checkbox"></label>
<input class="hidden-checkbox" type="checkbox" id="chbx2-cse" name="chbx2-cse">
<label for="chbx2-cse" class="custom-checkbox"></label>
</div>
<div class="checkbox-item">
<label for="chbx3">Arbres des causes</label>
<input class="hidden-checkbox" type="checkbox" id="chbx3-csst" name="chbx3-csst">
<label for="chbx3-csst" class="custom-checkbox"></label>
<input class="hidden-checkbox" type="checkbox" id="chbx3-cse" name="chbx3-cse">
<label for="chbx3-cse" class="custom-checkbox"></label>
</div>
<div class="checkbox-item">
<label for="chbx4">Réalisation enquetes</label>
<input class="hidden-checkbox" type="checkbox" id="chbx4-csst" name="chbx4-csst">
<label for="chbx4-csst" class="custom-checkbox"></label>
<input class="hidden-checkbox" type="checkbox" id="chbx4-cse" name="chbx4-cse">
<label for="chbx4-cse" class="custom-checkbox"></label>
</div>
</div>
</fieldset>
</form>
</main>
<script src="script.js"></script>
</body>
</html>