]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: add the daily security code to the menu
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 2 Nov 2023 04:23:45 +0000 (00:23 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 2 Nov 2023 04:23:45 +0000 (00:23 -0400)
index.html.in

index 25f477501f0f53117a459eeb5672d0161350453e..2f2387930730db3de6c970641f577593fa2a0092 100644 (file)
       <form>
         <fieldset>
           <legend>BaltimoreLink (Bus, Light Rail, Metro)</legend>
+          <div>
+            <label for="code1">
+              Daily security code (optional):
+            </label>
+            <input id="code1"
+                   name="code"
+                   type="text"
+                   minlength="2"
+                   maxlength="2"
+                   pattern="[a-zA-Z0-9]+" />
+          </div>
           <input type="hidden" name="servicename" value="BaltimoreLink" />
           <input type="submit" name="go" value="Get Ticket" />
         </fieldset>
           <input type="hidden" name="serviceid" value="R" />
           <input type="hidden" name="servicename" value="Commuter Bus" />
 
+          <div>
+            <label for="code2">
+              Daily security code (optional):
+            </label>
+           <input id="code2"
+                   name="code"
+                   type="text"
+                   minlength="2"
+                   maxlength="2"
+                   pattern="[a-zA-Z0-9]+" />
+          </div>
+
           <h3>Zone</h3>
           <div>
             <input required type="radio" id="zone1" name="zone" value="Zone 1" />
         <fieldset>
           <legend>MARC Train</legend>
 
+         <div>
+            <label for="code3">
+              Daily security code (optional):
+            </label>
+           <input id="code3"
+                   name="code"
+                   type="text"
+                   minlength="2"
+                   maxlength="2"
+                   pattern="[a-zA-Z0-9]+" />
+          </div>
+
           <h3>Origin</h3>
 
           <div>