File: /home/asjudine/www/menu_asignacion_proceso.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
.label {
font-family: Verdana, Geneva, sans-serif;
}
</style>
<center> <img src="ELEMENTOS\cabezote.gif" WIDTH=62% > </center>
<title>MENU PROCESO</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.titulos {
font: 16px;
color: #000;
font-family:Arial;
font-weight:bold
}
.label {background-color: #FFFFCC; font-size: 16px; font-family: Arial; color:#0000CC; display: block;}
.lista { background-color:#99FFFF; font-family: Arial; font-size: 16px; color: #990000;}
.campo {background-color: #FFFFCC; border:1px solid #0066FF;}
body {
background-image: url(ELEMENTOS/fonama2.jpg );
color: #666;
}
.boton {background-color: #FFCCCC; color:#FFFFFF; width:90px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.boton1 {background-color: #FFCCCC; color:#FFFFFF; width:90px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.boton11 {background-color: #FFCCCC; color:#FFFFFF; width:180px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.Estilo1 {font: 16px; color: #3366FF; font-family: Arial; font-weight: bold; }
.boton111 {background-color: #FFCCCC; color:#FFFFFF; width:180px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.wqeq {
color: #999;
}
.label {
color: #000;
}
.label {
font-family: Comic Sans MS, cursive;
}
.label {
font-family: "Times New Roman", Times, serif;
}
.label {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.label {
font-family: "Lucida Console", Monaco, monospace;
}
.label {
font-size: 18px;
}
-->
</style>
</head>
<body>
<form action="" method="post" name="formulario" >
<fieldset>
<legend class="Estilo1"></legend>
<table width="463" border="18" align="center" cellpadding="2" cellspacing="3">
<td width="449" bgcolor="#CCCCFF">
<fieldset>
<legend class="titulos" align="center">SOLICITUD PROCESO</legend>
<table width="451" border="18" align="center" cellpadding="2" cellspacing="3">
<td width="437" bgcolor="#FFFFCC" ><span class="label" ><?php
$nom = $_GET[nom];
$sucu = $_GET[sucu];
$ced = $_GET[ced];
echo "<a href='ingresar_proceso_2.php?ced=$ced&nom=$nom&sucu=$sucu'><center>LISTADO PENDIENTE PARA INICIO PROCESO</a>" ?></span></center></td>
</table>
</fieldset>
</tr>
</table>
</fieldset>
<table width="341" border="5" align="center" cellpadding="2" cellspacing="3">
<tr>
<td bgcolor="#FFFFCC"><div align="center">
<p>
<input name="button3" type="button" class="Estilo1" onClick="window.location.href='menu_admin.php'" value="Regresar al menu principal">
</p>
</div></td>
</tr>
<tr>
</table>
</form>
</body>
</html>
<?php