Page 4 sur 9

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : mer. nov. 13, 2013 11:01 pm
par oranjules
nope, a moi aussi :/
EDIT : par contre avant yavait un mot de Gael et la ya plus rien

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : mer. nov. 13, 2013 11:54 pm
par Hippolyte!!!
Le serveur de Gagou est temporairement down, pour cause de réparation. Tout devrait être redevenu fonctionnel demain ou dans les prochains jours.
Du coup Victor, vous venez? :)

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : jeu. nov. 14, 2013 7:03 pm
par tinmar_41
Mon frere et moi on voudrait vraiment venir mais on arrivera a nantes le vendredi soir que vers 22h et yaura plus bus...
Donc on voulait savoir si quelqu'un qui habite dans le coin et qui a une voiture pourrait nous amener jusqu'a La Montagne depuis l'endroit ou on doit prendre le bus (je sais pas exactement où ça)

Voila, merci

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : jeu. nov. 14, 2013 8:14 pm
par Hippolyte!!!
ça tombe bien, je risque d'avoir le même problème. :P
Je me charge de nous trouver un transport.
(et si jamais j'arrive plus tôt, on trouvera bien quand même une solution pour vous ;) )

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : jeu. nov. 14, 2013 8:57 pm
par tinmar_41
Ah super, merci beaucoup ! :-D

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : ven. nov. 15, 2013 11:18 am
par Nencaran
Juste pour savoir, si jamais par un miracle miraculeux j'arrivais à trouver le moyen et les moyens de descendre deux fois à Nantes en trois jours (ben ouais, ya Noël juste après), est ce qu'il y aurait des Parisiens intéressés pour un covoiturage ?

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : ven. nov. 15, 2013 4:51 pm
par oranjules
Moi ca m'intéresserait !

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : ven. nov. 15, 2013 4:54 pm
par Tatsuya
Est-ce que quelqu'un pourrait copier ici le planning, en attendant la réparation du site ?

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : ven. nov. 15, 2013 6:18 pm
par la-chose
Enjoy le source code (php)
<?
$currentSection = 'schedule';
$currentLanguage = 'french';
require 'header.php';
?>
<div id="content">
<div class="post">
<h2>Planning</h2>
<p>
Le planning est susceptible de subir des modifications avant le début de la compétition.
</p>

<script>
function highlight(eventName,c){
/*
Naming for events rounds :

1 round : eventName3
2 rounds : 1st round=eventName1, Final round=eventName3
3 rounds : 1st round=eventName1, 2nd round=eventName2, Finale round=eventName3

We first change the eventName3 'cause there is ALWAYS a final.
Then the eventName1 'cause if there are only two rounds, the 2nd round doesnt exists.
And then the eventName2.

When Javascript tries to change a color of an unexisting eventName#, it throws
an error and exit the function, that's why we do it in that order !

Thanks Odder :)
*/
if(c) {
document.getElementById(eventName+String("3")).style.backgroundColor = "#FFCC00";
document.getElementById(eventName+String("3")).style.fontWeight = "";
document.getElementById(eventName+String("1")).style.backgroundColor = "#82FA58";
document.getElementById(eventName+String("1")).style.fontWeight = "";
document.getElementById(eventName+String("2")).style.backgroundColor = "#58D3F7";
document.getElementById(eventName+String("2")).style.fontWeight = "";
} else {
document.getElementById(eventName+String("3")).style.backgroundColor = "";
document.getElementById(eventName+String("3")).style.fontWeight = "normal";
document.getElementById(eventName+String("1")).style.backgroundColor = "";
document.getElementById(eventName+String("1")).style.fontWeight = "normal";
document.getElementById(eventName+String("2")).style.backgroundColor = "";
document.getElementById(eventName+String("2")).style.fontWeight = "normal";
}
}
</script>

<noscript><i>(votre navigateur doit autoriser les scripts pour pouvoir mettre en évidence les épreuves cochées ci-dessous)</i></noscript>
<form>
<table class="unstyle" style="width:112%;">
<tbody><tr class="unstyle">
<td class="unstyle"><b>Cubes</b><br>
<input name="hightlight" value="2" onchange="highlight('2', this.checked)" type="checkbox">2x2x2<br>
<input name="hightlight" value="3" onchange="highlight('3', this.checked)" type="checkbox">3x3x3<br>
<input name="hightlight" value="4" onchange="highlight('4', this.checked)" type="checkbox">4x4x4<br>
<input name="hightlight" value="5" onchange="highlight('5', this.checked)" type="checkbox">5x5x5<br>
</td>
<td class="unstyle"><b>Dérivés du 3x3x3</b><br>
<input name="hightlight" value="3oh" onchange="highlight('3oh', this.checked)" type="checkbox">3x3x3 One-handed<br>
<input name="hightlight" value="3bld" onchange="highlight('3bld', this.checked)" type="checkbox">3x3x3 Blindfolded<br>
<input name="hightlight" value="3fm" onchange="highlight('fm', this.checked)" type="checkbox">3x3x3 Fewest Moves<br>
<input name="hightlight" value="3multi" onchange="highlight('3multi', this.checked)" type="checkbox">3x3x3 Multi Blind<br>
</td>
<td class="unstyle"><b>Autres épreuves</b><br>
<input name="hightlight" value="pyra" onchange="highlight('pyra', this.checked)" type="checkbox">Pyraminx<br>
<input name="hightlight" value="mega" onchange="highlight('mega', this.checked)" type="checkbox">Megaminx<br>
<input name="hightlight" value="sq1" onchange="highlight('sq1', this.checked)" type="checkbox">Square-1<br>
<br>
</td>
<td class="unstyle"><b>Non-officiel</b><br>
<input name="hightlight" value="team" onchange="highlight('team', this.checked)" type="checkbox">Team-Blind<br>
<br>
<br>
<br>
</td>
</tr>
</tbody></table>
</form>
<br>
<h3>Samedi</h3>
<table class="comp"><tbody><tr>
<th width="70px">Début</th>
<th width="70px">Fin</th>
<th width="250px">Épreuves</th>
<th width="250px">Tour</th>
<th width="300px">Format</th>
<th width="100px">Qualifiés</th>
</tr>

<tr><th nowrap="nowrap">08:30
<th nowrap="nowrap">09:00
<td colspan="4" rowspan="1" align="center">Inscriptions</td></th></th>
</tr>
<tr><th nowrap="nowrap">09:00</th>
<th nowrap="nowrap">09:45</th>
<td rowspan="1" align="center" id="sq13">Square-1</td>
<td rowspan="1" align="center">Finale combinée</td>
<td rowspan="1" align="center">Best of 2 < 0:45 ; Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">09:45</th>
<th nowrap="nowrap">10:30</th>
<td rowspan="1" align="center" id="21">2x2</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">10:30</th>
<th nowrap="nowrap">11:30</th>
<td rowspan="1" align="center" id="51">5x5</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Best of 2 < 2:15 ; Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">11:30</th>
<th nowrap="nowrap">12:15</th>
<td rowspan="1" align="center" id="pyra1">Pyraminx</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Best of 2 < 1:00 ; Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">12:15</th>
<th nowrap="nowrap">13:15</th>
<td rowspan="1" align="center" id="fm1">Fewest Moves - 1<sup>er</sup> essai</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Best of 2</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">13:15</th>
<th nowrap="nowrap">13:45</th>
<td colspan="4" rowspan="1" align="center">Repas</td>
</tr>

<tr><th nowrap="nowrap">13:45</th>
<th nowrap="nowrap">14:45</th>
<td rowspan="1" align="center" id="3bld1">3x3 Blindfolded</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Best of 2 < 5:00 ; Best of 3</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">14:45</th>
<th nowrap="nowrap">15:45</th>
<td rowspan="1" align="center" id="41">4x4</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Best of 2 < 1:20 ; Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">15:45</th>
<th nowrap="nowrap">16:30</th>
<td rowspan="1" align="center" id="3oh1">3x3 One-Handed</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Best of 2 < 0:40 ; Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">16:30</th>
<th nowrap="nowrap">17:00</th>
<td rowspan="1" align="center" id="22">2x2</td>
<td rowspan="1" align="center">Demi-finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">75%</td>
</tr>

<tr><th nowrap="nowrap">17:00</th>
<th nowrap="nowrap">17:45</th>
<td rowspan="1" align="center" id="42">4x4</td>
<td rowspan="1" align="center">Demi-finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">75%</td>
</tr>

<tr><th nowrap="nowrap">17:45</th>
<th nowrap="nowrap">18:45</th>
<td rowspan="1" align="center" id="3multi3">3x3 Multiple blindfolded</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Best of 1</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">18:45</th>
<th nowrap="nowrap">19:15</th>
<td rowspan="1" align="center" id="team3">Team Blind</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th colspan="2" nowrap="nowrap">19:15</th>
<td colspan="4" rowspan="1" align="center">Fin de la journée</td>
</tr>

</tbody>
</table>

<br><br>
<h3>Dimanche</h3>


<table class="comp"><tbody><tr>
<th width="70px">Début</th>
<th width="70px">Fin</th>
<th width="250px">Épreuves</th>
<th width="250px">Tour</th>
<th width="300px">Format</th>
<th width="100px">Qualifiés</th>
</tr>

<tr><th nowrap="nowrap">08:30
<th nowrap="nowrap">09:00
<td colspan="4" rowspan="1" align="center">Inscriptions</td></th></th>
</tr>
<tr><th nowrap="nowrap">09:00</th>
<th nowrap="nowrap">10:00</th>
<td rowspan="1" align="center" id="mega3">Megaminx</td>
<td rowspan="1" align="center">Finale combinée</td>
<td rowspan="1" align="center">Best of 2 < 2:15 ; Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">10:00</th>
<th nowrap="nowrap">11:00</th>
<td rowspan="1" align="center" id="31">3x3</td>
<td rowspan="1" align="center">Premier tour</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">11:00</th>
<th nowrap="nowrap">11:30</th>
<td rowspan="1" align="center" id="53">5x5</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">6</td>
</tr>

<tr><th nowrap="nowrap">11:30</th>
<th nowrap="nowrap">12:00</th>
<td rowspan="1" align="center" id="3bld3">3x3 Blindfolded</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Best of 3</td>
<td rowspan="1" align="center">6</td>
</tr>

<tr><th nowrap="nowrap">12:00</th>
<th nowrap="nowrap">13:00</th>
<td rowspan="1" align="center" id="fm3">Fewest Moves - 2<sup>ème</sup> essai</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Best of 2</td>
<td rowspan="1" align="center">-</td>
</tr>

<tr><th nowrap="nowrap">13:00</th>
<th nowrap="nowrap">13:30</th>
<td colspan="4" rowspan="1" align="center">Repas</td>
</tr>

<tr><th nowrap="nowrap">13:30</th>
<th nowrap="nowrap">14:15</th>
<td rowspan="1" align="center" id="32">3x3</td>
<td rowspan="1" align="center">Demi-Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">75%</td>
</tr>

<tr><th nowrap="nowrap">14:15</th>
<th nowrap="nowrap">14:45</th>
<td rowspan="1" align="center" id="3oh3">3x3 One-Handed</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">8</td>
</tr>

<tr><th nowrap="nowrap">14:45</th>
<th nowrap="nowrap">15:00</th>
<td rowspan="1" align="center" id="pyra3">Pyraminx</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">6</td>
</tr>

<tr><th nowrap="nowrap">15:00</th>
<th nowrap="nowrap">15:20</th>
<td rowspan="1" align="center" id="23">2x2</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">8</td>
</tr>

<tr><th nowrap="nowrap">15:20</th>
<th nowrap="nowrap">15:40</th>
<td rowspan="1" align="center" id="43">4x4</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">8</td>
</tr>

<tr><th nowrap="nowrap">15:40</th>
<th nowrap="nowrap">16:30</th>
<td rowspan="1" align="center" id="33">3x3</td>
<td rowspan="1" align="center">Finale</td>
<td rowspan="1" align="center">Average of 5</td>
<td rowspan="1" align="center">8</td>
</tr>

<tr><th colspan="2" nowrap="nowrap">16:30</th>
<td colspan="4" rowspan="1" align="center">Remise des prix</td>
</tr>

<tr><th colspan="2" nowrap="nowrap">17:30</th>
<td colspan="4" rowspan="1" align="center">Fin de la compétition</td>
</tr>

</tbody>
</table>


<br /><br />
<p>Merci à Odder pour le principe et code du "highlight" :)</p>
</div>
</div>

