Fix popup photostation (hors ecran-accueil) + z-index boutons + profil Chromium sans translate
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -46,30 +46,6 @@
|
||||
<div id="btn-photostation" class="btn-photostation cache" onclick="ouvrirPhotostation()">🖼</div>
|
||||
</section>
|
||||
|
||||
<!-- Popup PIN photostation -->
|
||||
<div id="popup-pin-photostation" class="popup-mdp cache">
|
||||
<div class="popup-mdp-contenu">
|
||||
<h3>Station d'impression</h3>
|
||||
<p class="aide">Entrez le code PIN</p>
|
||||
<div id="pin-photostation-affichage" class="mdp-affichage">●●●●</div>
|
||||
<div id="pin-photostation-erreur" class="mdp-erreur cache">Code incorrect</div>
|
||||
<div class="pave-numerique">
|
||||
<button onclick="pinPhotostationTouche('1')">1</button>
|
||||
<button onclick="pinPhotostationTouche('2')">2</button>
|
||||
<button onclick="pinPhotostationTouche('3')">3</button>
|
||||
<button onclick="pinPhotostationTouche('4')">4</button>
|
||||
<button onclick="pinPhotostationTouche('5')">5</button>
|
||||
<button onclick="pinPhotostationTouche('6')">6</button>
|
||||
<button onclick="pinPhotostationTouche('7')">7</button>
|
||||
<button onclick="pinPhotostationTouche('8')">8</button>
|
||||
<button onclick="pinPhotostationTouche('9')">9</button>
|
||||
<button onclick="pinPhotostationEffacer()">←</button>
|
||||
<button onclick="pinPhotostationTouche('0')">0</button>
|
||||
<button onclick="fermerPopupPhotostation()">✕</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Choix du mode -->
|
||||
<section id="ecran-mode" class="ecran">
|
||||
<h2>Choisissez votre mode</h2>
|
||||
@@ -671,6 +647,30 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Popup PIN photostation -->
|
||||
<div id="popup-pin-photostation" class="popup-overlay cache">
|
||||
<div class="popup-box popup-box-pave">
|
||||
<h3>Station d'impression</h3>
|
||||
<p class="aide">Entrez le code PIN</p>
|
||||
<div id="pin-photostation-affichage" class="mdp-affichage" style="font-size:2rem;letter-spacing:0.5rem;margin:1rem 0">○○○○</div>
|
||||
<div id="pin-photostation-erreur" class="mdp-erreur cache">Code incorrect</div>
|
||||
<div class="pave-numerique">
|
||||
<button class="pave-touche" onclick="pinPhotostationTouche('1')">1</button>
|
||||
<button class="pave-touche" onclick="pinPhotostationTouche('2')">2</button>
|
||||
<button class="pave-touche" onclick="pinPhotostationTouche('3')">3</button>
|
||||
<button class="pave-touche" onclick="pinPhotostationTouche('4')">4</button>
|
||||
<button class="pave-touche" onclick="pinPhotostationTouche('5')">5</button>
|
||||
<button class="pave-touche" onclick="pinPhotostationTouche('6')">6</button>
|
||||
<button class="pave-touche" onclick="pinPhotostationTouche('7')">7</button>
|
||||
<button class="pave-touche" onclick="pinPhotostationTouche('8')">8</button>
|
||||
<button class="pave-touche" onclick="pinPhotostationTouche('9')">9</button>
|
||||
<button class="pave-touche" onclick="pinPhotostationEffacer()">←</button>
|
||||
<button class="pave-touche" onclick="pinPhotostationTouche('0')">0</button>
|
||||
<button class="pave-touche" onclick="fermerPopupPhotostation()">✕</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Popup mot de passe admin -->
|
||||
<div id="popup-mdp" class="popup-overlay cache">
|
||||
<div class="popup-box popup-box-pave">
|
||||
|
||||
Reference in New Issue
Block a user