-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
484 lines (418 loc) · 23.9 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
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Horaire</title>
<meta name="description" content="Outil pour le calcul des heures supplémentaires, vacances et solde horaire.">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="manifest" href="manifest.json">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="180x180" href="src/assets/img/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="src/assets/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="/src/assets/img/icons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="src/assets/img/icons/favicon-16x16.png">
<link rel="mask-icon" href="src/assets/img/icons/safari-pinned-tab.svg" color="#3a4549">
<link rel="shortcut icon" href="src/assets/img/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="src/assets/img/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="dist/assets/css/bundle.min.css" />
</head>
<body>
<!-- ## start nav main ## -->
<nav class="navbar navbar-dark bg-dark text-white mb-5 py-3" id="main-navbar">
<div class="dropdown" id="page-picker">
<button class="btn btn-lg btn-outline-secondary" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" aria-label="Menu">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" role="img" focusable="false"><title>Menu</title><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"></path></svg>
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenu2">
<button class="dropdown-item active" data-id="horaire" type="button" aria-label="Page de calcul horaire">Calulateur Horaire</button>
<button class="dropdown-item d-none" data-id="timesheet" type="button" aria-label="Feuille de temps">Timesheet</button>
<button class="dropdown-item" data-id="holidayPlan" type="button" aria-label="Planificateur de vacances">Planificateur de vacances</button>
</div>
</div>
<div class="d-flex">
<div class="buttons-horaire">
<button class="btn btn-success btn-lg ml-auto timbrer d-none" type="button" aria-label="Ajouter un timbrage"><i class="material-icons mr-1" style="vertical-align:text-bottom">add_task</i> Timbrer</button>
<button class="btn btn-primary btn-lg ml-auto chooseHoraire" type="button" aria-label="Taux horaire"><i class="material-icons mr-1" style="vertical-align:text-bottom">access_time</i> Horaire</button>
</div>
<div class="buttons-holidayPlan">
<button class="btn btn-outline-info ml-auto searchFlight" type="button" aria-label="Chercher un vol" style="display:none"><i class="material-icons" style="vertical-align: text-bottom;">flight</i></button>
</div>
<button class="btn btn-outline-secondary ml-2" id="config" aria-label="Réglages" title="Réglages"><i class="material-icons" style="vertical-align:bottom">settings</i><span class="d-none">Réglages</span></button>
</div>
</nav>
<!-- ## end nav main ## -->
<!-- ## start nav back ## -->
<nav class="navbar navbar-dark bg-dark text-white mb-3 py-3" id="btn-back-navbar" style="display:none">
<div class="d-flex justify-content-center align-items-center previous-page">
<button class="btn btn-default px-0" id="btn-back"><i class="material-icons text-white" style="vertical-align:bottom">arrow_back_ios</i></button>
<div class="name"></div>
</div>
<h6 class="font-weight-bold mb-0 title"></h6>
</nav>
<!-- ## end nav back ## -->
<div class="m-auto module-area">
<!-- ## start config ## -->
<div class="page" data-id="config">
<div class="list-group" id="pills-tab">
<a href="#config-storage" class="list-group-item list-group-item-action">
<i class="material-icons mr-1" style="vertical-align:bottom">info</i> <span>Informations</span>
</a>
<a href="#config-preferences" class="list-group-item list-group-item-action">
<i class="material-icons mr-1" style="vertical-align:bottom">star</i> <span>Préférences</span>
</a>
<a href="#config-coupling" class="list-group-item list-group-item-action d-flex">
<div class="mr-auto"><i class="material-icons mr-1" style="vertical-align:bottom">phonelink</i> <span>Couplage avec un appareil</span></div>
<div class="text-success active d-none">Actif</div>
</a>
</div>
</div>
<!-- ## end config ## -->
<!-- ## start preferences ## -->
<div class="page" data-id="config-preferences">
<h3 class="text-dark">Général</h3>
<div class="list-group settings">
<div class="item list-group-item list-group-item-action py-2 px-2 d-flex">
<div class="mr-auto">
<h6><i class="material-icons">notifications_active</i> <span class="text">Activer les notifications push</span><small></small></h6>
</div>
<button type="button" id="enable_notifications" class="btn btn-sm btn-toggle" data-toggle="button" aria-pressed="false">
<div class="handle"></div>
</button>
</div>
</div>
<h3 class="mt-4 text-dark">Horaire</h3>
<div class="list-group settings">
<div class="item list-group-item list-group-item-action py-2 px-2 d-flex pc_only">
<div class="mr-auto"><h6><i class="material-icons">linear_scale</i> Afficher la ligne du temps</h6></div>
<button type="button" id="display_timeline" default-value="true" class="btn btn-sm btn-toggle" data-toggle="button" aria-pressed="false">
<div class="handle"></div>
</button>
</div>
<div class="item list-group-item list-group-item-action py-2 px-2 d-flex">
<div class="mr-auto"><h6><i class="material-icons">timer</i> Afficher un timer du temps restant</h6></div>
<button type="button" id="display_timelapse" default-value="true" class="btn btn-sm btn-toggle" data-toggle="button" aria-pressed="false">
<div class="handle"></div>
</button>
</div>
</div>
</div>
<!-- ## start preferences ## -->
<!-- ## start coupling ## -->
<div class="page" data-id="config-coupling">
<div id="status-coupling" class="alert alert-success d-none"><i class="material-icons" style="vertical-align: bottom;">check</i> Couplage actif</div>
<div class="card">
<h5 class="card-header">Code de couplage de cette session</h5>
<div class="card-body">
<div class="input-group">
<input type="text" class="form-control coupling-code" autocomplete="off" readonly value="">
<div class="input-group-append">
<button class="btn btn-secondary py-0 d-flex" type="button" id="copy-coupling-link" title="Copier le lien de partage"><i class="material-icons">link</i></button>
<button class="btn btn-secondary py-0 d-flex" type="button" id="renew-coupling-code" title="Renouveller le code"><i class="material-icons">autorenew</i></button>
</div>
</div>
</div>
</div>
<div class="card mt-3">
<h5 class="card-header">Se coupler avec un autre profil<br><small style="font-size:0.8rem">Permet de remplacer la session courante par celle utilisée avec un autre profil</small></h5>
<div class="card-body">
<form method="post" action="#" id="user-coupling">
<div class="input-group">
<input type="text" class="form-control" id="user-coupling-code" maxlength="10" autocomplete="off" placeholder="Entrez le code de couplage affiché sur le profil à dupliquer">
<div class="input-group-append">
<button class="btn btn-primary py-0 d-flex" type="submit" id="save-coupling">Coupler</button>
</div>
</div>
</form>
<div class="mt-3 small">
Les valeurs répliquées sont les suivantes:
<ul class="mb-0">
<li>Timbrages</li>
<li>Solde horaire</li>
</ul>
</div>
</div>
</div>
<div class="list-group settings mt-3">
<div class="item list-group-item list-group-item-action py-2 px-2 d-flex">
<div class="mr-auto"><h6><i class="material-icons">sync</i> Suivre le profil couplé en direct</h6></div>
<button type="button" id="coupling-live" default-value="true" class="btn btn-sm btn-toggle" data-toggle="button" aria-pressed="false">
<div class="handle"></div>
</button>
</div>
</div>
</div>
<!-- ## start coupling ## -->
<!-- ## start config-storage ## -->
<div class="page" data-id="config-storage">
<div class="list-group settings">
<div class="item list-group-item py-2 px-2 d-flex disabled bg-light" style="pointer-events: all; cursor:default">
<div class="mr-auto"><h6>Version de l'application</h6></div>
<div id="version" style="font-size: 0.8rem; font-family: 'Open Sans', sans-serif; font-weight: 700; display:flex; align-items: center">
<span>1.0.0</span>
<i class="material-icons text-dark update-version ml-1" style="font-size:16px; font-weight: 700; cursor: pointer" title="Vérifier si une mise à jour existe">cached</i>
</div>
</div>
<div class="item list-group-item py-2 px-2 d-flex disabled bg-light">
<div class="mr-auto"><h6>Identifiant unique</h6></div>
<div class="coupling-code" style="font-size: 0.8rem; font-family: 'Open Sans', sans-serif; font-weight: 700"></div>
</div>
<div class="item list-group-item py-2 px-2 disabled bg-light" id="config-username" style="display:none">
<div class="mr-auto"><h6>Utilisateur lié</h6></div>
<div class="username" style="font-size: 0.8rem; font-family: 'Open Sans', sans-serif; font-weight: 700"></div>
</div>
<div class="item list-group-item py-2 px-2 disabled bg-light" id="info-coupling" style="display:none">
<div class="mr-auto"><h6>Profil suivi</h6></div>
<div class="coupling-code-user" style="font-size: 0.8rem; font-family: 'Open Sans', sans-serif; font-weight: 700"></div>
</div>
</div>
<div class="list-group settings mt-2">
<div class="item list-group-item list-group-item-action py-2 px-2 d-flex" id="emptyCookies">
<div class="mr-auto"><h6><i class="material-icons">settings_backup_restore</i> Restaurer tous les réglages par défaut</h6></div>
<img src="src/assets/img/loader-info.svg" class="loader" style="width: 24px; display: none">
</div>
</div>
</div>
<!-- ## end config ## -->
<!-- ## start horaire ## -->
<div class="page" data-id="horaire" style="display:block">
<div id="timeline"></div>
<div class="d-flex horaire-layout">
<div class="time-saisie-column">
<div class="group" data-group="1">
<div class="border-right pr-3 d-flex align-items-center bg-secondary text-white justify-content-center rounded">
<div class="form-group mr-1">
<label class="col-form-label mr-3 text-center w-100" for="arr1">Arrivée</label>
<input type="text" class="form-control hour _1 small" id="arr1" idxTimeInput="1" inputmode="tel" autocomplete="off">
</div>
<div class="form-group">
<label class="col-form-label mr-3 text-center w-100" for="dep1">Départ</label>
<input type="text" class="form-control hour _2 small" id="dep1" idxTimeInput="2" inputmode="tel" autocomplete="off">
</div>
</div>
<div class="mt-1 small p-1 bg-dark text-white rounded inter d-flex" style="justify-content:space-evenly">
<span class="text-muted">-- : --</span>
</div>
</div>
<div id="pauseMidi" class="text-center border border-secondary py-1 rounded my-2">
Pause : --
</div>
<div class="group" data-group="2">
<div class="border-right pr-3 d-flex align-items-center bg-secondary text-white justify-content-center rounded">
<div class="form-group mr-1">
<label class="col-form-label mr-3 text-center w-100" for="arr2">Arrivée</label>
<input type="text" class="form-control hour _3 small" id="arr2" idxTimeInput="3" inputmode="tel" autocomplete="off">
</div>
<div class="form-group" style="position:relative">
<a href="#config-preferences" tabindex="-1"><i class="material-icons notif-status-icon" data-toggle="tooltip" data-placement="right" title="Notifications désactivées">notifications_off</i></a>
<label class="col-form-label mr-3 text-center w-100" for="dep2">Départ</label>
<input type="text" class="form-control hour _4 small" id="dep2" idxTimeInput="4" inputmode="tel" autocomplete="off">
</div>
</div>
<div class="mt-1 small p-1 bg-dark text-white rounded inter d-flex" style="justify-content:space-evenly">
<span class="text-muted">-- : --</span>
</div>
</div>
</div>
<div class="pt-2 px-3 pb-0 rounded bg-light border ml-2 overtime-module" style="width:auto">
<div class="align-items-center">
<h3 class="lead text-center solde-horaire-title text-dark">Solde horaire</h3>
<div class="table-container">
<table>
<tbody>
<tr>
<td class="solde-horaire-col1"><label class="mr-1 small">Solde à l'arrivée</label></td>
<td class="text-center pr-1"><button type="button" class="btn btn-light signOvertime toggle d-block border-0" style="padding:0 7px; background: #ebebeb; box-shadow: none"></button></td>
<td><input type="text" class="small" id="previousOvertime" inputmode="tel" style="padding:0; width: 70px" aria-label="Ancien solde horaire" autocomplete="off"></td>
</tr>
<tr class="hSuppToShow" style="display: none">
<td><label class="mr-1 small bonusMalusText">Aujourd'hui</label></td>
<td class="bonusMalusSign text-center">+</td>
<td><input type="text" class="small" id="bonusMalus" inputmode="tel" readonly style="padding:0; width: 70px" value="00:00" aria-label="Bonus / Malus aujourd'hui"></td>
</tr>
<tr class="hSuppToShow" style="display: none">
<td><label class="mr-1 small" style="font-weight: 500!important">Solde au départ</label></td>
<td class="pr-1 text-center">=</td>
<td><input type="text" class="small border-0 text-white" inputmode="tel" id="currentOvertime" style="padding:0; width: 70px" aria-label="Nouveau solde horaire" autocomplete="off"></td>
</tr>
<tr class="hSuppToShow" style="display: none">
<td></td>
<td class="overtimeDaysEqual text-center" style="display: none">=</td>
<td class="overtimeDays small text-center"></td>
</tr>
<tr>
<td colspan="3" class="py-2"><hr class="mb-2 mt-1"></td>
</tr>
<tr>
<td colspan="3" class="dayHsupp small text-center" style="display:none"></td>
</tr>
<tr>
<td colspan="3" class="nextDayInHour small text-center" style="display:none"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="final rounded p-1 px-2 text-center text-white mt-2" style="display:none"></div>
</div>
<!-- ## end horaire ## -->
<!-- ## start timesheet ## -->
<div class="page" data-id="timesheet">
<div id="timbrages" class="mb-3" style="display: none;">
<h3 class="text-dark">La journée d'hier</h3>
<table id="yesterday" class="table table-striped table-hover">
<tbody>
</tbody>
</table>
</div>
<div id="stats" style="display: none;">
<h3 class="text-dark">Vos statistiques</h3>
<table id="avg-values" class="table table-striped table-hover">
<thead class="thead-light">
<tr>
<th></th>
<th class="text-center">Nombre d'échantillons</th>
<th class="text-center">Valeur moyenne</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="alert alert-info mt-3 d-none">Work in progress</div>
</div>
<!-- ## end timesheet ## -->
<!-- ## start holiday plan ## -->
<div class="page" data-id="holidayPlan">
<div id="bt-flight-content" class="mb-3 p-2 rounded" style="display:none">
<form method="post" id="flight-search">
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text">De</span>
</div>
<input type="text" aria-label="Origine" class="form-control localStorage" data-min-length-localStorage="2" placeholder="Origine" id="flight-origin" list="location" autocomplete="off">
<div class="input-group-prepend">
<span class="input-group-text">à</span>
</div>
<input type="text" aria-label="Destination" class="form-control localStorage" data-min-length-localStorage="2" placeholder="Destination" id="flight-dest" list="location">
<div class="input-group-append" style="display:none">
<button class="btn input-group-text btn-default border dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Aller retour</button>
<div class="dropdown-menu">
<div class="dropdown-item">Aller-retour</div>
<div class="dropdown-item">Aller simple</div>
</div>
</div>
<div class="input-group-append">
<button type="submit" class="btn btn-sm btn-dark border"><i class="material-icons" style="vertical-align: bottom">search</i></button>
</div>
</div>
<datalist id="location"></datalist>
</form>
</div>
<div class="d-flex mx-auto mb-2 rounded p-1 align-items-center justify-content-center bg-secondary text-white w-100" id="inputs-balance-area">
<table>
<tr>
<td class="pr-2"><label for="soldeHoraire" class="small mb-0">Solde horaire utilisable <span class="small">(j)</span></label></td>
<td>
<input type="text" class="small p-0" inputmode="tel" id="soldeHoraire" style="width: 70px" aria-label="Solde horaire" autocomplete="off">
</td>
<td class="pl-5 pr-2"><label for="soldeVacances" class="small mb-0">Solde vacances <span class="small">(j)</span></label></td>
<td>
<input type="text" class="small p-0 localStorage" inputmode="number" id="soldeVacances" maxlength="4" style="width: 70px" aria-label="Solde vacances" autocomplete="off" data-min-length-localStorage="1" data-trigger="focus">
</td>
</tr>
</table>
</div>
<input type="text" id="datepicker1" style="display:none"/>
<div style="display:flex; width:100%; justify-content: center" id="containerCalendar"></div>
<div id="text-selection" style="display: ">
<div class="mb-3 selectedDatesHoliday">
<div class="startDateHoliday">-</div>
<div class="" style="background: white; padding: 6px 20px; font-weight: normal">au</div>
<div class="endDateHoliday">-</div>
<div class="resetHolidaySearch" data-toggle="popover" data-content="Supprimer la recherche"><i class="material-icons">close</i></div>
</div>
<div class="d-flex justify-content-center align-items-center realDaysAndDaysToDeduct">
<div class="d-flex align-items-center">Déduction de <div class="daysToTakeOnBalance badge badge-pill badge-danger" data-placement="bottom">-</div> jours au solde</div>
<i class="material-icons mx-3 arrows">compare_arrows</i>
<div class="d-flex align-items-center realDays">
Profitez de <div class="daysReallyInHolidays badge badge-pill badge-success" data-placement="bottom">-</div> jours
<div class="diffDaysVacation badge badge-pill badge-secondary">+<div class="number">0</div></div>
</div>
</div>
<div class="row" style="margin-top:50px">
<div class="col">
<div class="card" >
<h5 class="card-header bg-primary text-white"><i class="material-icons" style="vertical-align: bottom">alarm_add</i> Solde horaire</h5>
<div class="card-body p-2">
<table>
<tr>
<td class="w-100 pl-2"><label for="soldeHoraireAvant" class="small mb-0 mr-2">Avant vacances</label></td>
<td></td>
<td><input type="text" class="small p-0" id="soldeHoraireAvant" style="width: 90px" aria-label="Solde horaire avant" readonly></td>
</tr>
<tr class="text-danger">
<td class="w-100 pl-2"><label for="soldeHoraireConsumed" class="small mb-0 mr-2">Consommé</label></td>
<td>-</td>
<td><input type="text" class="small p-0 text-danger" id="soldeHoraireConsumed" style="width: 90px" aria-label="Solde horaire consommé" readonly></td>
</tr>
<tr class=" text-dark">
<td class="w-100 pl-2"><label for="soldeHoraireRestant" class="small mb-0 mr-2 font-weight-bold">Restant après vacances</label></td>
<td></td>
<td><input type="text" class="small p-0 font-weight-bold bg-success border-0 text-white" id="soldeHoraireRestant" style="width: 90px" aria-label="Solde horaire restant" readonly></td>
</tr>
</table>
</div>
</div>
</div>
<div class="col vacancesStats">
<div class="card">
<h5 class="card-header bg-success text-white"><i class="material-icons" style="vertical-align: bottom">beach_access</i> Solde vacances</h5>
<div class="card-body p-2">
<table>
<tr>
<td class="w-100 pl-2"><label for="soldeVacancesAvant" class="small mb-0 mr-2">Avant vacances</label></td>
<td></td>
<td><input type="text" class="small p-0" id="soldeVacancesAvant" style="width: 90px" aria-label="Solde vacances avant" readonly></td>
</tr>
<tr class="text-danger">
<td class="w-100 pl-2"><label for="soldeVacancesConsumed" class="small mb-0 mr-2">Consommé</label></td>
<td>-</td>
<td><input type="text" class="small p-0 text-danger" id="soldeVacancesConsumed" style="width: 90px" aria-label="Solde vacances consommé" readonly></td>
</tr>
<tr class=" text-dark">
<td class="w-100 pl-2"><label for="soldeVacancesRestant" class="small mb-0 mr-2 font-weight-bold">Restant après vacances</label></td>
<td></td>
<td><input type="text" class="small p-0 font-weight-bold bg-success border-0 text-white" id="soldeVacancesRestant" style="width: 90px" aria-label="Solde vacances restant" readonly></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ## end holiday plan ## -->
</div>
<div class="toast" style="position: absolute; bottom: 10px; right: 15px;">
<div class="toast-header">
<div class="rounded mr-2 bg-success square" style="width:14px; height:14px"></div>
<strong class="mr-auto title">Evenement</strong>
<small class="time">A l'instant</small>
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Fermer">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="toast-body"></div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="dist/assets/js/bundle.min.js"></script>
</body>
</html>