<? require 'footer.php'; ?>

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : sam. nov. 16, 2013 6:52 pm
par Martial
Y aura-t-il une vente de timers pendant la compète ?

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : dim. nov. 17, 2013 12:16 pm
par Terminus
Je peux amener une personne de Rennes le samedi matin et ramener le dimanche soir. Je serai en caisse avec un fat coffre, du coup si il y'a du matos à ramener je peux sans problème.

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : dim. nov. 17, 2013 6:54 pm
par vivi
Hippolyte!!! a écrit :Le serveur de Gagou est temporairement down, pour cause de réparation. Tout devrait être redevenu fonctionnel demain ou dans les prochains jours.
Du coup Victor, vous venez? :)
Oui :) il faut qu'on s'inscrive c'est tout ^^ et j'avais besoin de connaitre les épreuves du samedi matin pour savoir si on pouvait arriver samedi midi ou si on devait arriver vendredi soir. Et si vendredi soir, il faut qu'on se trouve un hébergement. Je compte venir en voiture depuis Reims donc si quelqu'un veut profiter une fois que je serai fixé sur mon jour de trajet, faites moi signe :)

Et pauline, Christelle a peur d'être la seule fille alors ta présence sera la bienvenue pour elle ^^

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : dim. nov. 17, 2013 7:11 pm
par la-chose
Samedi matin
9h-9h45 sq1 comb finale
9h45-10h30 2x2 1st
10h30-11h30 5x5 1st
11h30-12h15 pyra 1st
12h15-13h15 FM 1er essai

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : dim. nov. 17, 2013 7:18 pm
par vivi
Merci :)

