File: /home/asjudine/public_html/cumpleanos_consulta.php
<?php
include("header.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.Estilo17 {
color: #990000;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.Estilo17 {color: #990000; font-family: Arial, Helvetica, sans-serif; }
.Estilo35 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.Estilo47 {font-family: Arial, Helvetica, sans-serif}
.Estilo48 {font-size: 14px}
.Estilo49 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
-->
</style>
</head>
<body>
<p> </p>
<form name="formulario" method="post" action="mensaje_cumpleanos.php">
<table width="533" border="1" align="center" cellpadding="1" cellspacing="1">
<tr bgcolor="#AFCDFB">
<td colspan="2"><div align="center"><span class="Estilo17">Digite su número de cedula de ciudadanía para ver mensajes. </span></div></td>
</tr>
<tr bgcolor="#AFCDFB">
<td width="257"><div align="right"><span class="Estilo35">IDENTIFICACION: </span></div></td>
<td width="263"><input name="Identificacion" type="text" id="Identificacion" size="20" maxlength="20"></td>
</tr>
<tr bgcolor="#AFCDFB">
<td colspan="2"><div align="right" class="Estilo35">
<div align="center">
<input type="submit" name="Submit" value="CONSULTAR">
</div>
</div> </td>
</tr>
</table>
</form>
</body>
</html>