[licrea] / trunk / verifica-datos.php  
ViewVC logotype

Annotation of /trunk/verifica-datos.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (view) (download) (as text)

1 : egutierrez 7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 :     <!--
3 :     Design by Free CSS Templates
4 :     http://www.freecsstemplates.org
5 :     Released for free under a Creative Commons Attribution 2.5 License
6 :    
7 :     Name : Flower Buds
8 :     Description: A two-column, fixed-width design with dark color scheme.
9 :     Version : 1.0
10 :     Released : 20110409
11 :    
12 :     -->
13 :     <html xmlns="http://www.w3.org/1999/xhtml">
14 :     <head>
15 :     <meta name="keywords" content="" />
16 :     <meta name="description" content="" />
17 :     <meta http-equiv="content-type" content="text/html; charset=utf-8" />
18 :     <title>Repositorio REA | Confirmar Inicio de Sesi&oacute;n</title>
19 :     <!--Enlace con hoja de Estilo-->
20 :     <link href="/repositorio_rea/style.css" rel="stylesheet" type="text/css" media="screen" />
21 :    
22 :     </head>
23 :     <body>
24 :     <div id="wrapper">
25 :     <div id="membrete">
26 :     </div>
27 :     <div id="enlaces">
28 :     <p align="right"><a href="http://www.cenditel.gob.ve/" title="Principal | Cenditel Nodo M&eacute;rida">Cenditel</a> | <a href="#noticias" title="Noticias">Noticias</a></p>
29 :     </div>
30 :     <div>
31 :     <a href="" target="_blank"><img src="http://crearbanner.com/banners/5614790299441665.png" border="0" width="1024" height="90" /></a>
32 :     </div>
33 :     <!-- end #header -->
34 :     <div id="page">
35 :     <div id="page-bgtop">
36 :     <div id="page-bgbtm">
37 :     <div id="content">
38 :     <div class="post">
39 :     <div class="entry">
40 :    
41 :     <?php
42 :    
43 :     session_start();
44 :     include("conexion.php");
45 :    
46 :     if ($_SESSION['k_username'])
47 :    
48 :     echo " <div class='entry'>
49 :     <table align='right'><tr><td>
50 :     <br /><a href='/repositorio_rea/cerrar-sesion.php'><input type='button' value='Cerrar Sesi&oacute;n' name='cerrarsesion' id='cerrarsesion' title='Cerrar Sesi&oacute;n'/></a></td></tr></table>
51 :     </div>
52 :     <h3 class='title'><a href='#'>".$_SESSION['k_username']."</a></h3><br /><p class='links'><a href='#'><font size='3'>Datos Personales</font></a></p><font size='3.5'><b>Nombre y Apellido: </b>".$_SESSION['k_nombre_apellido']."<br /><b>Correo Electr&oacute;nico: </b>".$_SESSION['k_correo_electronico']."<br /><b>Sexo: </b>".$_SESSION['k_sexo']."<br /><b>Fecha de Nacimiento: </b>".$_SESSION['k_fecha_nacimiento']."<br /><b>Pa&iacute;s: </b>".$_SESSION['k_pais']."<br /><b>Estado: </b>".$_SESSION['k_estado']."<br /><b>Instituto Educativo: </b>".$_SESSION['k_instituto']."<br /><b>Tipo de Usuario: </b>".$_SESSION['k_tipo_usuario']."</font><br /><table align='center'><tr><td><br /><a href='menu-usuario.php'><img src='imagenes/gif3.gif' title='Volver atr&aacute;s' /></a></td></tr></table>";
53 :    
54 :     else{
55 :     echo "<h3 class='title'><a href='#'>Lo sentimos</a></h3>";
56 :     echo "Usted debe iniciar sesi&oacute;n";
57 :     echo "<table align='center'><tr><td><br /><a href='inicio-sesion.php'><img src='imagenes/gif3.gif' title='Volver atr&aacute;s | Iniciar Sesi&oacute;n' /></a></td></tr></table>";
58 :     }
59 :    
60 :     ?>
61 :    
62 :     </div>
63 :     </div>
64 :     <div style="clear: both;">&nbsp;</div>
65 :     </div>
66 :     <!-- end #content -->
67 :     <!--Contenido de izquierda-->
68 :     <div id="sidebar" align="center">
69 :     <div align="center">
70 :     <a href="http://www.cenditel.gob.ve"><img src="/repositorio_rea/imagenes/logocenditel.jpg" id="cenditel" title="Principal | Cenditel Nodo M&eacute;rida" ></a>
71 :     </div><br /><br />
72 :     <!--Inicio de Menu-->
73 :     <div align="center" id="menu">
74 :     <ul>
75 :     <li><a href="/repositorio_rea/index.html" title="P&aacute;gina Principal">Inicio</a></li>
76 :     <li><a href="#" title="Usuario">Usuario</a></li>
77 :     <ul id="navi"><!-- creacion de submenus-->
78 :     <li><a href="/repositorio_rea/crear-usuario.php" title="Crear Usuario"> Crear Usuario</a></li>
79 :     <li><a href="/repositorio_rea/inicio-sesion.php" title="Iniciar Sesi&oacute;n"> Iniciar Sesi&oacute;n</a></li>
80 :     <li><a href="menu-usuario.php" title="&iquest;Qu&eacute; desea hacer?"> Operaciones</a></li>
81 :     </ul><!-- fin de submenu-->
82 :     <li><a href="#3" title="Recursos Educativos">Recursos Educativos</a></li>
83 :     <ul id="navi"><!-- creacion de submenus-->
84 :     <li><a href="/repositorio_rea/consulta-rea.php" title="Consultar REA">Consultar REA</a></li>
85 :     <li><a href="agregar-rea.php" title="Insertar REA"> Insertar REA</a></li>
86 :     </ul><!-- fin de submenu-->
87 :     </ul>
88 :     </div>
89 :     <!--Fin del menu-->
90 :     &nbsp;<br />
91 :     &nbsp;<br />
92 :     &nbsp;<br />
93 :     &nbsp;<br />
94 :     <!-- enlace con el blog de RADECON -->
95 :     <div>
96 :     <table style="background-color:transparent;border: 0px" border="0" width="170px" align="center" id="linkradecon">
97 :     <tr><td bordercolor="white" align="center">
98 :     <a href="http://radecon.cenditel.gob.ve"><img src="/repositorio_rea/imagenes/radecon.jpg" id="radecon" title="Red de defensa del conocimiento" width="170px"></a>
99 :     <a href="http://radecon.cenditel.gob.ve/"><b><b>Red de defensa del conocimiento</b></h5></a>
100 :     </td></tr></table>
101 :     </div>
102 :     </div>
103 :    
104 :     <!-- end #sidebar -->
105 :     <div style="clear: both;">&nbsp;</div>
106 :     </div>
107 :     </div>
108 :     </div>
109 :     <!-- end #page -->
110 :     </div>
111 :     <div id="footer">
112 :     <HR WIDTH=1024px>
113 :     <p>FUNDACI&Oacute;N CENTRO NACIONAL DE DESARROLLO E INVESTIGACI&Oacute;N EN TECNOLOG&Iacute;AS LIBRES (CENDITEL) Avenida Alberto Carnevali, v&Iacute;a La Hechicera, Edificio CENDITEL. Tel&Eacute;fono: (0274)6574336 - 6574958. Apartado Postal: 078. C&Oacute;digo Postal: 5101A. RIF: G-20007349-7. M&Eacute;rida-Venezuela</p>
114 :     </div>
115 :     <!-- end #footer -->
116 :     </body>
117 :     </html>

root@fsl.cenditel.gob.ve
ViewVC Help
Powered by ViewVC 1.0.0