]> gitweb.michael.orlitzky.com - charm-bypass.git/blobdiff - index.html.in
index.html.in: tweak the slogan and add a security code hint
[charm-bypass.git] / index.html.in
index fb31283fedcb137a0b5bd7c3b3e56595f13b41cf..e129eeaf84ff70aaf50915ba8995f98d96d09f86 100644 (file)
@@ -4,33 +4,13 @@
     <meta name="viewport" content="width=device-width, initial-scale=1" />
 
     <title>
-      CharmBypass.
+      CharmBypass: doing transit equity whether they like it or not
     </title>
 
     <style>
-      /*
-       * Reset styles for the html and body elements, the only two HTML
-       * elements we use. */
-      html, body {
-        margin: 0;
-        padding: 0;
-        border: 0;
-        font-weight: normal;
-        font-style: inherit;
-        font-size: 100%;
-        line-height: 1.5;
-        font-family: inherit;
-        text-align: inherit;
-        text-decoration: none;
-        vertical-align: baseline;
-        background: transparent;
-      }
-
-      html, body {
-        /* To create our "window" onto the scene, we're going to slide the
-         * SVG off the left-hand side of the screen, and we don't want
-         * scroll bars to appear. */
-        overflow: hidden;
+      input[type=submit] {
+        margin-top: 1em;
+        margin-bottom: 1em;
       }
 
       svg {
       #citycopy {
         /* The city moves faster than the clouds but slower
          * than the trees */
-       animation: citycopyscroll 35s linear infinite;
+        animation: citycopyscroll 35s linear infinite;
       }
     </style>
   </head>
 
   <body>
     <div id="menu">
+      <h1>CharmBypass</h1>
+      <h2>doing transit equity whether they like it or not</h2>
+
+      <p>
+       <em>Hint:</em> If you think the driver or fare inspector will
+       actually check it, the daily security code is the same on a
+       $2.00 BaltimoreLink ticket as it is on a $9.00 MARC Train
+       ticket. It's also the same on your friend's phone, or for
+       anyone else in Maryland that day.
+      </p>
+
       <form>
-       <fieldset>
-         <legend>BaltimoreLink (Bus, Light Rail, Metro)</legend>
-         <input type="hidden" name="servicename" value="BaltimoreLink" />
-         <input type="submit" name="go" value="Generate Ticket" />
-       </fieldset>
+        <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>
       </form>
       <form>
-       <fieldset>
-         <legend>Commuter Bus</legend>
-         <input type="hidden" name="serviceid" value="R" />
-         <input type="hidden" name="servicename" value="Commuter Bus" />
-         <div>
-           <input type="radio" id="zone1" name="zone" value="Zone 1" />
-           <label for="zone1">Zone 1</label>
-         </div>
-         <div>
-           <input type="radio" id="zone2" name="zone" value="Zone 2" />
-           <label for="zone2">Zone 2</label>
-         </div>
-         <div>
-           <input type="radio" id="zone3" name="zone" value="Zone 3" />
-           <label for="zone3">Zone 3</label>
-         </div>
-         <div>
-           <input type="radio" id="zone4" name="zone" value="Zone 4" />
-           <label for="zone4">Zone 4</label>
-         </div>
-         <div>
-           <input type="radio" id="zone5" name="zone" value="Zone 5" />
-           <label for="zone5">Zone 5</label>
-         </div>
-
-         <input type="submit" name="go" value="Generate Ticket" />
-       </fieldset>
+        <fieldset>
+          <legend>Commuter Bus</legend>
+          <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" />
+            <label for="zone1">Zone 1</label>
+          </div>
+          <div>
+            <input required type="radio" id="zone2" name="zone" value="Zone 2" />
+            <label for="zone2">Zone 2</label>
+          </div>
+          <div>
+            <input required type="radio" id="zone3" name="zone" value="Zone 3" />
+            <label for="zone3">Zone 3</label>
+          </div>
+          <div>
+            <input required type="radio" id="zone4" name="zone" value="Zone 4" />
+            <label for="zone4">Zone 4</label>
+          </div>
+          <div>
+            <input required type="radio" id="zone5" name="zone" value="Zone 5" />
+            <label for="zone5">Zone 5</label>
+          </div>
+
+          <input type="submit" name="go" value="Get Ticket" />
+        </fieldset>
       </form>
       <form>
-       <fieldset>
-         <legend>MARC Train</legend>
-         <input type="hidden" name="serviceid" value="R" />
-         <input type="hidden" name="servicename" value="MARC Train" />
-         <input type="submit" name="go" value="Generate Ticket" />
-       </fieldset>
+        <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>
+            <input required type="radio" id="origin1" name="origin" value="BAL" />
+            <label for="origin1">Baltimore/Penn (Penn Line)</label>
+          </div>
+          <div>
+            <input required type="radio" id="origin2" name="origin" value="BCA" />
+            <label for="origin2">Baltimore/Camden (Camden Line)</label>
+          </div>
+          <div>
+            <input required type="radio" id="origin3" name="origin" value="BWE" />
+            <label for="origin3">Bowie State (Penn Line)</label>
+          </div>
+          <div>
+            <input required type="radio" id="origin4" name="origin" value="BWI" />
+            <label for="origin4">BWI Airport (Penn Line)</label>
+          </div>
+          <div>
+            <input required type="radio" id="origin5" name="origin" value="CPK" />
+            <label for="origin5">College Park (Camden Line)</label>
+          </div>
+          <div>
+            <input required type="radio" id="origin6" name="origin" value="SEB" />
+            <label for="origin6">Seabrook (Penn Line)</label>
+          </div>
+          <div>
+            <input required type="radio" id="origin7" name="origin" value="WAS" />
+            <label for="origin7">Washington D.C.</label>
+          </div>
+          <div>
+            <input required type="radio" id="origin8" name="origin" value="WBL" />
+            <label for="origin8">West Baltimore (Penn Line)</label>
+          </div>
+
+          <h3>Destination</h3>
+          <div>
+            <input required type="radio" id="destination1" name="destination" value="BAL" />
+            <label for="destination1">Baltimore/Penn (Penn Line)</label>
+          </div>
+          <div>
+            <input required type="radio" id="destination2" name="destination" value="BCA" />
+            <label for="destination2">Baltimore/Camden (Camden Line)</label>
+          </div>
+          <div>
+            <input required type="radio" id="destination3" name="destination" value="BWE" />
+            <label for="destination3">Bowie State (Penn Line)</label>
+          </div>
+          <div>
+            <input required type="radio" id="destination4" name="destination" value="BWI" />
+            <label for="destination4">BWI Airport (Penn Line)</label>
+          </div>
+          <div>
+            <input required type="radio" id="destination5" name="destination" value="CPK" />
+            <label for="destination5">College Park (Camden Line)</label>
+          </div>
+          <div>
+            <input required type="radio" id="destination6" name="destination" value="SEB" />
+            <label for="destination6">Seabrook (Penn Line)</label>
+          </div>
+          <div>
+            <input required type="radio" id="destination7" name="destination" value="WAS" />
+            <label for="destination7">Washington D.C.</label>
+          </div>
+          <div>
+            <input required type="radio" id="destination8" name="destination" value="WBL" />
+            <label for="destination8">West Baltimore (Penn Line)</label>
+          </div>
+
+          <input type="hidden" name="serviceid" value="R" />
+          <input type="hidden" name="servicename" value="MARC Train" />
+          <input type="submit" name="go" value="Get Ticket" />
+        </fieldset>
       </form>
     </div>
 
       function set_service_id() {
         const sid = document.getElementById("serviceid");
 
-       /* Get the "serviceid" from the querystring if it's there */
+        /* Get the "serviceid" from the querystring if it's there */
         const params = new URLSearchParams(document.location.search);
         if (params.get("serviceid")) {
           sid.textContent = params.get("serviceid");
         }
 
-       /* Otherwise, leave it at "F" */
+        /* Otherwise, leave it at "F" */
       }
 
       /******************************/
       function set_service_name() {
         const sid = document.getElementById("servicename");
 
-       /* Get the "servicename" from the querystring if it's there */
+        /* Get the "servicename" from the querystring if it's there */
         const params = new URLSearchParams(document.location.search);
         if (params.get("servicename")) {
           sid.textContent = params.get("servicename");
         }
 
-       /* Otherwise, leave it at "BaltimoreLink" */
+        /* Otherwise, leave it at "BaltimoreLink" */
       }
 
       /****************************************/
         /* Get the "code" from the querystring if it's there */
         const params = new URLSearchParams(document.location.search);
         if (params.get("code")) {
-          ct.textContent = params.get("code");
+          ct.textContent = params.get("code").toUpperCase();
         }
         else {
           /* Otherwise, use a random code */
         /* What do we add to c2 to make it equal to c1? */
         const hdelta = c1 - c2;
 
-       /* We've measured everything so far in "client rect"
+        /* We've measured everything so far in "client rect"
          * coordinates, because that's the only available measurement
          * we have for the width of the <text> element after futzing
          * with its contents. But when we reposition that <text>
 
         /* Since this <text> element has an "x" attribute it's easier for
          * us to shift that than it is to mess with the "left" style. */
-       ct.setAttribute("x", parseFloat(ct.getAttribute("x")) + svg_hdelta);
+        ct.setAttribute("x", parseFloat(ct.getAttribute("x")) + svg_hdelta);
       }
 
       /*****************************************/
       is_day = true;
 
       function set_day() {
-       sky.style.fill = "#efb02f";
+        sky.style.fill = "#efb02f";
       }
 
       function set_night() {
         }
       }
 
