choosePreference page (pas tester qd il y a pas d'article)
This commit is contained in:
@@ -1,16 +1,37 @@
|
||||
<%@ include file="/WEB-INF/decorators/include.jsp"%>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<style type="text/css">
|
||||
h1 a{
|
||||
color: #FF4747;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1 a:hover{
|
||||
color: #FF0000;
|
||||
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<center>
|
||||
<br/><br/><br/>
|
||||
<h1><a href="main.htm">
|
||||
<img src="./images/403error.jpg" alt="403" /><br/>
|
||||
|
||||
|
||||
<h4 class="title">Access denied</h4>
|
||||
|
||||
<div class="errorBox">
|
||||
${message}
|
||||
</div>
|
||||
|
||||
|
||||
403 Error - Access Denied
|
||||
|
||||
</a></h1>
|
||||
|
||||
</center>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user