webapi-eca/webpages/handlers/unauthorized.html
2014-02-10 22:28:10 +01:00

18 lines
No EOL
423 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Unauthorized {{user.username}}</title>
{{{head_requires}}}
</head>
<body>
{{{div_menubar}}}
<div id="mainbody">
<div id="pagetitle">Tsts... {{user.username}}, that was unauthorized!</div>
<p>
Sorry this roles is missing for you.<br />
You only have these privileges: {{user.roles}}
</p>
</div>
<div id="info"></div>
</body>
</html>