| 
									
										
										
										
											2019-11-12 21:36:28 -07: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/. --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div class="page" data-name="track"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="navbar"> | 
					
						
							|  |  |  |         <div class="navbar-bg"></div> | 
					
						
							|  |  |  |         <div class="navbar-inner"> | 
					
						
							|  |  |  |             <div class="left"> | 
					
						
							|  |  |  |                 <a href="#" class="link icon-only back"> | 
					
						
							|  |  |  |                     <i class="icon icon-back"></i> | 
					
						
							|  |  |  |                 </a> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |             <div class="title">Track Item</div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-14 21:23:50 -07:00
										 |  |  |     <div class="fab fab-extended fab-center-bottom"> | 
					
						
							|  |  |  |         <a href="#" onclick="scanTrackingBarcode()"> | 
					
						
							|  |  |  |             <div class="fab-text">Scan</div> | 
					
						
							|  |  |  |         </a> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-12 21:36:28 -07:00
										 |  |  |     <div class="page-content"> | 
					
						
							|  |  |  |         <div class="list no-hairlines tablet-inset"> | 
					
						
							|  |  |  |             <ul> | 
					
						
							|  |  |  |                 <li class="item-content item-input"> | 
					
						
							|  |  |  |                     <div class="item-inner"> | 
					
						
							|  |  |  |                         <div class="item-title item-label">Tracking Code</div> | 
					
						
							|  |  |  |                         <div class="item-input-wrap"> | 
					
						
							|  |  |  |                             <input type="text" name="trackingcode" placeholder="" autocomplete="off" autocorrect="off" autocapitalize="off" /> | 
					
						
							|  |  |  |                             <span class="input-clear-button"></span> | 
					
						
							|  |  |  |                         </div> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                 </li> | 
					
						
							| 
									
										
										
										
											2019-11-14 21:23:50 -07:00
										 |  |  |                 <li class="item-content"> | 
					
						
							|  |  |  |                     <a class="button button-fill" id="trackbtn"><i class="fas fa-search-location"></i> Track</a> | 
					
						
							| 
									
										
										
										
											2019-11-12 21:36:28 -07:00
										 |  |  |                 </li> | 
					
						
							|  |  |  |             </ul> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-30 19:29:58 -07:00
										 |  |  |         <div class="block text-align-center"> | 
					
						
							|  |  |  |             <i class="material-icons">info</i> | 
					
						
							|  |  |  |             <br /> | 
					
						
							| 
									
										
										
										
											2019-11-12 21:36:28 -07:00
										 |  |  |             Compatible with USPS, UPS, FedEx, and DHL tracking codes. | 
					
						
							| 
									
										
										
										
											2019-11-30 19:29:58 -07:00
										 |  |  |             Can extract full delivery point address (and sometimes customer phone number) | 
					
						
							|  |  |  |             from 2D FedEx and UPS Mail Innovations barcodes. | 
					
						
							| 
									
										
										
										
											2019-11-12 21:36:28 -07:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-11-30 19:29:58 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  |         {{#if trackingcodehistory}} | 
					
						
							|  |  |  |         <div class="list no-hairlines tablet-inset"> | 
					
						
							|  |  |  |             <ul> | 
					
						
							|  |  |  |                 <li class="item-divider"> | 
					
						
							|  |  |  |                     History | 
					
						
							|  |  |  |                 </li> | 
					
						
							|  |  |  |                 {{#each trackingcodehistory}} | 
					
						
							|  |  |  |                 <li> | 
					
						
							|  |  |  |                     <div class="item-link item-content" onclick="openTrackingHistory('{{this}}')"> | 
					
						
							|  |  |  |                         <div class="item-inner"> | 
					
						
							|  |  |  |                             <div class="item-title">{{this}}</div> | 
					
						
							|  |  |  |                         </div> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                 </li> | 
					
						
							|  |  |  |                 {{/each}} | 
					
						
							|  |  |  |             </ul> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |         {{/if}} | 
					
						
							| 
									
										
										
										
											2019-11-12 21:36:28 -07:00
										 |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <script src="assets/js/toolbox_track.js"></script> | 
					
						
							|  |  |  | </div> |