From fbdb1779120eb0904bdfefaf84a30a4bc9293480 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 1 Nov 2023 15:09:49 -0400 Subject: [PATCH] index.html.in: begin the menu process The page should begin as a form that lets you select a ticket. Only when that form is submitted should we display the ticket. This commit starts the transition. --- index.html.in | 101 +++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 84 insertions(+), 17 deletions(-) diff --git a/index.html.in b/index.html.in index 9f9d41d..b686203 100644 --- a/index.html.in +++ b/index.html.in @@ -43,6 +43,10 @@ top: 0; left: 0; height: 100%; + + /* Hide everything by default. We only show it once the user has + * submitted the menu form */ + display: none; } /* The blinking fade in/out animation for the ticket date and time */ @@ -227,6 +231,53 @@ + + @SVGDATA@ -- 2.43.2