<
Depuis la version < 15.1 >
modifié par Quentin / Zèbre STURER
sur 2021/11/02 22:00
À la version < 12.1 >
modifié par Quentin / Zèbre STURER
sur 2021/11/02 21:56
>
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Icon Propriétés de la Page
Contenu
... ... @@ -1,5 +3,3 @@
1 -
2 -
3 3  {{html clean="false"}}
4 4  <div id="box vert" style="border: solid green; display: flex;">
5 5   <div id="html">
... ... @@ -188,3 +188,112 @@
188 188  /~*~*/
189 189  )))
190 190  )))
189 +
190 +(% id="blue_box" style="display:flex; border:blue dotted;; padding-left:1em;" %)
191 +(((
192 +(% id="paragraphe" style="display:flex; color:blue;" %)
193 +(((
194 +
195 +
196 +(((
197 +(% style="display:flex;border: solid mediumpurple;" %)
198 +=== Dates de la rentrée 2021: ===
199 +
200 +(% style="border:solid black" %)
201 +* 11/9: réunion
202 +* 25-26/9: Week-end de groupe de rentrée à Mackviller (tous)
203 +* 2 oct: réunion
204 +* 16-17/10: rouges & bleus: week-end du JOTI:
205 +* 30/10: oranges: réunion
206 +* 6/11: réunion
207 +* 20/11: réunion (rouges & bleus: week-end)
208 +* 4/12: réunion
209 +* 11/12: réunion
210 +
211 +(% style="display:flex; border: dotted red;" %)
212 +
213 +~*~*Note:~*~* la fête de Noël est repoussée au temps du carnaval. Les programmes par branche: ~*~*[~[[[Verts>>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.
214 +)))
215 +)))
216 +)))
217 +
218 +(% id="carrouselle_photo" style="display:flex;" %)
219 +(((
220 +(% id="box rouge" style="border:solid red" %)
221 +(((
222 +(% style="height:310px; width:300px; padding-left:1em; float:right" %)
223 +(((
224 +(% class="slide" id="slideshow1" %)
225 +(((
226 +(((
227 +[[image:/xwiki/bin/download/Main/WebHome/pionniers-veillee-2020.jpeg?width=450]]
228 +)))
229 +)))
230 +
231 +(% class="slide" id="slideshow2" style="display: none" %)
232 +(((
233 +(((
234 +[[image:/xwiki/bin/download/Main/WebHome/timothee-technique-de-feu-5.jpeg?width=450]]
235 +)))
236 +)))
237 +
238 +(% class="slide" id="slideshow3" style="display: none" %)
239 +(((
240 +(((
241 +[[image:/xwiki/bin/download/Main/WebHome/DSCN5058.JPG?width=450]]
242 +)))
243 +)))
244 +
245 +(% class="slide" id="slideshow4" style="display: none" %)
246 +(((
247 +(((
248 +[[image:/xwiki/bin/download/Main/WebHome/P1220426.JPG?width=450]]
249 +)))
250 +)))
251 +
252 +(% class="slide" id="slideshow5" style="display: none" %)
253 +(((
254 +(((
255 +[[image:/xwiki/bin/download/Rouges/WebHome/Les-pios-preparent.jpg?width=450]]
256 +)))
257 +)))
258 +
259 +(% class="slide" id="slideshow6" style="display:none" %)
260 +(((
261 +(((
262 +[[image:/xwiki/bin/download/Main/WebHome/paul-casserolle-sur-le-feu.JPG?width=450]]
263 +)))
264 +)))
265 +)))
266 +)))
267 +
268 +(% id="Javascript" %)
269 +(((
270 +/~*~*/
271 +\\
272 + start_slideshow(1, 6, 3000);
273 +
274 + function start_slideshow(start_frame, end_frame, delay) {
275 + setTimeout(switch_slides(start_frame,start_frame,end_frame, delay), delay);
276 + }
277 +
278 + function switch_slides(frame, start_frame, end_frame, delay) {
279 + return (function() {
280 + Effect.Fade('slideshow' + frame);
281 + frame = Math.floor(Math.random()*(end_frame-start_frame+1))+start_frame;
282 + ~/~/if(console) console.log("Next photo: " + frame);
283 + setTimeout("Effect.Appear('slideshow" + frame + "');", 850);
284 + setTimeout(switch_slides(frame, start_frame, end_frame, delay), delay + 850);
285 + })
286 + }
287 +\\ var isGood = document.location.href.startsWith("https:~/~/");
288 + var isWrong = document.location.href.startsWith("http:~/~/");
289 + console.log("Insisting? " + isGood + " " + isWrong);
290 + if(!isGood && isWrong) {
291 + if(console && console.log) console.log("Redirecting to the https side.");
292 + document.location.replace("https:~/~/" + document.location.href.substring("http:~/~/".length));
293 + }
294 +
295 +/~*~*/
296 +)))
297 +)))
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions