1 <?php
ob_start("ob_gzhandler");
2 $__cLab_Usuarios_en_linea = 0;
3 $__cLab_Registro_usuario = "vlad";
4 $__cLab_Registro_usuario_admin = TRUE;
6 function OBTENER_EX($archivo,$valores) {
7 $buffer = file_get_contents($archivo);
8 foreach($valores as $var=>$val) {
9 $buffer = str_replace($var,$val,$buffer);
13 function OBTENER($archivo) {
14 return file_get_contents($archivo);
17 if (!isset($_GET['x'])) { $_GET['x'] = "inicio";}
19 switch ($_GET['x'] ) {
21 $_cLab_Contenido = OBTENER("t/inicio.mnu");
24 $_cLab_Contenido = OBTENER("t/ingreso.mnu");
27 $_cLab_Contenido = OBTENER("t/contacto.mnu");
30 $__cLab_Registro_usuario = "";
31 $__cLab_Registro_usuario_admin = FALSE;
32 $_cLab_Contenido = OBTENER("t/salido.mnu");
35 $_cLab_Contenido = OBTENER("t/404.mnu");
39 <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
40 <html xmlns
="http://www.w3.org/1999/xhtml" xml
:lang
="es" lang
="es">
42 <meta http
-equiv
="Content-Type" content
="text/html; charset=UTF-8" />
43 <meta http
-equiv
="Content-Style-type" content
="text/css" />
44 <meta http
-equiv
="Content-Script-type" content
="text/javascript" />
45 <meta http
-equiv
="Content-Language" content
="es" />
46 <link rel
="StyleSheet" href
="estilo.css" type
="text/css" />
47 <link rel
="shortcut icon" href
="/favicon.ico" type
="image/x-icon" />
48 <link rel
="start" href
="/" />
49 <title
>Control de Laboratorio
</title
>
50 <meta name
="keywords" content
="Laboratorio, UCA" />
51 <meta name
="description" content
="Control de Laboratorio es un portal academico para gestionar laboratorios" />
53 <link rel
="StyleSheet" href
="/logo_msie.css" type
="text/css" />
57 <div id
="top"><h1
><a href
="/">cLab
</a
></h1
></div
>
59 <div id
="leftwrapper">
65 echo '<li><a href="' . "./" . "?x=inicio" .'" title="Regresar a la pagina principal">Inicio</a></li>';
66 if (!$__cLab_Registro_usuario) {
67 echo '<li><a href="' . "./" . "?x=ingresar" .'" title="Si ya esta registrado puede volver ingresar al foro con este enlace">Ingresar</a></li>';
69 echo '<li><a href="' . "./" . "?x=salir" .'" title="Si ya esta identificado puede cerrar su sesión">Salir</a></li>';
76 if ($__cLab_Registro_usuario_admin) {
79 <dt>Administración</dt>
82 <li><a href="http://" title="Horario - Laboratorio">Horario: Lab.</a></li>
83 <li><a href="http://" title="Horario - Instructor">Horario: Instructor</a></li>
84 <li><a href="http://" title="Gestión - Instructor">Gestión: Instructor</a></li>
85 <li><a href="http://" title="Generar - Reportes">Reportes</a></li>
97 if ($__cLab_Usuarios_en_linea == 0) {
98 echo '<li>Nadie</li>';
100 echo '<li>'. $__cLab_Registro_usuario . '</li>';
108 <div id
="centerwrapper">
109 <h2
><a name
="toContent" id
="toContent"></a
>Inicio
</h2
>
111 <div
class="first_section">
113 echo $_cLab_Contenido;
116 Sugerencias y Consultas
: <a href
="./?x=contacto">contacto con el Administrador
</a
>.
117 <div
class="clear"></div
>
121 <div id
="rightwrapper">
123 <dt
><b
>Departamentos
</b
></dt
>
126 <dt
>Dpto
. Informática
</dt
>
129 <li
><a href
="http://" title
="Dpto. Informática">TPP
</a
></li
>
130 <li
><a href
="http://" title
="Dpto. Informática">TIS
</a
></li
>
131 <li
><a href
="http://" title
="Dpto. Informática">TAC
</a
></li
>
132 <li
><a href
="http://" title
="Dpto. Informática">TEC
</a
></li
>
137 <dt
>Dpto
. Electrónica
</dt
>
140 <li
><a href
="http://" title
="Dpto. Informática">LSA
</a
></li
>
141 <li
><a href
="http://" title
="Dpto. Informática">LID
</a
></li
>
142 <li
><a href
="http://" title
="Dpto. Informática">LAI
</a
></li
>
143 <li
><a href
="http://" title
="Dpto. Informática">LIV
</a
></li
>
148 <div
class="clear"></div
>