Masquer les derniers auteurs
Quentin / Zèbre STURER 1.1 1 {{html clean="false"}}
Quentin / Zèbre STURER 7.1 2 <div id="box vert" style="border: solid green; display: flex;">
Quentin / Zèbre STURER 4.1 3 <div id="html">
4 <body>
Quentin / Zèbre STURER 7.1 5 <div id=blue_box style="display:flex; border:blue dotted;; padding-left:1em;">
Quentin / Zèbre STURER 5.1 6 <div id="paragraphe" style="display:flex; color:blue;">
7 <p>
Quentin / Zèbre STURER 7.1 8 <div>
9 <h3 style="display:flex;border: solid mediumpurple;">Dates de la rentrée 2021:</h3>
10 <ul style="border: solid black;">
11 <li>11/9: réunion</li>
12 <li>25-26/9: Week-end de groupe de rentrée à Mackviller (tous)</li>
13 <li>2 oct: réunion</li>
14 <li>16-17/10: rouges & bleus: week-end du JOTI:</li>
15 <li>30/10: oranges: réunion</li>
16 <li>6/11: réunion</li>
17 <li>20/11: réunion (rouges & bleus: week-end)</li>
18 <li>4/12: réunion</li>
19 <li>11/12: réunion</li>
20 </ul>
21 </p>
22 <p style="display:flex; border: dotted red; "> <br>
23 **Note:** la fête de Noël est repoussée au temps du carnaval.
Quentin / Zèbre STURER 5.1 24
Quentin / Zèbre STURER 7.1 25 Les programmes par branche: **[[Verts>>Verts.WebHome]], [[Rouges>>Rouges.WebHome]], [[Bleus>>doc:Bleus.WebHome]], [[Oranges>>doc:Oranges.WebHome]].**
26 Les **[[anciens plannings>>doc:Groupe.ArchivePlannings]].**
Quentin / Zèbre STURER 5.1 27
Quentin / Zèbre STURER 7.1 28 Les réunions ont lieu à Forbach au **[[local Rue de Remsing>>Local]]**, en général, de 14h00 à 17h30 (des changements covidéens ne sont pas rares).
Quentin / Zèbre STURER 5.1 29
Quentin / Zèbre STURER 7.1 30 Des covoiturages entre Welfedering et Forbach sont régulièrement organisés par le biais d'un sondage Scoodle dont l'URL est envoyé par mail.
31 </p>
32 </div>
Quentin / Zèbre STURER 4.1 33 </div>
34 </div>
Quentin / Zèbre STURER 5.1 35 </body>
36 </div>
37 <div id="carrouselle_photo" style="display:flex;">
Quentin / Zèbre STURER 1.1 38 <div id="box rouge" style="border:solid red">
39 <div style="height:310px; width:300px; padding-left:1em; float:right">
40 <div id="slideshow1" class="slide" style=""><div><img src="/xwiki/bin/download/Main/WebHome/pionniers-veillee-2020.jpeg?width=450"></div></div>
41 <div id="slideshow2" class="slide" style="display: none"><div><img src="/xwiki/bin/download/Main/WebHome/timothee-technique-de-feu-5.jpeg?width=450"></div></div>
42 <div id="slideshow3" class="slide" style="display: none"><div><img src="/xwiki/bin/download/Main/WebHome/DSCN5058.JPG?width=450"></div></div>
43 <div id="slideshow4" class="slide" style="display: none"><div><img src="/xwiki/bin/download/Main/WebHome/P1220426.JPG?width=450"></div></div>
44 <div id="slideshow5" class="slide" style="display: none"><div><img src="/xwiki/bin/download/Rouges/WebHome/Les-pios-preparent.jpg?width=450"></div></div>
45 <div id="slideshow6" class="slide" style="display:none"> <div><img src="/xwiki/bin/download/Main/WebHome/paul-casserolle-sur-le-feu.JPG?width=450"></div></div>
46 </div>
47 </div>
Quentin / Zèbre STURER 7.1 48 <div id="Javascript">
Quentin / Zèbre STURER 1.1 49 <script type="text/javascript">
50
51 start_slideshow(1, 6, 3000);
52
53 function start_slideshow(start_frame, end_frame, delay) {
54 setTimeout(switch_slides(start_frame,start_frame,end_frame, delay), delay);
55 }
56
57 function switch_slides(frame, start_frame, end_frame, delay) {
58 return (function() {
59 Effect.Fade('slideshow' + frame);
60 frame = Math.floor(Math.random()*(end_frame-start_frame+1))+start_frame;
61 //if(console) console.log("Next photo: " + frame);
62 setTimeout("Effect.Appear('slideshow" + frame + "');", 850);
63 setTimeout(switch_slides(frame, start_frame, end_frame, delay), delay + 850);
64 })
65 }
66
67 var isGood = document.location.href.startsWith("https://");
68 var isWrong = document.location.href.startsWith("http://");
69 console.log("Insisting? " + isGood + " " + isWrong);
70 if(!isGood && isWrong) {
71 if(console && console.log) console.log("Redirecting to the https side.");
72 document.location.replace("https://" + document.location.href.substring("http://".length));
73 }
74 </script>
Quentin / Zèbre STURER 7.1 75 </div>
Quentin / Zèbre STURER 5.1 76 </div>
Quentin / Zèbre STURER 1.1 77 </div>
78 {{/html}}
Quentin / Zèbre STURER 3.1 79
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions