73 lines
2.4 KiB
HTML
73 lines
2.4 KiB
HTML
<!DOCTYPE HTML>
|
|
<html xmlns:th="http://www.thymeleaf.org"
|
|
xmlns:layout="http://www.ultraq.net.nz/web/thymeleaf/layout"
|
|
layout:decorator="layout/public">
|
|
<head>
|
|
<title>ERROR 403</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
</head>
|
|
<div layout:fragment="content">
|
|
<!-- Error -->
|
|
<div class="container-fluid" >
|
|
<div class="row">
|
|
|
|
<div class="col text-center">
|
|
|
|
<br class="d-none d-lg-block" />
|
|
<div class="row vertical-offset-150" >
|
|
<div class="col d-none d-block "> </div>
|
|
|
|
<div class="col text-center bg-white rounded login-border-shadow " >
|
|
<div class="alert text-white " role="alert" style="background-color: #4B4E5E;;margin-top:15px;margin-bottom:15px">
|
|
|
|
<div class="row" style=" margin-top:10px;margin-bottom:20px">
|
|
<div class="col-md-3 col-md-push-9 " >
|
|
<div class="" >
|
|
<svg width="200px" height="100px" class="not-found1">
|
|
<defs>
|
|
<linearGradient id="text" x1="0" y1="0" x2="0" y2="100%">
|
|
<stop stop-color="#feb415" offset="0" />
|
|
<stop stop-color="#feb415" offset="100%" />
|
|
</linearGradient>
|
|
</defs>
|
|
<text transform='translate(0)' text-anchor="middle"
|
|
x="50%" y="50%" dy="50px" fill="url(#text)">
|
|
<tspan> </tspan> 403
|
|
</text>
|
|
</svg>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-md-9 col-md-pull-3 " style="width:300px">
|
|
<div class="justify-content-center " style=" margin-top:40px">
|
|
<div class="justify-content-center ">
|
|
<br /> <span th:text="#{status.fobidden}"></span>
|
|
</div>
|
|
<div class="justify-content-center ">
|
|
<P th:text="#{msg.info.check.try.again}"></P>
|
|
</div>
|
|
<div class="justify-content-center vertical-offset-50" >
|
|
<a href="/" th:href="@{/}" class="btn btn-outline-warning "
|
|
style="width: 200px; color: #ffffff; border: 1px solid #ffffff">
|
|
<i class="fas fa-home"></i> <span th:text="#{go.back.main}"></span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<div class="col d-none d-block"></div>
|
|
</div>
|
|
|
|
</div><!-- .col -->
|
|
|
|
</div><!-- .row -->
|
|
</div><!-- .container -->
|
|
|
|
|
|
</div>
|
|
</html> |