|
|
@ -44,7 +44,7 @@
|
|
|
|
<label for="5p"><img id="img_5p" class="button" src="./ress/button_points_5.png"/></label>
|
|
|
|
<label for="5p"><img id="img_5p" class="button" src="./ress/button_points_5.png"/></label>
|
|
|
|
|
|
|
|
|
|
|
|
<input type="radio" class="rad" name="game_mode" id="10p" value="10p"/>
|
|
|
|
<input type="radio" class="rad" name="game_mode" id="10p" value="10p"/>
|
|
|
|
<label for="10p"><img id="img_10p" class="button" src="./ress/button_points_10.png"/></label>
|
|
|
|
<label for="10p"><img id="img_10p" class="button mid" src="./ress/button_points_10.png"/></label>
|
|
|
|
|
|
|
|
|
|
|
|
<input type="radio" class="rad" name="game_mode" id="15p" value="15p" />
|
|
|
|
<input type="radio" class="rad" name="game_mode" id="15p" value="15p" />
|
|
|
|
<label for="15p"><img id="img_15p" class="button" src="./ress/button_points_15.png"/></label>
|
|
|
|
<label for="15p"><img id="img_15p" class="button" src="./ress/button_points_15.png"/></label>
|
|
|
@ -58,7 +58,7 @@
|
|
|
|
<label for="2m"><img id="img_2m" class="button" src="./ress/button_temps_2.png"/></label>
|
|
|
|
<label for="2m"><img id="img_2m" class="button" src="./ress/button_temps_2.png"/></label>
|
|
|
|
|
|
|
|
|
|
|
|
<input type="radio" class="rad" name="game_mode" id="3m" value="3m" />
|
|
|
|
<input type="radio" class="rad" name="game_mode" id="3m" value="3m" />
|
|
|
|
<label for="3m"><img id="img_3m" class="button" src="./ress/button_temps_3.png"/></label>
|
|
|
|
<label for="3m"><img id="img_3m" class="button mid" src="./ress/button_temps_3.png"/></label>
|
|
|
|
|
|
|
|
|
|
|
|
<input type="radio" class="rad" name="game_mode" id="5m" value="5m" />
|
|
|
|
<input type="radio" class="rad" name="game_mode" id="5m" value="5m" />
|
|
|
|
<label for="5m"><img id="img_5m" class="button" src="./ress/button_temps_5.png"/></label>
|
|
|
|
<label for="5m"><img id="img_5m" class="button" src="./ress/button_temps_5.png"/></label>
|
|
|
@ -72,7 +72,7 @@
|
|
|
|
<label for="15s"><img id="img_15s" class="button" src="./ress/button_survie_15.png"/></label>
|
|
|
|
<label for="15s"><img id="img_15s" class="button" src="./ress/button_survie_15.png"/></label>
|
|
|
|
|
|
|
|
|
|
|
|
<input type="radio" class="rad" name="game_mode" id="30s" value="30s" />
|
|
|
|
<input type="radio" class="rad" name="game_mode" id="30s" value="30s" />
|
|
|
|
<label for="30s"><img id="img_30s" class="button" src="./ress/button_survie_30.png"/></label>
|
|
|
|
<label for="30s"><img id="img_30s" class="button mid" src="./ress/button_survie_30.png"/></label>
|
|
|
|
|
|
|
|
|
|
|
|
<input type="radio" class="rad" name="game_mode" id="45s" value="45s" />
|
|
|
|
<input type="radio" class="rad" name="game_mode" id="45s" value="45s" />
|
|
|
|
<label for="45s"><img id="img_45s" class="button" src="./ress/button_survie_45.png"/> </label>
|
|
|
|
<label for="45s"><img id="img_45s" class="button" src="./ress/button_survie_45.png"/> </label>
|
|
|
@ -93,7 +93,7 @@
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="slot">
|
|
|
|
<div class="slot">
|
|
|
|
<p class="texte">Nombre de dots
|
|
|
|
<p class="texte">
|
|
|
|
<img src="ress/-" onClick="less()" id="-"/>
|
|
|
|
<img src="ress/-" onClick="less()" id="-"/>
|
|
|
|
<span class="slot" id="dotsDisplayer">
|
|
|
|
<span class="slot" id="dotsDisplayer">
|
|
|
|
<span id="col1D" class="dot"></span>
|
|
|
|
<span id="col1D" class="dot"></span>
|
|
|
@ -199,7 +199,7 @@ if(isset($_POST["game_mode"]) && $_POST["game_mode"]!="" && $_POST["difficulty"]
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="gems_picker">
|
|
|
|
<div id="gems_picker">
|
|
|
|
<div class="texte">Gemmes à afficher<br/></div>
|
|
|
|
<div class="texte">Gemmes à afficher</div>
|
|
|
|
<img id="gem1" class="gem" draggable="true" ondragstart="drag(event)"/>
|
|
|
|
<img id="gem1" class="gem" draggable="true" ondragstart="drag(event)"/>
|
|
|
|
<img id="gem2" class="gem" draggable="true" ondragstart="drag(event)"/>
|
|
|
|
<img id="gem2" class="gem" draggable="true" ondragstart="drag(event)"/>
|
|
|
|
<img id="gem3" class="gem" draggable="true" ondragstart="drag(event)"/>
|
|
|
|
<img id="gem3" class="gem" draggable="true" ondragstart="drag(event)"/>
|
|
|
|