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.
		
		
		
		
			
				
					28 lines
				
				536 B
			
		
		
			
		
	
	
					28 lines
				
				536 B
			| 
								 
											8 years ago
										 
									 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/* @var $this yii\web\View */
							 | 
						||
| 
								 | 
							
								/* @var $name string */
							 | 
						||
| 
								 | 
							
								/* @var $message string */
							 | 
						||
| 
								 | 
							
								/* @var $exception Exception */
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								use yii\helpers\Html;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$this->title = $name;
							 | 
						||
| 
								 | 
							
								?>
							 | 
						||
| 
								 | 
							
								<div class="site-error">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <h1><?= Html::encode($this->title) ?></h1>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <div class="alert alert-danger">
							 | 
						||
| 
								 | 
							
								        <?= nl2br(Html::encode($message)) ?>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <p>
							 | 
						||
| 
								 | 
							
								        The above error occurred while the Web server was processing your request.
							 | 
						||
| 
								 | 
							
								    </p>
							 | 
						||
| 
								 | 
							
								    <p>
							 | 
						||
| 
								 | 
							
								        Please contact us if you think this is a server error. Thank you.
							 | 
						||
| 
								 | 
							
								    </p>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</div>
							 |