Finalisation de l'IHM du nouvel écran

This commit is contained in:
2023-11-21 15:56:56 +01:00
parent be74bd2ace
commit eb7d79183f
288 changed files with 78 additions and 16076 deletions

12
public/scripts.js Normal file
View File

@@ -0,0 +1,12 @@
window.datetimepicker1 = $('#datetimepicker1');
datetimepicker1.tempusDominus({
//put your config here
allowInputToggle: true,
stepping: 15,
localization: {
startOfTheWeek: 1,
locale: 'fr-FR',
format: 'dd/MM/yyyy HH:mm'
}
});

View File

@@ -36,6 +36,3 @@ nav li a:hover {
.boutons {
display: flex;
}
.bouton {
}