]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: add New Carrollton MARC info
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 13 Dec 2023 00:25:26 +0000 (19:25 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 13 Dec 2023 00:25:26 +0000 (19:25 -0500)
The code for New Carrollton is NCR (thanks you-know-who), and it's on
the Penn Line, so all we have to do is fill in the zone information
based on the CharmPass prices to each of the other Penn destinations.

index.html.in

index d54a2b283be1457b257dce3647ca6285ee41fd76..ab31db2bd5065e9b2b37bba4b3b5a8a28ce12ca1 100644 (file)
                    value="HAE" />
             <label for="origin_HAE">Halethorpe (Penn Line)</label>
           </div>
+          <div>
+            <input type="radio" required
+                   name="origin"
+                   id="origin_NCR"
+                   value="NCR" />
+            <label for="origin_NCR">New Carrollton (Penn Line)</label>
+          </div>
           <div>
             <input type="radio" required
                    name="origin"
                    value="HAE" />
             <label for="destination_HAE">Halethorpe (Penn Line)</label>
           </div>
+          <div>
+            <input type="radio" required
+                   name="destination"
+                   id="destination_NCR"
+                   value="NCR" />
+            <label for="destination_NCR">New Carrollton (Penn Line)</label>
+          </div>
           <div>
             <input type="radio" required
                    name="destination"
           BAL_BWE: 2,
           BAL_BWI: 1,
           BAL_HAE: 1,
+          BAL_NCR: 3,
           BAL_SEB: 3,
           BAL_WAS: 4,
           BAL_WBL: 1,
           BCA_WAS: 4,
           BWE_BWI: 1,
           BWE_HAE: 1,
+          BWE_NCR: 1,
           BWE_SEB: 1,
           BWE_WAS: 2,
           BWE_WBL: 2,
           BWI_HAE: 1,
+          BWI_NCR: 2,
           BWI_SEB: 2,
           BWI_WAS: 3,
           BWI_WBL: 1,
           FRC_WAS: 4,
+          HAE_NCR: 2,
           HAE_SEB: 2,
           HAE_WAS: 3,
           HAE_WBL: 1,
+          NCR_SEB: 1,
+          NCR_WAS: 1,
+          NCR_WBL: 3,
           SEB_WAS: 1,
           SEB_WBL: 3,
           WAS_WBL: 4