forked from Edirom/MerMEId
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fail.html
64 lines (56 loc) · 2.07 KB
/
fail.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
55
56
57
58
59
60
61
62
63
<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">
<h2>Incorrect credentials. Please log in</h2>
<div>
<form class="form" id="form" action="/modules/list_files.xq" method="post">
<input type="hidden" name="origin" value="{$origin}" autocomplete="on"/>
<input label="User ID" id="user" name="user" autofocus="autofocus" required="required"
error="Please input your username"/>
<input label="Password" type="password" id="password" name="password"
error="Please input your password"/>
<button type="submit">Sign me in</button>
</form>
</div>
</div>
{$config:footer}
</body>
</html>