-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
37 lines (37 loc) · 1.68 KB
/
popup.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="css/popups/normalize.css"/>
<link rel="stylesheet" type="text/css"
href="css/popups/foundation.min.css"/>
<link rel="stylesheet" type="text/css" href="css/popups/style.css"/>
<script type="text/javascript" src="js/lib/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/lib/spine-1.0.8.js"></script>
<script type="text/javascript" src="js/lib/spine_local-1.0.8.js"></script>
<script type="text/javascript" src="js/popups/popup.js"></script>
</head>
<body>
<img src="images/uanl_logo.png" class="logo"/>
<div id="main_container">
<form class="login_form" id="DatosUANL"
action="http://deimos.dgi.uanl.mx/cgi-bin/wspd_cgi.sh/eselcarrera.htm"
method="post" target="_blank">
<span class="label">Matrícula:</span>
<span id="account_indicator"></span>
<input name="HTMLUsuCve" id="HTMLUsuCve" type="text"
placeholder="Matrícula"/>
<span class="label" class="label">Contraseña:</span>
<div class="error">
<input name="HTMLPassword" id="HTMLPassword" type="password"
placeholder="Contraseña" autofocus/>
<small class="error" id="error_msg">Datos invalidos.</small>
</div>
<input name="HTMLTipCve" id="account_type" type="hidden" value=""/>
<input type="button" id="submit_btn" value="Entrar"
class="button expand"/>
</form>
</div>
</body>
</html>