-
Notifications
You must be signed in to change notification settings - Fork 0
/
MensajeBloqueoNoLog.asp
77 lines (75 loc) · 1.99 KB
/
MensajeBloqueoNoLog.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
75
76
77
<!--#INCLUDE file="top.asp" -->
<!--#INCLUDE file="top1.asp" -->
<!--#INCLUDE file="f-izq.asp" -->
<!--#INCLUDE file="SubMenu.asp" -->
<!--#INCLUDE FILE="include/conexion.inc" -->
<!--#INCLUDE FILE="include/periodos.inc" -->
<!--#INCLUDE FILE="include/funciones.inc" -->
<%
msg=request("msg")
%>
<!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" cellspacing="15">
<form name="form1" method="post" action="">
<tr>
<td><img name="fder_r2_c1" src="Imagenes/titulos/T-atencion.gif" width="271" height="38" border="0"></td>
</tr>
<tr>
<td><%=msg%></td>
</tr>
<tr>
<td><font color="#CC3333" size="2" face="Verdana, Arial, Helvetica, sans-serif">Recuerda
</font><font face="Verdana, Arial, Helvetica, sans-serif"><font color="#CC3333" size="2">LOGUEARTE</font></font></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.history.go(0)"
%>
<script languaje="javascript">
function Terminar()
{
<% if session("logueado")="1" then %>
window.location = "salir.asp";
//window.top.location = "alumn-udd.asp";
<% end if%>
}
</script>