33 lines
		
	
	
		
			1012 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1012 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="credits">
 | |
| 
 | |
|     <div class="navbar">
 | |
|         <div class="navbar-inner">
 | |
|             <div class="title"><i class="fas fa-cog"></i> Credits</div>
 | |
|         </div>
 | |
|     </div>
 | |
| 
 | |
|     <div class="page-content">
 | |
|         <div class="block">
 | |
|             <div id="art-credits-block">{{artcredits}}</div>
 | |
|             <hr />
 | |
|             <pre id="credits-block" style="white-space: pre-wrap; word-wrap: break-word;">{{codecredits}}</pre>
 | |
|         </div>
 | |
|     </div>
 | |
| 
 | |
|     <div class="fab fab-center-bottom">
 | |
|         <a href="#" class="back">
 | |
|             <i class="fas fa-2x fa-times"></i>
 | |
|         </a>
 | |
|     </div>
 | |
| 
 | |
|     <script>
 | |
|         $(".page[data-name=credits]").on("click", ".page-content a", function () {
 | |
|             openBrowser($(this).attr("href"));
 | |
|         });
 | |
|     </script>
 | |
| 
 | |
| </div> |