mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-04-10 01:41:05 +00:00
18 lines
No EOL
532 B
HTML
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> |