check for bug for xastro G1BILLET - creating 6 Notes -

This commit is contained in:
fred 2023-10-08 18:38:58 +02:00
parent 207b28875d
commit 5e581dbaed
3 changed files with 5 additions and 5 deletions

View File

@ -138,8 +138,7 @@ header {
<label for='type'>Type :</label>
<select name='type'>
<option value=''>G1BILLET+ ( x 6 )</option>
<option value='jeu'>G1CARD</option>
<option value='xastro' selected>G1CARD+TW</option>
<option value='jeu' selected>G1CARD</option>
<option value='@astroport'>G1CARD+@</option>
</select>
<input type='hidden' name='dice' value='4' >&nbsp;&nbsp;&nbsp;&nbsp;

View File

@ -224,7 +224,7 @@ function testLatency(cb) {
function countdown() {
if (timeLeft == -1) {
clearTimeout(timerId);
document.getElementById("countdown").innerHTML = "<form method='get' action='http://g1billet.localhost:33101' target='aframe'><input type='hidden' name='montant' value='0' ><label for='type'>Type :</label><select name='type'><option value=''>G1BILLET+ ( x 6 )</option><option value='jeu'>G1CARD</option><option value='xastro' selected>G1CARD+TW</option><option value='@astroport'>G1CARD+@</option></select><input type='hidden' name='dice' value='4' >&nbsp;&nbsp;&nbsp;&nbsp;<button type='submit'>Lancer Fabrication</button></form>";
document.getElementById("countdown").innerHTML = "<form method='get' action='http://g1billet.localhost:33101' target='aframe'><input type='hidden' name='montant' value='0' ><label for='type'>Type :</label><select name='type'><option value=''>G1BILLET+ ( x 6 )</option><option value='jeu'>G1CARD</option><option value='@astroport'>G1CARD+@</option></select><input type='hidden' name='dice' value='4' >&nbsp;&nbsp;&nbsp;&nbsp;<button type='submit'>Lancer Fabrication</button></form>";
} else {
// elem.innerHTML = timeLeft + " s";
timeLeft--;

View File

@ -1,5 +1,5 @@
#!/bin/bash
# Correct Time to give the real 20H12 time (on UTC table) at a given longitude
# Input longitude in degrees (positive for East, negative for West)
longitude=$1
@ -40,4 +40,5 @@ new_time=$(date -u -d "@$new_time_seconds" +%H:%M:%S)
echo "Longitude: $longitude degrees $direction"
echo "Time Offset: $offset_minutes minutes"
echo "Local Solar Noon (midday) Time: $local_solar_noon_time"
echo "Local Solar Noon + 8h 12mn: $new_time"
echo "Local Solar Noon + 8h 12mn:
$new_time"