-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (41 loc) · 1.62 KB
/
index.html
File metadata and controls
48 lines (41 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<title>PhysCIP Dashboard</title>
<!-- ALL scripts are included here -->
<script src="scripts.js"></script>
<script src="marked.min.js"></script>
<script src="content/common.js"></script>
<script src="content/register.js"></script>
<script src="content/resetpw.js"></script>
<script src="content/quota.js"></script>
<script src="content/faq.js"></script>
<!-- ALL stylesheets are included here -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="github-markdown-css/github-markdown.css">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="header">
<img class="content-link" id="cip_logo" src="img/cip_logo_white.svg" data-contentpage="home">
<img class="content-link" id="cip_logo_small" src="img/cip_logo_white_small.svg" data-contentpage="home">
<ul id="mainmenu">
<li class="content-link content-selector" data-i18n="register" data-contentpage="register"></li>
<li class="content-link content-selector" data-i18n="resetpw" data-contentpage="resetpw"></li>
<li class="content-link content-selector" data-i18n="quota" data-contentpage="quota"></li>
<li class="content-link content-selector" data-i18n="faq" data-contentpage="faq"></li>
</ul>
<ul id="langflags">
<!-- Dynamically generated by JS based on locale list -->
</ul>
</div>
<div id="content"></div>
<div id="success-message">
<div id="success-dialog">
<div id="success-dialog-header" data-i18n="success-header"></div>
<button id="success-dialog-ok" data-i18n="success-dialog-ok"></button>
</div>
</div>
</body>
</html>