webapi-eca/webpages/handlers/unauthorized.html

18 lines
423 B
HTML
Raw Normal View History

<!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>
2014-02-10 21:28:10 +00:00
<div id="info"></div>
</body>
</html>