mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-25 02:10:30 +00:00
switched crypto to crypto-js from google. login.html form loads crypto-js directly from google codebase in order to hash passwords before sending them to the server
18 lines
No EOL
519 B
HTML
18 lines
No EOL
519 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">{{user.username}} unauthorized!</div>
|
|
<p>
|
|
Sorry this roles is missing for you.<br />
|
|
You only have these privileges: {{user.roles}}
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html> |