Viewing file: ansevalx5.php (3.89 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if ($res == 1) {
?>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>Departamento Técnico Administrativo del Medio Ambiente, DAMA</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<body topmargin="0" bgcolor="#FFFFFF">
<table border="0" cellpadding="6" width="100%">
<tr>
<td width="33%"></td>
<td width="33%">
<table border="0" cellpadding="0" width="800" cellspacing="0">
<tr>
<td width="100%"> </td>
</tr>
</table>
</td>
<td width="33%"></td>
</tr>
<tr>
<td width="33%"></td>
<td width="33%">
<p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Nota:</b>
<font color="#FF0000" ><b> La siguiente evaluación <font color="#000000">no
es una evaluación pública, por ende se debe ser un usuario
registrado para acceder a ella.</font></b></font></font></p>
<form name="form1" method="post" action="reqanseval.php">
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td><div align="right"><strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Nombre
de usuario: </font></strong></div></td>
<td><strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="user" type="text" id="user">
</font></strong></td>
</tr>
<tr>
<td><div align="right"><strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">Clave
</font></strong></div></td>
<td><strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="pass" type="password" id="pass">
<input name="codigoeval" type="hidden" value="<?php echo $codigoeval; ?>">
<input name="tiempodado" type="hidden" id="tiempodado" value="<?php echo $tiempodado; ?>">
<input name="textodoc" type="hidden" id="textodoc" value="<?php echo $textodoc; ?>">
<input name="descripcion" type="hidden" id="descripcion" value="<?php echo $descripcion; ?>">
<input name="nombre1" type="hidden" id="nombre1" value="<?php echo $nombre1; ?>">
<input name="fechaend" type="hidden" id="fechaend" value="<?php echo $fechaend; ?>">
<input name="timilin" type="hidden" id="timilin" value="<?php echo $timilin; ?>">
<input name="res" type="hidden" id="res" value="<?php echo $res; ?>">
</font></strong></td>
</tr>
<tr>
<td colspan="2"><div align="center"> <strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input type="submit" name="Submit" value="Contestar la evaluación....">
</font></strong></div></td>
</tr>
</table>
</form>
<p align="left"><strong><font face="Verdana, Arial, Helvetica, sans-serif" size="3">Por
ser esta una forma de evaluación <font color="#FF0000">NO</font>
formal, no representa sino un carácter más que todo estadístico,
pues no compromete datos personales, ni calificación real alguna.</font></strong></p>
<center>
<font
face="Verdana"><strong><small><small><font size="1">Departamento Técnico
Administrativo del Medio Ambiente, DAMA</font></small></small></strong><font size="1"><small><small><br>
<a href="http://www.alcaldiabogota.gov.co">Alcaldía Mayor de Bogotá</a><br>
Todos los Derechos Reservados<br>
1999 - 2004</small></small></font></font></center>
</td>
<td width="33%"></td>
</tr>
</table>
<p> </p>
</body>
</html>
<?php
}else{
include('anseval.php');
}
?>
|