-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
193 lines (192 loc) · 6.79 KB
/
index.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<!--
~
~ Copyright © 2015 Antergos
~ Copyright © 2018 Sven Mäder
~
~ index.html
~
~ This file is part of web-greeter-theme-luminosity
~
~ web-greeter-theme-luminosity is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License,
~ or any later version.
~
~ web-greeter-theme-luminosity is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ The following additional terms are in effect as per Section 7 of the license:
~
~ The preservation of all legal notices and author attributions in
~ the material or in the Appropriate Legal Notices displayed
~ by works containing it is required.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Web Greeter Theme Luminosity">
<meta name="author" content="Sven Mäder">
<title>Web Greeter Theme Luminosity</title>
<script src="js/mock.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/fontawesome-all.min.css" />
<link rel="stylesheet" type="text/css" href="css/fonts.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/backgrounds.js"></script>
<script src="js/greeter.js"></script>
</head>
<body>
<!--<a id="reset-switch" href="#" onclick="$(document.location.reload(true))" data-i18n="reset" title="reset" class="btn btn-default bg-toggle">
<i class="fas fa-sync-alt"></i>
</a>-->
<a id="bg-switch-toggle" href="#" class="btn btn-default bg-toggle">
<i class="fas fa-bars"></i>
</a>
<div id="bg-switch-wrapper" class="panels">
<div class="bg-switch-container">
<div class="switch-container">
<button id="bg-switch-close" class="btn btn-default pull-right bg-toggle">
<i class="fa fa-times"></i>
</button>
</div>
<div class="bg-switch">
<h3>Background</h3>
<div class="bgs">
<div class="bg-default">
<a href="#" data-img="default" class="background">
<span>Default</span>
</a>
</div>
</div>
</div>
</div>
</div>
<div id="panel" class="panels fade">
<div id="header">
<div id="banner">
<img src="" alt="Banner" />
</div>
</div>
<div class="content">
<div class="username-area">
<div class="content-header">
<div class="area-title">
<h1 id="username-area-title">Authentication</h1>
<p id="username-area-comment">Enter your Account name to sign in</p>
</div>
</div>
<div class="content-login">
<div class="input">
<label for="user">Username</label>
<input type="text" name="user" id="user">
<span class="nospin"></span>
<span class="spin"></span>
</div>
</div>
<div class="content-footer">
<div class="info-container">
<div class="info-block">
<div class="info-left">
<p id="info-top-left">
<span id="hostname-label">Hostname</span>
</p>
</div>
<div class="info-right">
<p id="info-top-right">
<span id="hostname-value"></span>
</p>
</div>
<div class="info-clear"></div>
</div>
<div class="info-spacer"></div>
<div class="info-block">
<div class="info-left">
<p id="info-bottom-left">
</p>
</div>
<div class="info-right">
<p id="info-bottom-right">
</p>
</div>
<div class="info-clear"></div>
</div>
</div>
</div>
</div>
<div class="password-area">
<div class="content-header">
<div>
<h1 id="user-login-name">none</h1>
<p id="password-area-comment">Please enter your Password</p>
</div>
</div>
<div class="content-login">
<div class="input">
<label for="pass">Password</label>
<input type="password" name="pass" id="pass">
<span class="nospin"></span>
<span class="spin"></span>
</div>
</div>
<div id="session-list" class="btn-group">
<button id="session-button" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<span id="session-selected" class="selected"></span>
<span id="session-arrow" class="fas fa-caret-down"></span>
</button>
<ul id="sessions" class="dropdown-menu"></ul>
</div>
<div class="morpher">
<button id="authenticateButton" type="button">Authenticate</button>
</div>
<div class="content-footer">
</div>
</div>
</div>
<div id="footer">
<div id="logo">
<img src="" alt="Logo" />
</div>
<div id="actionsArea" class="btn-group pull-right"></div>
<div id="backArea" class="btn-group pull-right">
<button type="button" class="btn btn-default actionButton backButton" data-toggle="tooltip" data-placement="top" title="back" data-container="body">
<i class="fas fa-arrow-left"></i>
</button>
</div>
</div>
</div>
<div id="bg" class="bg fade" aria-hidden="true"></div>
<div id="statusPanel" class="panels">
<div id="statusArea">
<span id="locked" class="fas fa-lock"></span>
<span id="unlocked" class="fas fa-lock-open"></span>
<span id="statusMessage">ACCESS DENIED</span>
</div>
</div>
<div id="errorPanel">
<div id="errorArea">
<a id="error-reset-switch" href="#" onclick="$(document.location.reload(true))" data-i18n="reset" title="reset" class="btn btn-default">
<i id="error-reset" class="fas fa-sync-alt"></i>
</a>
<span id="errorMessage">
I'm sorry something went wrong :(<br/><br/>
Please report this to your administrator<br/>
and/or click the reset button above
</span>
</div>
</div>
<div id="debugPanel" class="panels logPanel">
<div class="logWrap">
<span id="debugArea"></span>
</div>
</div>
</body>
</html>