From: Santi B. <san...@us...> - 2007-12-11 00:36:18
|
Update of /cvsroot/babeldoc/babeldoc/modules/web/build/console/error In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16742/modules/web/build/console/error Added Files: authentication.vm authorization.vm parse.vm notfound.vm Log Message: Minor update --- NEW FILE: authentication.vm --- <html> <head> <title>Authentication Error</title> <link rel=stylesheet type="text/css" href="/site.css"> </head> <body bgcolor="#ffffff"> <center> <h2>User and password combination invalid</h2> Please enter a valid user name and password to access this feature. </body> </html> --- NEW FILE: parse.vm --- <html> <head> <title>Template Parse Error</title> <link rel=stylesheet type="text/css" href="/site.css"> </head> <body bgcolor="#ffffff"> <center> <h2>Template Parse Error</h2> </body> </html> --- NEW FILE: authorization.vm --- <html> <head> <title>Authorization Error</title> <link rel=stylesheet type="text/css" href="/site.css"> </head> <body bgcolor="#ffffff"> <center> <h2>You are not authorized to perform this function</h2> Please contact your company representative to remediate this. </body> </html> --- NEW FILE: notfound.vm --- <html> <head> <title>Template Not Found</title> <link rel=stylesheet type="text/css" href="/site.css"> </head> <body bgcolor="#ffffff"> <center> <h2>Template Not Found</h2> The template <i>$req.getServletPath()</i> was not found on this server. </body> </html> |