+
+      /*******************************************************/
+      /* Compute the MARC "zone" from its origin/destination */
+      /*******************************************************/
+
+      /* Sorted on the first component, then the second */
+      const zone_map = {
+        BAL_BWE: 2,
+        BAL_BWI: 1,
+        BAL_SEB: 3,
+        BAL_WAS: 4,
+        BAL_WBL: 1,
+        BCA_CPK_: 3,
+        BCA_WAS_: 4,
+        BWI_BWE: 1,
+        BWI_WAS: 3,
+        BWI_WBL: 1
+      };
+
+      /* Compute the zone (string) for the given origin/destination pair.
+       * If we don't know it or if you chose in invalid pair (destination
+       * not on the same line as your origin?) then the empty string is
+       * returned. */
+      function compute_marc_zone(src, dest) {
+        /* Forward direction key for zone_map */
+        const fwd = src + "_" +  dest;
+
+        /* Reverse direction key for zone_map. The zone_map only
+         * has them listed in one direction, so we check both
+         * directions here. */
+        const rev = dest + "_" +  src;
+
+        /* The default. Obviously wrong for when we don't
+         * have the necessary data. */
+        let zone = -1;
+
+        if (zone_map[fwd]) {
+          zone = zone_map[fwd];
+        }
+        else if (zone_map[rev]) {
+          zone = zone_map[rev];
+        }
+
+        /* Convert the number to a string */
+        switch (zone) {
+          case 1:
+            return "One Zone";
+          case 2:
+            return "Two Zone";
+          case 3:
+            return "Three Zone";
+          case 4:
+            return "Four Zone";
+          default:
+            return "";
+        }
+      }
+
+      function set_marc_zone() {
+        const params = new URLSearchParams(document.location.search);
+        if (params.get("origin") && params.get("destination")) {
+          const src = params.get("origin");
+          const dest = params.get("destination");
+          const zone = compute_marc_zone(src, dest);
+
+          /* TODO: actually set the zone */
+          alert(zone);
+        }
+      }
+
       /******************************************/
       /* Display the ticket (and hide the menu) */
       /******************************************/
 
       function go() {
+        /* To create our "window" onto the scene, we're going to slide the
+         * SVG off the left-hand side of the screen, and we don't want
+         * scroll bars to appear. */
+        document.body.style.overflow = "hidden";
+        document.body.style.margin = "0";
+        document.body.style.padding = "0";
+
         const svg = document.querySelector("svg");
         const menu = document.getElementById("menu");
         svg.style.display = "initial";
 
       const params = new URLSearchParams(document.location.search);
       if (params.get("go")) {
-       /* First unhide the SVG (swap it with the form) */
+        /* First unhide the SVG (swap it with the form) */
         window.addEventListener("load", go);
 
         /* Center the ticket once when the page has loaded */
         /* Set the ticket expiration date/time upon page load */
         window.addEventListener("load", set_ticket_expiry);
 
+       /* Set the MARC Train zone, if applicable */
+       window.addEventListener("load", set_marc_zone);
+
         /* Swap colors when the screen is tapped */
         document.body.addEventListener("click", swap_colors);
       }