File: /home/asjudine/www/menu_desarrollo.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>MENU</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form action="" method="post" name="formulario" >
<br>
<center class="Estilo1">
MENU
</center>
<table width="300" border="3" align="center" cellpadding="2" cellspacing="3">
<tr>
<td width="303"><center><?php
echo "<a href='consulta_cedula_escanea_control.php'>Consulta</a>"
?></span></center></td>
</tr>
<td width="303"><center><?php
echo "<a href='consulta_cedula_escanea_libranza_control.php'>Consulta</a>"
?></span></center></td>
</tr>
<tr>
<td width="303"><center>
<?php
echo "<a href='consultar_contratos_escaneados_control.php'>Consulta</a>"
?></span></center></td>
</tr>
<tr>
<td width="303"><center><?php
echo "<a href='consultar_libranzas_escaneadas_control.php'>Consulta </a>" ?></span></center></td>
</tr>
</table>
</form>
</body>
</html>