diff options
author | vincent <vincent@deuxfleurs.fr> | 2024-12-07 13:28:39 +0100 |
---|---|---|
committer | vincent <vincent@deuxfleurs.fr> | 2024-12-07 13:28:39 +0100 |
commit | 9cb016e5d2b9d660e22c73a5950e5f2ff7d593ea (patch) | |
tree | 969dfe82735f8e0c4604a91f5c1810522ab50ea7 /static/index.html | |
parent | b396be625a5cc81559e6577b002670f89e91f84e (diff) | |
download | site-9cb016e5d2b9d660e22c73a5950e5f2ff7d593ea.tar.gz site-9cb016e5d2b9d660e22c73a5950e5f2ff7d593ea.zip |
Rotation calendriers vers décembre 2024 et janvier 2025. Génération de calendriers pour 2025 et 2026.wip/dec-jan-25main
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/static/index.html b/static/index.html index 367bf11..89b6635 100644 --- a/static/index.html +++ b/static/index.html @@ -879,36 +879,38 @@ --> <div id="mois_actuel" role="img" aria-label="calendrier de nos jours de permanence prévus pour ce mois-ci"> <pre aria-hidden="true">.——————————————————————————————————————. -| CALENDRIER OCTOBRE 2024 | +| CALENDRIER DÉCEMBRE 2024 | |——————————————————————————————————————| -| ———— ———— ———— ———— ———— ———— | -| |<span class="highlight"> 01 </span>| 02 | 03 | 04 | 05 | 06 | | +| ———— | +| | 01 | | | ———— ———— ———— ———— ———— ———— ———— | -| | 07 | 08 | 09 | 10 |<span class="highlight"> 11 </span>| 12 | 13 | | +| | 02 |<span class="highlight"> 03 </span>| 04 | 05 | 06 | 07 | 08 | | | ———— ———— ———— ———— ———— ———— ———— | -| | 14 | 15 | 16 | 17 | 18 | 19 | 20 | | +| | 09 | 10 | 11 | 12 | 13 | 14 | 15 | | | ———— ———— ———— ———— ———— ———— ———— | -| | 21 | 22 | 23 | 24 | 25 | 26 | 27 | | +| | 16 | 17 | 18 | 19 | 20 | 21 | 22 | | | ———— ———— ———— ———— ———— ———— ———— | -| | 28 | 29 | 30 | 31 | | -| ———— ———— ———— ———— | +| | 23 | 24 | 25 | 26 |<span class="highlight"> 27 | 28 | 29 </span>| | +| ———— ———— ———— ———— ———— ———— ———— | +| |<span class="highlight"> 30 </span>| 31 | | +| ———— ———— | |______________________________________|</pre> </div> <div id="mois_suivant" role="img" aria-label="calendrier de nos jours de permanence prévus pour le mois prochain"> <pre aria-hidden="true">.——————————————————————————————————————. -| CALENDRIER NOVEMBRE 2024 | +| CALENDRIER JANVIER 2025 | |——————————————————————————————————————| -| ———— ———— ———— | -| | 01 | 02 | 03 | | +| ———— ———— ———— ———— ———— | +| | 01 | 02 | 03 | 04 | 05 | | | ———— ———— ———— ———— ———— ———— ———— | -| | 04 |<span class="highlight"> 05 </span>| 06 | 07 | 08 | 09 | 10 | | +| | 06 |<span class="highlight"> 07 </span>| 08 | 09 | 10 | 11 | 12 | | | ———— ———— ———— ———— ———— ———— ———— | -| | 11 | 12 | 13 | 14 | 15 |<span class="highlight"> 16 | 17 </span>| | +| | 13 | 14 | 15 | 16 | 17 | 18 | 19 | | | ———— ———— ———— ———— ———— ———— ———— | -| | 18 | 19 | 20 | 21 | 22 | 23 | 24 | | +| | 20 | 21 | 22 | 23 |<span class="highlight"> 24 | 25 | 26 </span>| | | ———— ———— ———— ———— ———— ———— ———— | -| | 25 | 26 | 27 | 28 | 29 | 30 | | -| ———— ———— ———— ———— ———— ———— | +| | 27 | 28 | 29 | 30 | 31 | | +| ———— ———— ———— ———— ———— | |______________________________________|</pre> </div> </div> |