Update of /cvsroot/upcase-project/UpCase/templates/en
In directory sc8-pr-cvs1:/tmp/cvs-serv25668
Added Files:
adminsonly.mxt accessdenied.mxt
Log Message:
templates for new administrative messages
--- NEW FILE: adminsonly.mxt ---
<html>
<head>
<title>Error Message</title>
</head>
<body>
<h1>Only adminstrators are authorized to access this page</h1>
</body>
</html>
--- NEW FILE: accessdenied.mxt ---
<html>
<head>
<title>Error Message</title>
</head>
<body>
<h1>You don't have access to this page</h1>
</body>
</html>
|