Error 404

Bug resolu ds le Core : getConferences(User user)
User Information
Menu submission quand pas auteur
This commit is contained in:
Nicolas Michard
2008-02-12 21:29:44 +00:00
parent dba79ba84d
commit aaee771083
10 changed files with 92 additions and 61 deletions

View File

@@ -1,10 +0,0 @@
<%@ include file="/WEB-INF/decorators/include.jsp"%>
<html>
<head></head>
<body>
File doesn't exist.
</body>
</html>

View File

@@ -1,10 +1,36 @@
<%@ include file="/WEB-INF/decorators/include.jsp"%>
<html>
<head></head>
<head>
<style type="text/css">
h1 a{
color: #FF4747;
text-decoration: none;
}
h1 a:hover{
color: #FF0000;
}
</style>
</head>
<body>
Error : page not found
<center>
<br/><br/><br/>
<img src="./images/404.jpg" alt="404" /><br/>
<h1> <a href="main.htm">
4o4 Error - Page not found
</a></h1>
</center>
</body>
</html>