| 
									
										
										
										
											2019-08-14 22:09:18 -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="settings"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="navbar"> | 
					
						
							|  |  |  |         <div class="navbar-inner"> | 
					
						
							| 
									
										
										
										
											2019-08-20 15:39:18 -06:00
										 |  |  |             <div class="left"> | 
					
						
							|  |  |  |                 <a href="#" class="link icon-only back"> | 
					
						
							|  |  |  |                     <i class="icon icon-back"></i> | 
					
						
							|  |  |  |                 </a> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |             <div class="title">Settings</div> | 
					
						
							| 
									
										
										
										
											2019-08-14 22:09:18 -06:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-20 15:39:18 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-14 22:09:18 -06:00
										 |  |  |     <div class="page-content"> | 
					
						
							| 
									
										
										
										
											2019-08-20 15:39:18 -06:00
										 |  |  |         <div class="list media-list no-hairlines tablet-inset" style="margin-top: 0;"> | 
					
						
							|  |  |  |             <ul> | 
					
						
							|  |  |  |                 {{#each settings}} | 
					
						
							|  |  |  |                 <li> | 
					
						
							|  |  |  |                     {{#if toggle}} | 
					
						
							|  |  |  |                     <div class="item-content" data-setting="{{setting}}"> | 
					
						
							|  |  |  |                         <div class="item-inner"> | 
					
						
							|  |  |  |                             <div style="display: flex; justify-content: between;"> | 
					
						
							|  |  |  |                                 <div class="item-title"> | 
					
						
							|  |  |  |                                     {{title}} | 
					
						
							|  |  |  |                                 </div> | 
					
						
							|  |  |  |                                 <div class="item-after" onclick="{{onclick}}"> | 
					
						
							|  |  |  |                                     <label class="toggle toggle-init"> | 
					
						
							|  |  |  |                                         <input type="checkbox" {{#if checked}}checked{{/if}}> | 
					
						
							|  |  |  |                                                <span class="toggle-icon"></span> | 
					
						
							|  |  |  |                                     </label> | 
					
						
							|  |  |  |                                 </div> | 
					
						
							|  |  |  |                             </div> | 
					
						
							|  |  |  |                             <div class="item-text">{{text}}</div> | 
					
						
							|  |  |  |                         </div> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                     {{else}} | 
					
						
							| 
									
										
										
										
											2019-09-10 20:29:35 -06:00
										 |  |  |                     {{#if slider}} | 
					
						
							|  |  |  |                     <div class="item-content" data-setting="{{setting}}"> | 
					
						
							|  |  |  |                         <div class="item-inner"> | 
					
						
							| 
									
										
										
										
											2019-09-11 20:05:37 -06:00
										 |  |  |                             <div class="item-title" style="background-color: rgba(0,0,0,0);"> | 
					
						
							| 
									
										
										
										
											2019-09-10 20:29:35 -06:00
										 |  |  |                                 {{title}} | 
					
						
							|  |  |  |                             </div> | 
					
						
							| 
									
										
										
										
											2019-09-11 20:05:37 -06:00
										 |  |  |                             <div class="item-subtitle padding-horizontal padding-top"> | 
					
						
							|  |  |  |                                 <div class="range-slider range-slider-init padding-top margin-top" data-label="true"> | 
					
						
							|  |  |  |                                     <input type="range" min="{{min}}" max="{{max}}" step="{{step}}" value="{{value}}"> | 
					
						
							| 
									
										
										
										
											2019-09-10 20:29:35 -06:00
										 |  |  |                                 </div> | 
					
						
							|  |  |  |                             </div> | 
					
						
							|  |  |  |                         </div> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                     {{else}} | 
					
						
							| 
									
										
										
										
											2019-08-20 15:39:18 -06:00
										 |  |  |                     <div class="item-content" data-setting="{{setting}}" onclick="{{onclick}}"> | 
					
						
							|  |  |  |                         <div class="item-inner"> | 
					
						
							|  |  |  |                             <div class="item-title-row"> | 
					
						
							|  |  |  |                                 <div class="item-title">{{title}}</div> | 
					
						
							|  |  |  |                             </div> | 
					
						
							|  |  |  |                             <div class="item-text">{{text}}</div> | 
					
						
							|  |  |  |                         </div> | 
					
						
							|  |  |  |                     </div> | 
					
						
							|  |  |  |                     {{/if}} | 
					
						
							| 
									
										
										
										
											2019-09-10 20:29:35 -06:00
										 |  |  |                     {{/if}} | 
					
						
							| 
									
										
										
										
											2019-08-20 15:39:18 -06:00
										 |  |  |                 </li> | 
					
						
							|  |  |  |                 {{/each}} | 
					
						
							|  |  |  |             </ul> | 
					
						
							| 
									
										
										
										
											2019-08-14 22:09:18 -06:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-20 15:39:18 -06:00
										 |  |  |     <script src="assets/js/settings.js"></script> | 
					
						
							| 
									
										
										
										
											2019-08-14 22:09:18 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-09-10 20:29:35 -06:00
										 |  |  | </div> |