-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClaveIncorrecta.asp
74 lines (73 loc) · 1.96 KB
/
ClaveIncorrecta.asp
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
<%
msg=request("msg")
%>
<!--#INCLUDE file="top.asp" -->
<!--#INCLUDE file="top1.asp" -->
<!--#INCLUDE file="f-izq.asp" -->
<!--#INCLUDE file="SubMenuExterno.asp" -->
<!--#INCLUDE FILE="include/periodos.inc" -->
<!--#INCLUDE file="include/conexion.inc" -->
<!--#INCLUDE FILE="include/funciones.inc" -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Portal de Alumnos en Línea</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="css/tablas.css" type="text/css">
<body background="ima/iso-uhc.gif">
<table border="0" cellpadding="0" cellspacing="0" align="left">
<tr>
<td>
<table width="200" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td colspan="2" valign="top" align="right"><% CargarTop()%><%
if trim(Session("NomAlum"))="" then
CargarMenu()
else
CargarMenu2()
end if
%></td>
<td valign="top" >
<% CargarTop1()%><% SubMenu()%>
<table width="92%" border="0" cellpadding="0" cellspacing="15">
<form name="form1" method="post" action="">
<tr>
<td><img src="Imagenes/titulos/T-atencion.gif" name="fder_r2_c1" width="271" height="38" border="0"></td>
</tr>
<tr>
<td><%=msg%></td>
</tr>
<tr>
<td><p><font color="#CC3333" size="2" face="Verdana, Arial, Helvetica, sans-serif">Clave
incorrecta ..!!! Vuelva a Intentar</br></br>(Recuerde que el campo password es sensible a mayúsculas y minúsculas)</font></p></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</form>
</table>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!--javascript:parent.mainframe.history.go(0)-->