2020-10-24 17:19:10 -06:00
<!-- 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/. -->
2021-01-22 12:06:20 -07:00
< div class = "page" data-name = "addresscode" >
2020-10-24 17:19:10 -06:00
< div class = "navbar" >
2021-01-23 15:41:11 -07:00
< div class = "navbar-bg" > < / div >
2021-01-22 12:06:20 -07:00
< div class = "navbar-inner" >
2020-10-24 17:19:10 -06:00
< div class = "left" >
2021-05-08 17:10:23 -06:00
< a class = "link back hapticbtn" href = "#" >
2020-10-24 17:19:10 -06:00
< i class = "icon icon-back" > < / i >
< span class = "if-not-md" > Back< / span >
< / a >
< / div >
2021-02-08 23:27:41 -07:00
< div class = "title" > Express Pickup< / div >
2020-10-24 17:19:10 -06:00
< / div >
< / div >
2021-01-22 12:06:20 -07:00
< div class = "page-content" >
< div class = "block" >
Get a faster pickup and a discount by filling in your package's destination address here. We'll scan the code on your screen instead of typing in the address, saving everyone's time and eliminating typos!
< / div >
< div class = "row justify-content-center" >
2020-10-24 17:19:10 -06:00
< div class = "col-100 medium-90 xlarge-75 margin-horizontal" >
< div class = "card margin" >
< div class = "card-content text-align-center padding-vertical" >
< div class = "list" >
2021-01-22 12:06:20 -07:00
< ul id = "addresscodeform" >
{{#each fields}}
2020-10-24 17:19:10 -06:00
< li class = "item-content item-input item-input-outline" >
< div class = "item-inner" >
2021-01-22 12:06:20 -07:00
< div class = "item-title item-floating-label" > {{label}}< / div >
2020-10-24 17:19:10 -06:00
< div class = "item-input-wrap" >
2021-01-22 12:06:20 -07:00
< input type = "text" id = "{{id}}" / >
2020-10-24 17:19:10 -06:00
< span class = "input-clear-button" > < / span >
< / div >
< / div >
< / li >
2021-01-22 12:06:20 -07:00
{{/each}}
2020-10-24 17:19:10 -06:00
< / ul >
< / div >
< div class = "card-content-padding" >
2021-05-08 17:10:23 -06:00
< div class = "button hapticbtn" onclick = "getAddressQRCode()" > < i class = "far fa-qrcode" > < / i > Show Code< / div >
2020-10-24 17:19:10 -06:00
< / div >
< / div >
< / div >
< / div >
< / div >
2021-01-22 12:06:20 -07:00
< / div >
2020-10-24 17:19:10 -06:00
2021-02-06 03:37:23 -07:00
< div class = "popup text-color-black" id = "addresscode-popup" >
2021-01-22 12:06:20 -07:00
< div class = "block text-align-center" >
< img id = "addresscode-barcode" style = "max-width: 90%;" / >
< p > Present this code to the Helena Express agent.< / p >
2021-05-08 17:10:23 -06:00
< p > < a class = "button popup-close hapticbtn" href = "#" > Close< / a > < / p >
2021-01-22 12:06:20 -07:00
< / div >
2020-10-24 17:19:10 -06:00
< / div >
2021-01-22 12:06:20 -07:00
2020-10-24 17:19:10 -06:00
< / div >