24 lines
		
	
	
		
			839 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			839 B
		
	
	
	
		
			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="login"> | ||
|  | 
 | ||
|  |     <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">Log In</div> | ||
|  |         </div> | ||
|  |     </div> | ||
|  | 
 | ||
|  |     <div class="page-content"> | ||
|  |         <iframe src="{{loginurl}}" id="loginframe" style="border: 0; width: 100%; height: calc(100vh - var(--f7-navbar-height));"></iframe> | ||
|  |     </div> | ||
|  |      | ||
|  |     <script src="assets/js/login.js"></script> | ||
|  | </div> |