choosePreference page (pas tester qd il y a pas d'article)

This commit is contained in:
Nicolas Michard
2008-02-21 11:08:58 +00:00
parent 880149bae9
commit fa6af53d60
9 changed files with 76 additions and 33 deletions

View File

@@ -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>