mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
18 lines
No EOL
423 B
HTML
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> |