<?php
    /*
	session_start();
    $ruta = '../';  
	$datos['codper']='0019242826';
    require_once("class_folder/covensol_sno_c_nomina.php");
    $Objsno = new covensol_sno_c_nomina();
	*/
    $rs = $Objsno->ConsultaInfoPersonalNomina($datos);
    if($rs===false){exit();}
	if(!$rs->RecordCount()){exit();}
	$Objsno->datos = $rs->fields;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>DATOS DE NÓMINA</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../shared/css/tablas.css" rel="stylesheet" type="text/css">
<link href="../shared/css/ventanas.css" rel="stylesheet" type="text/css">
<link href="../shared/css/cabecera.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--


<!--

body {
	background-color: #DFE8F6;
}
-->
</style></head>

<body>

 <form name="form1" method="post" action="">
   <div align="center">
     <div align="center" class="MarronTNR_12" id="Que_hacer">&nbsp;</div>
     <table width="562" border="0" cellpadding="0" cellspacing="0" class="contorno">
      
      <tr>
        <td width="590" align="center">
          
        <table width="647" border="0" align="center" cellpadding="0" cellspacing="3" class="sin-borde">
        <tr class="titulo-ventana">
          <td height="20" colspan="2" class="titulo-ventana">Datos de N&oacute;mina</td>
        </tr>
        <tr class="formato-blanco">
          <td width="190" height="2"><div align="right">C&oacute;digo de Personal: </div></td>
          <td width="448" height="2" align="left" ><?php echo $Objsno->datos['codper']; ?></td>
        </tr>
        <tr class="formato-blanco">
          <td width="190"><div align="right">N&oacute;mina: </div></td>
          <td height="2" align="left" ><?php echo $Objsno->datos['infonomina']; ?></td>
        </tr>
        <tr class="formato-blanco">
          <td width="190"><div align="right">Cargo: </div></td>
          <td height="2" align="left" ><?php echo $Objsno->datos['infocargo']; ?></td>
        </tr>
        <tr class="formato-blanco">
          <td width="190"><div align="right">Unidad Administrativa: </div></td>
          <td height="2" align="left" ><?php echo $Objsno->datos['infounidad']; ?></td>
        </tr>
        <tr class="formato-blanco">
          <td><div align="right">Sueldo B&aacute;sico: </div></td>
          <td height="2" align="left" ><?php echo number_format($Objsno->datos['sueper'],2,',','.'); ?></td>
        </tr>
        <tr class="formato-blanco">
          <td width="190"><div align="right">Banco: </div></td>
          <td height="2" align="left" ><?php echo $Objsno->datos['infobanco']; ?></td>
        </tr>
        <tr class="formato-blanco">
          <td width="190"><div align="right">Cuenta: </div></td>
          <td height="2" align="left" ><?php echo $Objsno->datos['codcueban']; ?></td>
          </tr>
      </table>    </td>
      </tr>
     </table>
   </div>
   <?php   //echo $obj_principal->permisos_ventana_html;  ?>
  </form>
</body>
</html>



