]> gitweb.michael.orlitzky.com - charm-bypass.git/blobdiff - index.html.in
index.html.in: add blank value="" attrs after name="code" on inputs
[charm-bypass.git] / index.html.in
index 0090a68b6a956c8bcae27726657e98e6d6e463fa..94bc2a2829e0f37704eb8b1cea2695e1a2e15f46 100644 (file)
           <legend>Local Bus, Light Rail, or Metro</legend>
           <div>
             <label for="code1">
-              Daily security code (optional):
+              Daily security code (<a href="https://michael.orlitzky.com/articles/charmbypass_pt._1%3A_introduction.xhtml#daily-security-code">optional</a>):
             </label>
             <input id="code1"
-                   name="code"
+                   name="code" value=""
                    type="text"
                    size="2"
                    minlength="2"
 
           <div>
             <label for="code2">
-              Daily security code (optional):
+              Daily security code (<a href="https://michael.orlitzky.com/articles/charmbypass_pt._1%3A_introduction.xhtml#daily-security-code">optional</a>):
             </label>
             <input id="code2"
-                   name="code"
+                   name="code" value=""
                    type="text"
                    size="2"
                    minlength="2"
 
           <div>
             <label for="code3">
-              Daily security code (optional):
+              Daily security code (<a href="https://michael.orlitzky.com/articles/charmbypass_pt._1%3A_introduction.xhtml#daily-security-code">optional</a>):
             </label>
             <input id="code3"
-                   name="code"
+                   name="code" value=""
                    type="text"
                    size="2"
                    minlength="2"
           <div>
             <input type="radio" required checked
                    name="origin"
-                   id="origin1"
+                   id="origin_BAL"
                    value="BAL" />
-            <label for="origin1">Baltimore/Penn (Penn Line)</label>
+            <label for="origin_BAL">Baltimore/Penn (Penn Line)</label>
           </div>
           <div>
             <input type="radio" required
                    name="origin"
-                   id="origin2"
+                   id="origin_BCA"
                    value="BCA" />
-            <label for="origin2">Baltimore/Camden (Camden Line)</label>
+            <label for="origin_BCA">Baltimore/Camden (Camden Line)</label>
           </div>
           <div>
             <input type="radio" required
                    name="origin"
-                   id="origin3"
+                   id="origin_BWE"
                    value="BWE" />
-            <label for="origin3">Bowie State (Penn Line)</label>
+            <label for="origin_BWE">Bowie State (Penn Line)</label>
           </div>
           <div>
             <input type="radio" required
                    name="origin"
-                   id="origin4"
+                   id="origin_BWI"
                    value="BWI" />
-            <label for="origin4">BWI Airport (Penn Line)</label>
+            <label for="origin_BWI">BWI Airport (Penn Line)</label>
           </div>
           <div>
             <input type="radio" required
                    name="origin"
-                   id="origin5"
+                   id="origin_CPK"
                    value="CPK" />
-            <label for="origin5">College Park (Camden Line)</label>
+            <label for="origin_CPK">College Park (Camden Line)</label>
           </div>
           <div>
             <input type="radio" required
                    name="origin"
-                   id="origin6"
+                   id="origin_HAE"
+                   value="HAE" />
+            <label for="origin_HAE">Halethorpe (Penn Line)</label>
+          </div>
+          <div>
+            <input type="radio" required
+                   name="origin"
+                   id="origin_SEB"
                    value="SEB" />
-            <label for="origin6">Seabrook (Penn Line)</label>
+            <label for="origin_SEB">Seabrook (Penn Line)</label>
           </div>
           <div>
             <input type="radio" required
                    name="origin"
-                   id="origin7"
+                   id="origin_WAS"
                    value="WAS" />
-            <label for="origin7">Washington D.C.</label>
+            <label for="origin_WAS">Washington D.C.</label>
           </div>
           <div>
             <input type="radio" required
                    name="origin"
-                   id="origin8"
+                   id="origin_WBL"
                    value="WBL" />
-            <label for="origin8">West Baltimore (Penn Line)</label>
+            <label for="origin_WBL">West Baltimore (Penn Line)</label>
           </div>
 
           <p>Destination:</p>
           <div>
             <input type="radio" required
                    name="destination"
-                   id="destination1"
+                   id="destination_BAL"
                    value="BAL" />
-            <label for="destination1">Baltimore/Penn (Penn Line)</label>
+            <label for="destination_BAL">Baltimore/Penn (Penn Line)</label>
           </div>
           <div>
             <input type="radio" required
                    name="destination"
-                   id="destination2"
+                   id="destination_BCA"
                    value="BCA" />
-            <label for="destination2">Baltimore/Camden (Camden Line)</label>
+            <label for="destination_BCA">Baltimore/Camden (Camden Line)</label>
           </div>
           <div>
             <input type="radio" required
                    name="destination"
-                   id="destination3"
+                   id="destination_BWE"
                    value="BWE" />
-            <label for="destination3">Bowie State (Penn Line)</label>
+            <label for="destination_BWE">Bowie State (Penn Line)</label>
           </div>
           <div>
             <input type="radio" required
                    name="destination"
-                   id="destination4"
+                   id="destination_BWI"
                    value="BWI" />
-            <label for="destination4">BWI Airport (Penn Line)</label>
+            <label for="destination_BWI">BWI Airport (Penn Line)</label>
           </div>
           <div>
             <input type="radio" required
                    name="destination"
-                   id="destination5"
+                   id="destination_CPK"
                    value="CPK" />
-            <label for="destination5">College Park (Camden Line)</label>
+            <label for="destination_CPK">College Park (Camden Line)</label>
+          </div>
+          <div>
+            <input type="radio" required
+                   name="destination"
+                   id="destination_HAE"
+                   value="HAE" />
+            <label for="destination_HAE">Halethorpe (Penn Line)</label>
           </div>
           <div>
             <input type="radio" required
                    name="destination"
-                   id="destination6"
+                   id="destination_SEB"
                    value="SEB" />
-            <label for="destination6">Seabrook (Penn Line)</label>
+            <label for="destination_SEB">Seabrook (Penn Line)</label>
           </div>
           <div>
             <input type="radio" required checked
                    name="destination"
-                   id="destination7"
+                   id="destination_WAS"
                    value="WAS" />
-            <label for="destination7">Washington D.C.</label>
+            <label for="destination_WAS">Washington D.C.</label>
           </div>
           <div>
             <input type="radio" required
                    name="destination"
-                   id="destination8"
+                   id="destination_WBL"
                    value="WBL" />
-            <label for="destination8">West Baltimore (Penn Line)</label>
+            <label for="destination_WBL">West Baltimore (Penn Line)</label>
           </div>
 
           <p id="marc-form-errors">OK</p>