]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: add Frederick <-> Washington MARC info
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 13 Dec 2023 00:13:56 +0000 (19:13 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 13 Dec 2023 00:25:01 +0000 (19:25 -0500)
Both Frederick and Washington D.C. are on the Brunswick line, and the
code for Frederick is FRC (thanks you-know-who). The cost of that
ticket is $9 in CharmPass, so that's a Four Zone.

index.html.in

index 94bc2a2829e0f37704eb8b1cea2695e1a2e15f46..d54a2b283be1457b257dce3647ca6285ee41fd76 100644 (file)
                    value="CPK" />
             <label for="origin_CPK">College Park (Camden Line)</label>
           </div>
+          <div>
+            <input type="radio" required
+                   name="origin"
+                   id="origin_FRC"
+                   value="FRC" />
+            <label for="origin_FRC">Frederick (Brunswick Line)</label>
+          </div>
           <div>
             <input type="radio" required
                    name="origin"
                    value="CPK" />
             <label for="destination_CPK">College Park (Camden Line)</label>
           </div>
+          <div>
+            <input type="radio" required
+                   name="destination"
+                   id="destination_FRC"
+                   value="FRC" />
+            <label for="destination_FRC">Frederick (Brunswick Line)</label>
+          </div>
           <div>
             <input type="radio" required
                    name="destination"
           BWI_SEB: 2,
           BWI_WAS: 3,
           BWI_WBL: 1,
+          FRC_WAS: 4,
           HAE_SEB: 2,
           HAE_WAS: 3,
           HAE_WBL: 1,