Mmmh, 5h de route sans pause, ça va être tendu le samedi matin pour être là pour le pyra ^^ on va venir le vendredi soir je pense donc.

Re: La Montagne Open 2013 - finale de la Coupe de France v.2

Posté : dim. nov. 17, 2013 8:17 pm
par la-chose
bon allez, planning complet (juste les horaires)
samedi
9h-9h45 sq1 finale
9h45-10h30 2x2 1st
10h30-11h30 5x5 1st
11h30-12h15 pyra 1st
12h15-13h15 FM 1er essai
13h15 Mangeage
13h45-14h45 blind 1st
14h45-15h45 4x4 1st
15h45-16h30 oh 1st
16h30-17h 2x2 semi
17h-17h45 4x4 semi
17h45-18h45 multi
18h45 team blind

dimanche
9h-10h mega
10h-11h 3x3 1st
11h-11h30 5x5 finale
11h30-12h blind finale
12h-13h FM 2ème essai
13h-13h30 Mangeage
13h30-14h15 3x3 semi
14h15-14h45 oh semi
14h45-15h pyra finale
15h-15h20 2x2 finale
15h20-15h40 4x4 finale
15h40-16h30 3x3 finale
16h30-17h30 Remise des prix
Pour les gens qui arrivent le vendredi soir, on trouvera de quoi loger. On enverra un mail commun pour savoir qui a besoin.