| 
									
										
										
										
											2020-10-10 19:26:30 -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/. --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div class="page" data-name="trackresult"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <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-10 19:26:30 -06:00
										 |  |  |             <div class="left"> | 
					
						
							|  |  |  |                 <a class="link back" href="#"> | 
					
						
							|  |  |  |                     <i class="icon icon-back"></i> | 
					
						
							|  |  |  |                     <span class="if-not-md">Back</span> | 
					
						
							|  |  |  |                 </a> | 
					
						
							|  |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2021-01-22 12:06:20 -07:00
										 |  |  |             <div class="title">Track</div> | 
					
						
							| 
									
										
										
										
											2021-05-08 16:56:47 -06:00
										 |  |  |             <div class="right"> | 
					
						
							|  |  |  |                 <a class="link icon-only" onclick="window.plugins.socialsharing.share(null, null, null, 'https://helena.express/track#{{code}}')"> | 
					
						
							|  |  |  |                     <i class="fal fa-share-alt"></i> | 
					
						
							|  |  |  |                 </a> | 
					
						
							|  |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="page-content"> | 
					
						
							|  |  |  |         <div class="row justify-content-center"> | 
					
						
							|  |  |  |             <div class="col-100 medium-60 large-50 xlarge-40"> | 
					
						
							| 
									
										
										
										
											2021-01-23 17:26:54 -07:00
										 |  |  |                 <div class="list transparent no-hairlines no-margin-top-sm tablet-inset elevation-tablet"> | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  |                     <ul> | 
					
						
							| 
									
										
										
										
											2021-01-23 17:26:54 -07:00
										 |  |  |                         {{#if map.enabled}} | 
					
						
							|  |  |  |                         <li> | 
					
						
							| 
									
										
										
										
											2021-08-14 16:11:57 -06:00
										 |  |  |                             <div class="mapbox" style="width: 100%; min-height: 200px; max-height: 500px; height: 30vh;" id="mapbox-track" data-latitude="{{map.latitude}}" data-longitude="{{map.longitude}}" data-accurate="{{map.accurate}}"></div> | 
					
						
							| 
									
										
										
										
											2021-01-23 17:26:54 -07:00
										 |  |  |                         </li> | 
					
						
							|  |  |  |                         {{/if}} | 
					
						
							| 
									
										
										
										
											2021-01-22 12:06:20 -07:00
										 |  |  |                         {{#js_if "this.info != []"}} | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  |                         <li class="item-divider">Info</li> | 
					
						
							|  |  |  |                         {{#each info}} | 
					
						
							|  |  |  |                         <li> | 
					
						
							|  |  |  |                             <div class="item-content"> | 
					
						
							|  |  |  |                                 <div class="item-inner"> | 
					
						
							|  |  |  |                                     <div class="item-title" style="white-space: normal !important;"> | 
					
						
							| 
									
										
										
										
											2021-01-22 12:06:20 -07:00
										 |  |  |                                         <div class="item-header">{{label}}</div> | 
					
						
							|  |  |  |                                         {{value}} | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  |                                     </div> | 
					
						
							|  |  |  |                                 </div> | 
					
						
							|  |  |  |                             </div> | 
					
						
							|  |  |  |                         </li> | 
					
						
							|  |  |  |                         {{/each}} | 
					
						
							| 
									
										
										
										
											2021-01-22 12:06:20 -07:00
										 |  |  |                         {{/js_if}} | 
					
						
							| 
									
										
										
										
											2021-01-26 21:42:39 -07:00
										 |  |  |                         {{#if events}} | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  |                         <li class="item-divider">Events</li> | 
					
						
							|  |  |  |                         {{#each events}} | 
					
						
							|  |  |  |                         <li> | 
					
						
							|  |  |  |                             <div class="item-content"> | 
					
						
							|  |  |  |                                 <div class="item-inner item-cell"> | 
					
						
							|  |  |  |                                     <div class="item-row"> | 
					
						
							|  |  |  |                                         <div class="item-cell"> | 
					
						
							| 
									
										
										
										
											2021-01-22 12:06:20 -07:00
										 |  |  |                                             <img src="{{icon}}" class="trackingeventicon" /> {{text}} | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  |                                         </div> | 
					
						
							|  |  |  |                                     </div> | 
					
						
							|  |  |  |                                     <div class="item-row"> | 
					
						
							| 
									
										
										
										
											2021-01-22 12:06:20 -07:00
										 |  |  |                                         <div class="item-cell"> | 
					
						
							|  |  |  |                                             {{date}} | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  |                                         </div> | 
					
						
							|  |  |  |                                     </div> | 
					
						
							|  |  |  |                                 </div> | 
					
						
							|  |  |  |                             </div> | 
					
						
							|  |  |  |                         </li> | 
					
						
							|  |  |  |                         {{/each}} | 
					
						
							| 
									
										
										
										
											2021-01-26 21:42:39 -07:00
										 |  |  |                         {{/if}} | 
					
						
							| 
									
										
										
										
											2020-10-10 19:26:30 -06:00
										 |  |  |                     </ul> | 
					
						
							|  |  |  |                 </div> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </div> |