You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							17 lines
						
					
					
						
							567 B
						
					
					
				
			
		
		
	
	
							17 lines
						
					
					
						
							567 B
						
					
					
				<div id="modalFatal">
 | 
						|
	<div class="overlay"></div>
 | 
						|
	<div class="modal" data-show="true" tabindex="-1" role="dialog" aria-hidden="true">
 | 
						|
		<div class="modal-header alert alert-error">
 | 
						|
			<h3 id="myModalLabel">A fatal error has occured</h3>
 | 
						|
		</div>
 | 
						|
		<div class="modal-body" style="font-size: 1.2em">
 | 
						|
			You can try to reload the page...
 | 
						|
			<!--
 | 
						|
{{ERROR_REPORTING}}
 | 
						|
			-->
 | 
						|
		</div>
 | 
						|
		<div class="modal-footer">
 | 
						|
			<button class="btn btn-mini btn-primary" data-dismiss="modal" aria-hidden="true"><i class="icon-refresh"></i> Reload</button>
 | 
						|
		</div>
 | 
						|
	</div>
 | 
						|
</div> |