2017-01-28 13:07:18 +00:00
|
|
|
<!--
|
2017-05-24 16:14:39 +00:00
|
|
|
Error template
|
2017-01-28 13:07:18 +00:00
|
|
|
|
2017-05-24 16:14:39 +00:00
|
|
|
@author Pierre HUBERT
|
|
|
|
--><section class="content">
|
|
|
|
<div class="error-page">
|
|
|
|
<!-- Error code -->
|
|
|
|
<h2 class="headline text-yellow">{error_code}</b></h2>
|
|
|
|
|
|
|
|
<div class="error-content">
|
|
|
|
<!-- Error title -->
|
|
|
|
<h3>
|
|
|
|
<i class="fa fa-warning text-yellow"></i>
|
|
|
|
{error_title}
|
|
|
|
</h3>
|
2017-01-25 15:52:22 +00:00
|
|
|
|
2017-05-24 16:14:39 +00:00
|
|
|
<!-- Error message -->
|
|
|
|
<p style='text-align:justify;'>{error_message}</p>
|
|
|
|
|
|
|
|
<!-- Go back home -->
|
|
|
|
<p><a target="home">Go back home</a></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|