forked from duerig/xml-signer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
emulab.html
33 lines (32 loc) · 1.14 KB
/
emulab.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Utah Emulab Login Required</title>
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="stylesheet" style="text/css"
href="lib/amelia.min.css">
<script src="geni-auth.js"></script>
<script data-main="emulab" src="require-jquery.js"></script>
</head>
<body>
<div class="container">
<div class="hero-unit" id="need-credential">
<h1>Emulab Login Required</h1>
<h2>This is just a mockup. The fields don't do anything. Type in whatever you want and click login to proceed.</h2>
<p>The GENI Authorization App wants access to your encrypted certificate. You need to log in to Emulab below in order to grant permission.</p>
<form id="login">
<fieldset>
<input class="input-large" type="text" placeholder="Login Name">
</fieldset>
<fieldset>
<input class="input-large" type="text" placeholder="Password"
</fieldset>
<fieldset>
<button class="btn" id="login-button">Login</button>
</fieldset>
</form>
</div>
</div>
</body>
</html>