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:
@@ -129,6 +129,7 @@ html, body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
transition: color 0.3s;
|
transition: color 0.3s;
|
||||||
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-admin:hover, .btn-admin:active {
|
.btn-admin:hover, .btn-admin:active {
|
||||||
@@ -140,6 +141,7 @@ html, body {
|
|||||||
bottom: 12px;
|
bottom: 12px;
|
||||||
left: 12px;
|
left: 12px;
|
||||||
width: 56px;
|
width: 56px;
|
||||||
|
z-index: 50;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -46,30 +46,6 @@
|
|||||||
<div id="btn-photostation" class="btn-photostation cache" onclick="ouvrirPhotostation()">🖼</div>
|
<div id="btn-photostation" class="btn-photostation cache" onclick="ouvrirPhotostation()">🖼</div>
|
||||||
</section>
|
</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 -->
|
<!-- Choix du mode -->
|
||||||
<section id="ecran-mode" class="ecran">
|
<section id="ecran-mode" class="ecran">
|
||||||
<h2>Choisissez votre mode</h2>
|
<h2>Choisissez votre mode</h2>
|
||||||
@@ -671,6 +647,30 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</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 -->
|
<!-- Popup mot de passe admin -->
|
||||||
<div id="popup-mdp" class="popup-overlay cache">
|
<div id="popup-mdp" class="popup-overlay cache">
|
||||||
<div class="popup-box popup-box-pave">
|
<div class="popup-box popup-box-pave">
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ while true; do
|
|||||||
--check-for-update-interval=31536000 \
|
--check-for-update-interval=31536000 \
|
||||||
--autoplay-policy=no-user-gesture-required \
|
--autoplay-policy=no-user-gesture-required \
|
||||||
--start-fullscreen \
|
--start-fullscreen \
|
||||||
--incognito \
|
--user-data-dir=/home/jules/.config/chromium-kiosk \
|
||||||
--touch-events=enabled \
|
--touch-events=enabled \
|
||||||
--enable-touch-drag-drop \
|
--enable-touch-drag-drop \
|
||||||
--force-device-scale-factor=3 \
|
--force-device-scale-factor=3 \
|
||||||
|
|||||||
Reference in New Issue
Block a user