Modifications pour le document Code test
sur 2021/11/02 21:58
sur 2021/11/02 22:00
Résumé
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -1,3 +1,5 @@ 1 + 2 + 1 1 {{html clean="false"}} 2 2 <div id="box vert" style="border: solid green; display: flex;"> 3 3 <div id="html"> ... ... @@ -77,3 +77,112 @@ 77 77 </div> 78 78 {{/html}} 79 79 82 +(% id="blue_box" style="display:flex; border:blue dotted;; padding-left:1em;" %) 83 +((( 84 +(% id="paragraphe" style="display:flex; color:blue;" %) 85 +((( 86 + 87 + 88 +((( 89 +(% style="display:flex;border: solid mediumpurple;" %) 90 +=== Dates de la rentrée 2021: === 91 + 92 +(% style="border:solid black" %) 93 +* 11/9: réunion 94 +* 25-26/9: Week-end de groupe de rentrée à Mackviller (tous) 95 +* 2 oct: réunion 96 +* 16-17/10: rouges & bleus: week-end du JOTI: 97 +* 30/10: oranges: réunion 98 +* 6/11: réunion 99 +* 20/11: réunion (rouges & bleus: week-end) 100 +* 4/12: réunion 101 +* 11/12: réunion 102 + 103 + 104 +(% style="display:flex; border: dotted red;" %) 105 + 106 +~*~*Note:~*~* la fête de Noël est repoussée au temps du carnaval. Les programmes par branche: ~*~*~[~[Verts>>Verts.WebHome]], ~[~[Rouges>>Rouges.WebHome]], ~[~[Bleus>>doc:Bleus.WebHome]], ~[~[Oranges>>doc:Oranges.WebHome]].~*~* Les ~*~*~[~[anciens plannings>>doc:Groupe.ArchivePlannings]].~*~* 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). 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. 107 +))) 108 +))) 109 +))) 110 + 111 +(% id="carrouselle_photo" style="display:flex;" %) 112 +((( 113 +(% id="box rouge" style="border:solid red" %) 114 +((( 115 +(% style="height:310px; width:300px; padding-left:1em; float:right" %) 116 +((( 117 +(% class="slide" id="slideshow1" %) 118 +((( 119 +((( 120 +[[image:/xwiki/bin/download/Main/WebHome/pionniers-veillee-2020.jpeg?width=450]] 121 +))) 122 +))) 123 + 124 +(% class="slide" id="slideshow2" style="display: none" %) 125 +((( 126 +((( 127 +[[image:/xwiki/bin/download/Main/WebHome/timothee-technique-de-feu-5.jpeg?width=450]] 128 +))) 129 +))) 130 + 131 +(% class="slide" id="slideshow3" style="display: none" %) 132 +((( 133 +((( 134 +[[image:/xwiki/bin/download/Main/WebHome/DSCN5058.JPG?width=450]] 135 +))) 136 +))) 137 + 138 +(% class="slide" id="slideshow4" style="display: none" %) 139 +((( 140 +((( 141 +[[image:/xwiki/bin/download/Main/WebHome/P1220426.JPG?width=450]] 142 +))) 143 +))) 144 + 145 +(% class="slide" id="slideshow5" style="display: none" %) 146 +((( 147 +((( 148 +[[image:/xwiki/bin/download/Rouges/WebHome/Les-pios-preparent.jpg?width=450]] 149 +))) 150 +))) 151 + 152 +(% class="slide" id="slideshow6" style="display:none" %) 153 +((( 154 +((( 155 +[[image:/xwiki/bin/download/Main/WebHome/paul-casserolle-sur-le-feu.JPG?width=450]] 156 +))) 157 +))) 158 +))) 159 +))) 160 + 161 +(% id="Javascript" %) 162 +((( 163 +/~*~*/ 164 +\\ 165 + start_slideshow(1, 6, 3000); 166 + 167 + function start_slideshow(start_frame, end_frame, delay) { 168 + setTimeout(switch_slides(start_frame,start_frame,end_frame, delay), delay); 169 + } 170 + 171 + function switch_slides(frame, start_frame, end_frame, delay) { 172 + return (function() { 173 + Effect.Fade('slideshow' + frame); 174 + frame = Math.floor(Math.random()*(end_frame-start_frame+1))+start_frame; 175 + ~/~/if(console) console.log("Next photo: " + frame); 176 + setTimeout("Effect.Appear('slideshow" + frame + "');", 850); 177 + setTimeout(switch_slides(frame, start_frame, end_frame, delay), delay + 850); 178 + }) 179 + } 180 +\\ var isGood = document.location.href.startsWith("https:~/~/"); 181 + var isWrong = document.location.href.startsWith("http:~/~/"); 182 + console.log("Insisting? " + isGood + " " + isWrong); 183 + if(!isGood && isWrong) { 184 + if(console && console.log) console.log("Redirecting to the https side."); 185 + document.location.replace("https:~/~/" + document.location.href.substring("http:~/~/".length)); 186 + } 187 + 188 +/~*~*/ 189 +))) 190 +)))