From: Michael Orlitzky Date: Wed, 1 Nov 2023 19:09:49 +0000 (-0400) Subject: index.html.in: begin the menu process X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=fbdb1779120eb0904bdfefaf84a30a4bc9293480;p=charm-bypass.git 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. --- 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@