Galerie booth : QR avec auto-login, event_id aleatoire, flyer imprimable
- QR code inclut le mot de passe (?p=XXXX) pour acces direct sans saisie - Supprime le code texte visible sur l'ecran d'accueil, QR plus petit - Bouton admin 'Imprimer flyer QR galerie' genere un 10x15 avec nom evenement, QR code, texte invitation, design assorti - Auto-login ajoute cote serveur booth (booth.copydev.fr) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -44,10 +44,9 @@
|
||||
<div id="compteur-accueil" class="compteur-accueil cache">
|
||||
<span id="compteur-restant">400</span> / <span id="compteur-limite">400</span>
|
||||
</div>
|
||||
<!-- Booth : code + QR en bas a gauche -->
|
||||
<!-- Booth : QR discret en bas a gauche -->
|
||||
<div id="booth-info" class="booth-info cache">
|
||||
<img id="booth-qr" class="booth-qr" src="">
|
||||
<span id="booth-code" class="booth-code"></span>
|
||||
</div>
|
||||
<!-- Icone admin coin bas-droit -->
|
||||
<div id="btn-admin" class="btn-admin" onclick="ouvrirAdmin()">⚙</div>
|
||||
@@ -644,6 +643,7 @@
|
||||
</div>
|
||||
<button class="btn-action" onclick="sauvegarderBooth()">Sauvegarder booth</button>
|
||||
<button class="btn-secondaire" onclick="regenererBoothPassword()">Nouveau code</button>
|
||||
<button class="btn-secondaire" onclick="imprimerFlyerQR()">🖨 Imprimer flyer QR galerie</button>
|
||||
|
||||
<h3>Galerie locale</h3>
|
||||
<div class="champ">
|
||||
|
||||
Reference in New Issue
Block a user