-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNoAceptoCarga.asp
48 lines (46 loc) · 1.4 KB
/
NoAceptoCarga.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
<!--#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" -->
<%
if Session("CodCli") = "" then
Response.Redirect("saltoinicio.htm")
response.End()
end if
%>
<html>
<link rel="stylesheet" href="css/tablas.css" type="text/css">
<title>Portal Docente en Línea </title>
<body >
<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 Session("CodCli") = "" then
CargarMenu()
else
CargarMenu2()
end if
%></td>
<td valign="top" >
<% CargarTop1()%><% SubMenu()%>
<table width="100%" border="0" cellspacing="0" cellpadding="20" height="550" bgcolor="#FFFFFF">
<tr>
<td valign="top"><font size="3" face="Verdana, Arial, Helvetica, sans-serif" color="#4a5da1"><b>El Alumno aún no acepta la Carga Académica; para los Alumnos Nuevos, la generación de Horarios se encuentra actualmente en proceso.</b></font>
<p> </p></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!--#INCLUDE file="include/desconexion.inc" -->