You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HelenaExpressApp/www/pages/servicearea.html

36 lines
1.6 KiB
HTML

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<div class="page" data-name="servicearea">
<div class="navbar">
<div class="navbar-bg"></div>
<div class="navbar-inner">
<div class="left">
<a class="link back" href="#">
<i class="icon icon-back"></i>
<span class="if-not-md">Back</span>
</a>
</div>
<div class="title">Service Area</div>
</div>
</div>
<div class="page-content noselect">
<div class="toolbar">
<div class="toolbar-inner justify-content-start">
<span class="margin-horizontal-half">Legend:</span>
<span class="badge margin-horizontal-half padding-half" style="background-color: rgba(0,135,51,0.7)/*#008733*/;">Notary</span>
<span class="badge margin-horizontal-half padding-half" style="background-color: rgba(0,83,135,0.7)/*#005387*/;">Courier</span>
<a class="margin-horizontal-half link if-not-ios" href="#" onclick="openServiceAreaExtraChargeInfo()">Outside Service Area?</a>
</div>
</div>
<div class="toolbar if-ios">
<div class="toolbar-inner justify-content-start">
<a class="margin-horizontal-half link" href="#" onclick="openServiceAreaExtraChargeInfo()">Outside Service Area?</a>
</div>
</div>
<div id="mapbox-servicearea"></div>
</div>
</div>