MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/firma_electronica_abogados_attorney.php
<?php 
  require_once("mainfile.php");
  include ("config.php");
  require_once("Conectarse.php");

?>
.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Firmas Electronica</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">
<!--
.titulos {
	font: 16px;
	color: #F00;
	font-family:Arial;
	font-weight:bold
}
.boton {background-color: #FFCCCC; color:#FFFFFF; width:90px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.texto {background-color: #CCFFCC; font-size: 11px; font-family: Arial; color:#0000CC; display: block;}
.fecha {font-size: 12px; font-family: Arial; color:#990000; display: block; }
.campo {background-color:#FFFFAA; width: 100px; border:2px solid #990000;}
.lista {font-family: Arial; font-size: 11px;	color: #990000;}
.Estilo2 {font-family: Arial;	font-size: 16px;	color: #990000;}
.boton2 {font-family: Verdana; font-size: 8 pt; color: #000080; background-color: #C0C0C0; border-style: solid; width:70px; height:22px;}
body {
		background-image: url(ELEMENTOS/gri06.jpg );  
	color: #666;
}
.Estilo50 {color: #CC3333;
	font-family: "Arial Narrow";
	font-weight: bold;
}
-->
</style>
<script languaje="JavaScript">
function Mostrar_Fecha()
{
         var mydate=new Date()
         var year=mydate.getYear()
         if (year < 1000)
                 year+=1900
                 var day=mydate.getDay()
                 var month=mydate.getMonth()
                 var daym=mydate.getDate()
                 if (daym<10)
                    daym="0"+daym
                    var dayarray=new Array("Domingo","Lunes","Martes","Miercoles","Jueves","Viernes","Sabado")
                    var montharray=new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre")
                    document.write("<b><font face='Arial, Helvetica, sans-serif'>"+dayarray[day]+" "+daym+" de "+montharray[month]+" de "+year+"</font></b>")
}					
</script>
<script language="javascript">
function AbreGral()
{ 
    var menu;   
	menu=window.open("mostrar_ingreso.php","","toolbar=no,scrollbars=no,width=800,height=500,status=yes");  
	menu.focus();  
	var ventana = window.self;  
	ventana.opener = window.self;  
	ventana.close();
}
</script>
</head>
<body onLoad="document.formulario.cedula.focus()" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center> <img src="ELEMENTOS\CABEZOTE SERVIASJUDINET.jpg" WIDTH=60% > </center>

<form name="formulario" action="" method="post">

  <tr>
    <td>
 <div class="titulos"align="center"><strong>FIRMA ELECTRONICA ABOGADOS</strong></div>

<table width="506" border="5" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td width="350"><fieldset><table width="523" border="0" align="center" cellpadding="0" cellspacing="0">
 
 <tr bgcolor="#306090">
    <td height="22" colspan="4" bgcolor="#EFEFEF" class="fecha"><div align="center">
  <CENTER>
   <input name="menu2" type="button" class="Estilo50" id="menu2" onClick="window.location.href='menu_convenio_attorney.php'" value="IR AL MENU">
    </div></td> 
  </tr>

</table>
</table>

<html>

<center>
<form action="registro.php" method ="POST">

</form>

<br>

</html>


<?php
require_once("Conectarse.php");
    require_once("mainfile.php");
    include ("config.php");


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

$diser=$_POST["nombredir"];


  
$control = mysql_query('SELECT * FROM asjudinet_abogados WHERE vigentes = "1" and estado ="1" order by sucursal');
		  if (!$control) {   
				die('Invalid query 0: ' . mysql_error());
			}					          
					  if ((mysql_num_rows($control)!=0)) 
	                    {	 
  echo "<TABLE width='1100' border='2' align='center' cellpadding ='0' cellspacing='1' bgcolor='#000000'>
                      
				<TR>
				<TD bgcolor='#CCCCCC'><div align='center'><span class='fecha'>CEDULA</span></div></TD>  
				<TD bgcolor='#CCCCCC'><div align='center'><span class='fecha'>CODIGO ABOGADO</span></div></TD>
				<TD bgcolor='#CCCCCC'><div align='center'><span class='fecha'>NOMBRE COMPLETO</span></div></TD>
				<TD bgcolor='#CCCCCC'><div align='center'><span class='fecha'>TARJETA PROFESIONAL</span></div></TD> 
				<TD bgcolor='#CCCCCC'><div align='center'><span class='fecha'>TELEFONO CELULAR</span></div></TD>
				 <TD bgcolor='#CCCCCC'><div align='center'><span class='fecha'>SUCURSAL</span></div></TD> 
				<TD bgcolor='#CCCCCC'><div align='center'><span class='fecha'>CORREO</span></div></TD>";		 		  
            
			
 while(list($codigo_abogado,$nombre_completo,$cedula,$numero_tp,$telefono_celular,$sucursal,$vigentes,$correo) = mysql_fetch_row($control)) 
                              {    
  
$tota = $tota + 1;


$controlabog = mysql_query('SELECT Nombre_Completo FROM Usuarios WHERE codigo = "'.$abogado.'" ');
		  if (!$controlabog) {
				die('Invalid query sucursal: ' . mysql_error());
			}
		$num=mysql_num_rows($controlabog);
		 
list($nombabog) = mysql_fetch_row($controlabog);

								 printf("<tr>
					<td bgcolor='#ECE9D8'><div align='center' class='Estilo21'><input type='button' value=$cedula name='proceso' class=Estilo21 onClick =	window.open('consulta_informacion_firmas.php?cedula=$cedula&codigo=$codigo_abogado','','top=30,left=50,toolbar=yes,scrollbars=yes,width=950,height=800,status=yes')></a></span></div></td> 	
				 
				  <td bgcolor='#ECE9D8'><div align='center' class='lista'>".$codigo_abogado."</a></span></div></td>
				  <td bgcolor='#ECE9D8'><div align='center' class='lista'>".$nombre_completo."</a></span></div></td>			     	          <td bgcolor='#ECE9D8'><div align='center' class='lista'>".$numero_tp."</a></span></div></td>					                  <td bgcolor='#ECE9D8'><div align='center' class='lista'>".$telefono_celular."</a></span></div></td>
				  <td bgcolor='#ECE9D8'><div align='center' class='lista'>".$sucursal."</a></span></div></td>					                  <td bgcolor='#ECE9D8'><div align='center' class='lista'>".$correo."</a></span></div></td>");
							  }
						}
						
						echo "<TABLE width='200' border='0' align='center' cellpadding ='0' cellspacing='1'>
                        <TR>
                        <TD bgcolor='#CCCCCC'><div align='center'><span class='fecha'>TOTAL</span></div></TD>";		 		  
                              
						
					 printf("<tr>   
								   
					<td bgcolor='#ECE9D8'><div align='center' class='lista'>".$tota."</a></span></div></td>");	

echo "</form>";  


?>