forked from kb-dk/MerMEId
-
Notifications
You must be signed in to change notification settings - Fork 5
/
denied.html
55 lines (47 loc) · 1.66 KB
/
denied.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
MerMEId Login
</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<link href="/resources/css/front_page.css" rel="stylesheet" type="text/css"/>
<link rel="styleSheet"
href="/resources/css/list_style.css"
type="text/css"/>
<link rel="styleSheet"
href="/resources/css/xform_style.css"
type="text/css"/>
<script type="text/javascript" src="/resources/js/confirm.js">
//
</script>
<script type="text/javascript" src="/resources/js/checkbox.js">
//
</script>
<script type="text/javascript" src="/resources/js/publishing.js">
//
</script>
</head>
<body>
<div class="list_header">
<div style="float:right;">
<form id="create-file" action="./create-file.xq" method="post" class="addLink" style="display:inline;">
<input type="image" src="/resources/images/new.gif" name="button" value="new" title="Add new file"/>
</form> <a href="/manual/index.html"
class="addLink"
target="_blank"><img
src="/resources/images/help_light.png"
title="Help - opens the manual in a new window or tab"
alt="Help"
border="0"/></a>
</div>
<img src="/resources/images/mermeid_30px.png"
title="MerMEId - Metadata Editor and Repository for MEI Data"
alt="MerMEId Logo"/>
</div>
<div class="main">
<h1>You don't have access to this page.</h1>
<p>You can <a href="?logout=true">log in</a> with a different user with the right permissions.</p>
</div>
{$config:footer}
</body>
</html>