-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (80 loc) · 3.58 KB
/
Copy pathindex.html
File metadata and controls
85 lines (80 loc) · 3.58 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<!--
flexVDI WebPortal
Copyright (c) 2016 flexVDI (Flexible Software Solutions S.L.)
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License version 3 as published by the
Free Software Foundation.
This program 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 Affero General Public License for more
details.
You should have received a copy of the GNU Affero General Public License
version 3 along with this program in the file "LICENSE". If not, see
<http://www.gnu.org/licenses/agpl-3.0.txt>.
-->
<head>
<meta charset="utf-8">
<title>flexVDI WebPortal</title>
<meta name="description" content="flexVDI">
<meta name="keywords" content="flexVDI">
<meta name="author" content="flexVDI">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet/less" href="./less/main.less" type="text/css" />
<link rel="stylesheet" href="./css/jquery-ui-menu.css" />
<script src="./lib/less/less-1.7.0.min.js"></script>
<!--<script type="text/javascript" charset="utf-8">
less.env = "development";
less.watch();
</script>-->
</head>
<body class="login">
<div class="shadow-bck">
<section id="login" class="login_content clearfix">
<div class="logotype"><img src="img/general/icon_logo.png"></div>
<h1 class="clearfix"><span class="logotype"></h1>
<form class="loginForm" id="loginform" name="loginform" >
<div id="tabs" class="clearfix mrq_gen mrq_trian">
<p class="warning">
Por favor, tenga en cuenta que su experiencia puede variar en función del ancho de banda que disponga y del navegador que esté empleando. <strong>Le recomendamos que acceda con una versión reciente de Firefox o Chrome</strong>.
<p>
<p class="description">
Introduzca sus credenciales:
<p>
<div id="access_form" class="login_internal">
<input type="hidden" name="resolution" id="res" value="1024x768">
<input type="hidden" name="hwaddress" id="hwaddress" value="webclient">
<input type="hidden" name="desktop" id="desktop" value="">
<label>USUARIO</label>
<input type="text" class="input user" id="user_login" name="username" value="">
<label>PASSWORD</label>
<input type="password" class="input pass" id="pass_login" name="password" value="">
<div class="resolution_list">
Pantalla Completa:
<input type="checkbox" class="checkbox" name="nativeres" id="nativeres" value="" />
</div>
</div>
</div>
<p class="footer">
<a href="javascript:void(0)" id="bot">ENTRAR</a>
<span class="copy">© 2016 <a href="http://www.flexvdi.com">flexVDI</a> | v2.2.8 - powered by eyeOS</span>
</p>
</form>
</section>
</div>
<div id="msgbox" title="Envio correcto" style="display:none">
<ul id="menu">
<li><a href="#" id="entry1"></a></li>
<li><a href="#" id="entry2"></a></li>
<li><a href="#" id="entry3"></a></li>
<li><a href="#" id="entry4"></a></li>
</ul>
</div>
<div id="msgerr" title="Error" style="display:none" />
<script type="text/javascript" src="js/spin.min.js"></script>
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.10.4.custom.min.js"></script>
<script type="text/javascript" src="js/utils.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>