MOON
Server: Apache
System: Linux kvm.asjudinet.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User: asjudine (1001)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/asjudine/public_html/apostventas/menu_pago_sentencias.php
<?php 


$nom = $_GET["nom"]; 
$ced = $_GET["ced"]; 

?>

<!DOCTYPE HTML>
<html>
<head>
<title>MENU PAGO SENTENCIAS</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.titulos2 {font: 16px; color: #0033CC; 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/gri06.jpg );
}
.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: #F00;
	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;}

.titulo{ background-color:#950F12; color:#FFF; font-size:15px; text-align:center; height:25px;}
-->
</style>
</head>
<body>
<form action="" method="post" name="formulario" >
<center> <img src="../ELEMENTOS\CABEZOTE SERVIASJUDINET.jpg" WIDTH=60% > </center>
<br>
	<div class="titulos2"align="center">CONTROL PAGO SENTENCIAS</div> 
	<table width="353"  border="6" align="center" cellpadding="2" cellspacing="3"></table>
<tr>
<td >
<fieldset> 
	 
      	
    <!--<legend align="center">Pago Sentencias</legend>-->
    <table width="480" border="5" align="center" cellpadding="2" cellspacing="3">
    <tr>
        <td  bgcolor="#CCCCCC"><span class="label">
        <?php echo "<a href='cartera_consulta_pago_sentencias.php?ced=$ced&nom=$nom'>Ingresar pago sentencia</a>" ?></span>
        </td>
    </tr>
        
    <tr>
        <td  bgcolor="#CCCCCC"><span class="label">
        <?php echo "<a href='cartera_consulta_pago_sentencia_cedula.php?ced=$ced&nom=$nom'>Consulta Por Cedula</a>" ?></span>
        </td>
    </tr>    
        
    <tr>
        <td  bgcolor="#CCCCCC"><span class="label">
        <?php echo "<a href='cartera_consulta_pago_sentencia_listado_general.php?ced=$ced&nom=$nom'>Listado General</a>" ?></span>
        </td>
    </tr>   
        
  
     </table>	  
</fieldset>
	
<table width="341" border="0" align="center" cellpadding="2" cellspacing="3">
	
      <tr>
        <td><div align="center">
        <p>
          <input name="button3" type="button" class="titulos2" onClick="window.location.href='menu_admin.php'" value="Regresar al menu principal">
        </p>
        </div></td>
      </tr>
  
</table>
</td>
</tr>
</form>
</body>
</html>