-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
861 lines (784 loc) · 24.5 KB
/
index.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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
<!DOCTYPE html>
<html>
<head>
<title>ATTESTATION DE DÉPLACEMENT DÉROGATOIRE</title>
<meta charset="utf-8" />
<meta
name="description"
content="En application de l’article 1er du décret du 16 mars 2020 portant réglementation des déplacements dans le cadre de la lutte contre la propagation du virus Covid-19"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta itemprop="name" content="ATTESTATION DE DÉPLACEMENT DÉROGATOIRE" />
<meta
itemprop="description"
content="En application de l’article 1er du décret du 16 mars 2020 portant réglementation des déplacements dans le cadre de la lutte contre la propagation du virus Covid-19"
/>
<meta name="og:title" content="ATTESTATION DE DÉPLACEMENT DÉROGATOIRE" />
<meta
name="og:description"
content="En application de l’article 1er du décret du 16 mars 2020 portant réglementation des déplacements dans le cadre de la lutte contre la propagation du virus Covid-19"
/>
<meta name="og:url" content="https://magopian.github.io/att" />
<meta
name="og:site_name"
content="ATTESTATION DE DÉPLACEMENT DÉROGATOIRE"
/>
<meta name="og:locale" content="fr_FR" />
<meta name="og:type" content="website" />
<style type="text/css">
body {
background-color: #eeeeeb;
font: 16px sans-serif;
margin: 0 auto;
text-align: justify;
width: 210mm;
}
a,
a:visited {
color: #0053b3;
font-weight: 500;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1,
h2 {
text-align: center;
}
h2 {
font-size: 16px;
font-weight: normal;
}
header {
background: #ff8894;
border-bottom: 2px solid #dc3545;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.11);
border-radius: 0 0px 6px 6px;
padding: 5px 20px;
text-align: center;
margin-bottom: 1em;
}
#container {
border-radius: 4px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.11);
background-color: #fff;
padding: 8mm 15mm;
}
label {
min-width: 100px;
display: inline-block;
padding-top: 5px;
vertical-align: top;
}
#raisons {
margin: 40px auto;
}
#date-lieu {
margin-bottom: 50px;
}
#date-lieu label {
min-width: 0px;
margin-right: 10px;
}
input[type="text"],
textarea {
width: 340px;
display: inline-block;
}
input[type="checkbox"] {
width: 3%;
display: inline-block;
}
#raisons label {
width: 94%;
display: inline-block;
padding-top: 0px;
cursor: pointer;
text-align: justify;
}
div {
margin: 12px auto;
}
input[type="date"],
input[type="text"],
textarea,
#canvas-wrapper {
box-sizing: border-box;
font-size: 14px;
padding: 4px 10px;
line-height: 20px;
font-weight: 500;
font-family: inherit;
border-radius: 2px;
-webkit-appearance: none;
outline: none;
border: none;
background-color: #f0f4fe;
border-bottom: 1px dotted #686868;
-webkit-transition: border 0.3s ease;
transition: border 0.3s ease;
}
footer {
background: #e0edff;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.11);
color: rgb(43, 78, 119);
border-radius: 5px;
padding: 5px 20px;
margin-bottom: 1em;
}
#canvas-wrapper {
width: 100%;
}
canvas {
touch-action: none;
}
#signature-wrapper {
display: none;
}
#signature-wrapper.drawing,
#signature-wrapper.displaying {
display: block;
}
#signature-wrapper.drawing #signature-container {
display: block;
}
#signature-wrapper.displaying #signature-container {
display: none;
}
#signature-wrapper.drawing #signature-display-container {
display: none;
}
#signature-wrapper.displaying #signature-display-container {
display: block;
}
.modal-window {
position: fixed;
background-color: rgba(80, 80, 80, 0.75);
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: hidden;
opacity: 0;
margin: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
#infobulle p {
line-height: 24px;
}
#infobulle {
position: relative;
text-align: left;
width: 640px;
max-width: 90%;
margin: 10% auto;
padding: 1rem;
background: #fff;
color: #444;
border-radius: 4px;
border: 1px solid #686868;
}
.modal-close span {
display: inline-block;
font-size: 18px;
padding: 8px 15px;
border-radius: 2px;
transition: all 0.15s ease-in-out;
}
.modal-close span:hover {
color: white;
background-color: #686868;
}
.modal-close {
position: absolute;
top: 10px;
right: 10px;
margin: 0;
}
.modal-close:hover {
color: #000;
cursor: pointer;
}
.text-info {
color: #17a2b8;
}
.text-danger {
color: #dc3545;
}
.bg-danger {
background-color: #dc3545;
}
.modal-window h1 {
margin: 0 0 15px;
}
.btn-container {
text-align: center;
}
.btn-container button:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-container button {
font-weight: 400;
text-align: center;
cursor: pointer;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #343a40;
padding: 6px 12px;
font-size: 1rem;
line-height: 1.5;
border-radius: 4px;
transition: all 0.15s ease-in-out;
color: #343a40;
background-color: transparent;
background-image: none;
}
#help-button {
position: fixed;
right: 2%;
bottom: 2%;
border-radius: 50%;
border: 0 none;
background-color: white;
font-size: 50px;
font-weight: 600;
cursor: pointer;
color: #0053b3;
box-shadow: 0 0px 5px 2px rgba(215, 210, 210, 0.3);
width: 70px;
line-height: 63px;
text-align: center;
padding-top: 8px;
}
@media print {
@page {
margin: 0;
}
header,
footer,
#refaire-signature,
#imprimer,
#help-button {
display: none;
}
#container {
box-shadow: none;
}
#signature {
display: block;
height: 140px;
margin: 0 auto;
}
}
@media screen and (max-width: 640px) {
* {
max-width: 100%;
}
html {
font-size: 90%;
}
body {
width: 100%;
padding: 0;
margin: 0;
background-color: #fff;
}
#container {
width: 94%;
padding: 0;
margin: 0 auto;
}
p {
display: block;
width: 100%;
}
input[type="date"],
input[type="text"],
textarea,
label {
display: block;
width: 100%;
margin: 8px 0;
}
p {
font-size: 15px;
}
label {
font-size: 15px;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 16px;
}
input[type="checkbox"] {
width: 4%;
display: inline-block;
}
#raisons label {
width: 92%;
display: inline-block;
margin-top: -5px;
}
}
</style>
</head>
<body>
<header>
<p><b>ATTENTION</b> <br /></p>
<p>
une version numérique n'est plus recevable - Sources :
<a
href="https://www.numerama.com/politique/611777-attestation-de-deplacement-que-faire-sans-imprimante-ni-papier.html"
title="article de numérama : version numérique non recevable"
>Numérama</a
>,
<a
href="https://www.bfmtv.com/tech/confinement-finalement-l-attestation-sur-smartphone-ne-suffit-pas-1877104.html"
title="article de bfmtv : version numérique non recevable"
>BFMTV</a
>
et
<a
href="https://twitter.com/Place_Beauvau/status/1240236276416118784"
title="Tweet du ministère de l'intérieur : version numérique non recevable"
>ministère de l'intérieur</a
>.
</p>
<p>
Une fois le document rempli, vous devrez l'imprimer pour pouvoir le
présenter lors d'un contrôle.
</p>
</header>
<div id="container">
<h1>ATTESTATION DE DÉPLACEMENT DÉROGATOIRE</h1>
<h2>
En application de l’article 1er du décret du 16 mars 2020 portant
réglementation des déplacements dans le cadre de la lutte contre la
propagation du virus Covid-19 :
</h2>
<form id="declaration-form">
<p>Je soussigné(e)</p>
<div>
<label for="nom">Mme / M.</label>
<input type="text" id="nom" name="nom" />
</div>
<div>
<label for="date-naissance">Né(e) le :</label>
<input type="text" id="date-naissance" name="date-naissance" />
</div>
<div>
<label for="adresse">Demeurant :</label>
<textarea
type="text"
name="adresse"
id="adresse"
rows="3"
cols="40"
></textarea>
</div>
<br />
<p>
certifie que mon déplacement est lié au motif suivant (cocher la case)
autorisé par l’article 1er du décret du 16 mars 2020 portant
réglementation des déplacements dans le cadre de la lutte contre la
propagation du virus Covid-19 :
</p>
<div id="raisons">
<div>
<input type="checkbox" name="domicile" id="domicile" />
<label for="domicile">
déplacements entre le domicile et le lieu d’exercice de l’activité
professionnelle, lorsqu’ils sont indispensables à l’exercice
d’activités ne pouvant être organisées sous forme de télétravail
(sur justificatif permanent) ou déplacements professionnels ne
pouvant être différés ;</label
>
</div>
<div>
<input type="checkbox" name="courses" id="courses" />
<label for="courses">
déplacements pour effectuer des achats de première nécessité dans
des établissements autorisés (liste sur gouvernement.fr) ;</label
>
</div>
<div>
<input type="checkbox" name="sante" id="sante" />
<label for="sante">déplacements pour motif de santé ;</label>
</div>
<div>
<input type="checkbox" name="famille" id="famille" />
<label for="famille">
déplacements pour motif familial impérieux, pour l’assistance aux
personnes vulnérables ou la garde d’enfants ;</label
>
</div>
<div>
<input type="checkbox" name="sport" id="sport" />
<label for="sport">
déplacements brefs, à proximité du domicile, liés à l’activité
physique individuelle des personnes, à l’exclusion de toute
pratique sportive collective, et aux besoins des animaux de
compagnie.</label
>
</div>
</div>
<div id="date-lieu">
<label for="faita">Fait à </label
><input id="faita" type="text" name="fait-a" />
<label for="date">, le</label>
<input type="date" id="date" name="date" />
</div>
</form>
<div id="signature-wrapper">
Signature :
<div id="signature-container">
<div id="canvas-wrapper">
<canvas id="dessiner-signature"> </canvas>
</div>
<div class="btn-container">
<button id="sauvegarder">Sauvegarder</button>
<button id="reset">Recommencer</button>
</div>
</div>
<div id="signature-display-container">
<img src="" alt="Signature" id="signature" />
<div class="btn-container">
<button id="refaire-signature">
Refaire cette signature
</button>
<button id="imprimer">Imprimer</button>
</div>
</div>
</div>
</div>
<footer>
<p>
Ceci est une version à remplir en ligne du document officiel disponible
sur
<a
href="https://www.interieur.gouv.fr/Actualites/L-actu-du-Ministere/Attestation-de-deplacement-derogatoire"
title="Attestation de déplacement dérogatoire"
>
le site du ministère de l'intérieur</a
>.
</p>
<p>
Le code source est disponible sur
<a
href="https://github.com/magopian/att"
title="Repository 'att' de magopian"
>https://github.com/magopian/att</a
>.
</p>
</footer>
<div id="help-button" onclick="openModal()">
?
</div>
<div id="open-modal" class="modal-window">
<div id="infobulle">
<div class="modal-close">
<span onclick="closeModal()" title="Fermer la fenêtre">
×
</span>
</div>
<h1>Informations</h1>
<p>
<b>1. La version numérique est-elle recevable ?</b><br />
<span class="text-danger">
Mise à jour du 18/03 à 14h : la version numérique n'est plus
recevable
<br />
Sources :
<a
href="https://www.numerama.com/politique/611777-attestation-de-deplacement-que-faire-sans-imprimante-ni-papier.html"
title="article de numérama : version numérique non recevable"
>Numérama</a
>,
<a
href="https://www.bfmtv.com/tech/confinement-finalement-l-attestation-sur-smartphone-ne-suffit-pas-1877104.html"
title="article de bfmtv : version numérique non recevable"
>BFMTV</a
>
et
<a
href="https://twitter.com/Place_Beauvau/status/1240236276416118784"
title="Tweet du ministère de l'intérieur : version numérique non recevable"
>ministère de l'intérieur</a
>.
</span>
</p>
<p>
<b>2. Ce document vous protège t-il d'une amende : non </b><br />
Si votre déplacement est jugé injustifié, vous êtes passible d'une
amende de 135 €.
<br />
En cas de doute sur ces restrictions de déplacement, vous pouvez
consulter
<a
target="_blank"
title="Télécharger la FAQ du gourvernement sur les déplacements autorisés"
href="https://www.gouvernement.fr/sites/default/files/contenu/piece-jointe/2020/03/faq-restrictions.pdf"
>les questions / réponses en cliquant ici</a
>.
</p>
<p>
<b>3. Comment sauvegarder cette attestation ?</b><br />
Les données sont sauvegardées au fur et à mesure que vous remplissez
le formulaire, automatiquement. Revenir sur cette page à tout moment
affichera les données que vous avez saisies.
</p>
<p>
<b>4. Où sont stockées nos informations personelles ?</b><br />
Sur votre navigateur internet, aucune donnée n'est transmise ou
conservée par un tiers. Par ailleurs ce site n'utilise ni cookie ni
tracker.
</p>
</div>
</div>
<script>
// Various html nodes
const modal = document.getElementById("open-modal");
const saveSignature = document.getElementById("sauvegarder");
const signature = document.getElementById("signature");
const restartSignature = document.getElementById("refaire-signature");
const resetSignature = document.getElementById("reset");
const form = document.getElementById("declaration-form");
const signatureWrapper = document.getElementById("signature-wrapper");
signatureWrapper.className = "drawing";
const canvasWrapper = document.getElementById("canvas-wrapper");
const canvas = document.getElementById("dessiner-signature");
canvas.width = canvasWrapper.clientWidth;
canvas.height = canvasWrapper.clientWidth * 0.5625;
const context = canvas.getContext("2d");
const imprimer = document.getElementById("imprimer");
// SAVE/RESTORE THE FORM TO/FROM LOCALSTORAGE
let serializedForm = {};
// Restore form from localstorage if previous data was stored
const fromStorage = localStorage.getItem(window.location.pathname);
if (fromStorage) {
serializedForm = JSON.parse(fromStorage);
Object.keys(serializedForm).map(function(formElementName) {
if (formElementName === "signature") {
// Special casing the signature which isn't a form element.
signature.src = serializedForm["signature"];
signatureWrapper.className = "displaying";
} else {
const elements = document.getElementsByName(formElementName);
if (elements.length) {
const element = elements[0];
if (element.type === "checkbox") {
element.checked = serializedForm[formElementName];
} else {
element.value = serializedForm[formElementName];
}
}
}
});
}
function openModal() {
modal.style.opacity = "1";
modal.style.visibility = "visible";
}
function closeModal() {
localStorage.setItem("modal-closed", true);
modal.style.opacity = "0";
modal.style.visibility = "hidden";
}
if (!localStorage.getItem("modal-closed")) {
openModal();
}
// Save the form to localstorage on change
function saveToLocalStorage(key, value) {
serializedForm[key] = value;
const json = JSON.stringify(serializedForm);
localStorage.setItem(window.location.pathname, json);
}
// Keep compatibility with IE.
const formElements = Array.prototype.slice.call(form.elements);
formElements.map(function(element) {
if (element.type === "checkbox") {
element.onchange = function(event) {
saveToLocalStorage(event.target.name, event.target.checked);
};
} else {
element.oninput = function(event) {
saveToLocalStorage(event.target.name, event.target.value);
};
}
});
// DRAWING A SIGNATURE (copied from https://stackoverflow.com/a/22891828)
context.strokeStyle = "#000000";
context.lineJoin = "round";
context.lineWidth = 2;
var clickX = [];
var clickY = [];
var clickDrag = [];
var paint;
/**
* Add information where the user clicked at.
* @param {number} x
* @param {number} y
* @return {boolean} dragging
*/
function addClick(x, y, dragging) {
clickX.push(x);
clickY.push(y);
clickDrag.push(dragging);
}
/**
* Redraw the complete canvas.
*/
function redraw() {
// Clears the canvas
context.clearRect(0, 0, context.canvas.width, context.canvas.height);
for (var i = 0; i < clickX.length; i += 1) {
if (!clickDrag[i] && i == 0) {
context.beginPath();
context.moveTo(clickX[i], clickY[i]);
context.stroke();
} else if (!clickDrag[i] && i > 0) {
context.closePath();
context.beginPath();
context.moveTo(clickX[i], clickY[i]);
context.stroke();
} else {
context.lineTo(clickX[i], clickY[i]);
context.stroke();
}
}
}
/**
* Draw the newly added point.
* @return {void}
*/
function drawNew() {
var i = clickX.length - 1;
if (!clickDrag[i]) {
if (clickX.length == 0) {
context.beginPath();
context.moveTo(clickX[i], clickY[i]);
context.stroke();
} else {
context.closePath();
context.beginPath();
context.moveTo(clickX[i], clickY[i]);
context.stroke();
}
} else {
context.lineTo(clickX[i], clickY[i]);
context.stroke();
}
}
function mouseDownEventHandler(event) {
paint = true;
var x = event.pageX - canvas.offsetLeft;
var y = event.pageY - canvas.offsetTop;
if (paint) {
addClick(x, y, false);
drawNew();
}
}
function touchstartEventHandler(event) {
event.preventDefault();
paint = true;
if (paint) {
addClick(
event.touches[0].pageX - canvas.offsetLeft,
event.touches[0].pageY - canvas.offsetTop,
false
);
drawNew();
}
}
function mouseUpEventHandler(event) {
event.preventDefault();
context.closePath();
paint = false;
}
function mouseMoveEventHandler(event) {
var x = event.pageX - canvas.offsetLeft;
var y = event.pageY - canvas.offsetTop;
if (paint) {
addClick(x, y, true);
drawNew();
}
}
function touchMoveEventHandler(event) {
event.preventDefault();
if (paint) {
addClick(
event.touches[0].pageX - canvas.offsetLeft,
event.touches[0].pageY - canvas.offsetTop,
true
);
drawNew();
}
}
function setUpHandler(isMouseandNotTouch, detectEvent) {
removeRaceHandlers();
if (isMouseandNotTouch) {
canvas.addEventListener("mouseup", mouseUpEventHandler);
canvas.addEventListener("mousemove", mouseMoveEventHandler);
canvas.addEventListener("mousedown", mouseDownEventHandler);
mouseDownEventHandler(detectEvent);
} else {
canvas.addEventListener("touchstart", touchstartEventHandler);
canvas.addEventListener("touchmove", touchMoveEventHandler);
canvas.addEventListener("touchend", mouseUpEventHandler);
canvas.addEventListener("touchcancel", function(event) {
event.preventDefault();
});
touchstartEventHandler(detectEvent);
}
}
function mouseWins(e) {
setUpHandler(true, e);
}
function touchWins(e) {
setUpHandler(false, e);
}
function removeRaceHandlers() {
canvas.removeEventListener("mousedown", mouseWins);
canvas.removeEventListener("touchstart", touchWins);
}
canvas.addEventListener("mousedown", mouseWins);
canvas.addEventListener("touchstart", touchWins);
// Save the signature or reset it.
saveSignature.onclick = function() {
const dataURL = canvas.toDataURL("image/png");
signature.src = dataURL;
saveToLocalStorage("signature", dataURL);
signatureWrapper.className = "displaying";
};
resetSignature.onclick = function() {
context.clearRect(0, 0, context.canvas.width, context.canvas.height);
};
restartSignature.onclick = function() {
context.clearRect(0, 0, context.canvas.width, context.canvas.height);
signatureWrapper.className = "drawing";
};
imprimer.onclick = function() {
try {
window.print();
} catch {
imprimer.style.display = "none";
alert("Cette fonctionnalité n'est pas présente sur votre appareil");
}
};
</script>
</body>
</html>