Uh oh!
There was an error while loading. Please reload this page.
forked from kb-dk/MerMEId
- Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathfail.html
More file actions
Latest commit
64 lines (56 loc) · 2.07 KB
/
Copy pathfail.html
File metadata and controls
64 lines (56 loc) · 2.07 KB
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
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
MerMEId Login
</title>
<metahttp-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<linkhref="/resources/css/front_page.css" rel="stylesheet" type="text/css"/>
<linkrel="styleSheet"
href="/resources/css/list_style.css"
type="text/css"/>
<linkrel="styleSheet"
href="/resources/css/xform_style.css"
type="text/css"/>
<scripttype="text/javascript" src="/resources/js/confirm.js">
//
</script>
<scripttype="text/javascript" src="/resources/js/checkbox.js">
//
</script>
<scripttype="text/javascript" src="/resources/js/publishing.js">
//
</script>
</head>
<body>
<divclass="list_header">
<divstyle="float:right;">
<formid="create-file" action="./create-file.xq" method="post" class="addLink" style="display:inline;">
<inputtype="image" src="/resources/images/new.gif" name="button" value="new" title="Add new file"/>
</form> <ahref="/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>
<imgsrc="/resources/images/mermeid_30px.png"
title="MerMEId - Metadata Editor and Repository for MEI Data"
alt="MerMEId Logo"/>
</div>
<divclass="main">
<h2>Incorrect credentials. Please log in</h2>
<div>
<formclass="form" id="form" action="/modules/list_files.xq" method="post">
<inputtype="hidden" name="origin" value="{$origin}" autocomplete="on"/>
<inputlabel="User ID" id="user" name="user" autofocus="autofocus" required="required"
error="Please input your username"/>
<inputlabel="Password" type="password" id="password" name="password"
error="Please input your password"/>
<buttontype="submit">Sign me in</button>
</form>
</div>
</div>
{$config:footer}
</body>
</html>