webapi-eca/webpages/handlers/command_answer.html
2013-11-29 18:41:55 +01:00

18 lines
No EOL
532 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Command "{{command}}" Result</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src='//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'></script>
</head>
<body>
{{{div_menubar}}}
<div id="mainbody">
<div id="pagetitle">Hi {{user.username}}, that was unauthorized!</div>
<p>
Sorry this roles is missing for you.<br />
You only have these privileges: {{user.roles}}
</p>
</div>
</body>
</html>