<?php
session_start();
if (isset($_GET["valor_cat"]))
{
	 $ls_ejecucion=$_GET["valor_cat"];
}
else 
{
	$ls_ejecucion="";
}


$ldt_periodo=$_SESSION["la_empresa"]["periodo"];
$li_ano=substr($ldt_periodo,0,4);
$ldt_fecdes="01/01/".$li_ano;
$ldt_fechas=date("d/m/Y");

?>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Cat&aacute;logo de Registro de Objetivos de Desempe&ntilde;o Individual</title>

<meta http-equiv="" content="text/html; charset=iso-8859-1">
<script type="text/javascript" language="JavaScript1.2" src="../../../public/js/librerias_comunes.js"></script>
<script type="text/javascript" language="JavaScript1.2" src="../../js/sigesp_srh_js_cat_odi.js"></script>
<script type="text/javascript" language="JavaScript1.2" src="../../js/sigesp_srh_js_odi.js"></script>


<style type="text/css">
<!--
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:active {
	color: #006699;
}
-->
</style>

</head>

<body onLoad="doOnLoad()">
<form name="form1" method="post" action="">
  <p align="center">
    <input name="hidstatus" type="hidden" id="hidstatus" value="<?php print $ls_ejecucion?>">

</p>
  <table width="500" border="0" align="center" cellpadding="1" cellspacing="1">
    <tr>
      <td width="496" colspan="2" class="titulo-celda">Cat&aacute;logo de Registro de Objetivos de Desempe&ntilde;o Individual </td>
    </tr>
  </table>
<br>
    <table width="500" border="0" cellpadding="0" cellspacing="0" class="formato-blanco" align="center">
      <tr>
        <td width="138">&nbsp;</td>
        <td colspan="2">&nbsp;</td>
      </tr>
	  
       <tr>
        <td>
           <div align="right">Nro. Registro</div></td>
           <td height="22" colspan="2"><div align="left"><input name="txtnroreg" type="text" id="txtnroreg" size=16  onKeyUp="javascript:  ue_validarnumero(this);" >
        </div>
       </td>
      </tr>
      <tr>
        <td>
           <div align="right">Cedula</div></td>
           <td height="22" colspan="2"><div align="left"><input name="txtcedper" type="text" id="txtcedper" size=16  onKeyUp="javascript:  ue_validarnumero(this);" >
        </div>
       </td>
      </tr>
 
                 <tr class="formato-blanco"> 
		 <td height="28"><div align="right">Fecha Registro Desde</div></td>
		  <td height="28" colspan="2" valign="middle"><input name="txtfechades" type="text" id="txtfechades"  onChange="javascript: Buscar()" value="<?php print ($ldt_fecdes)?>" size="16"   style="text-align:center" readonly >
		  <input name="reset" type="reset" onclick="return showCalendar('txtfechades', '%d/%m/%Y');" value=" ... " /> </td>
		  </tr>
		   <tr>
		   <tr class="formato-blanco"> 
		 <td height="28"><div align="right">Fecha Registro Hasta</div></td>
		  <td height="28" colspan="2" valign="middle"><input name="txtfechahas" type="text" id="txtfechahas"  onChange="javascript: Buscar()"   value="<?php print ($ldt_fechas)?>" size="16"   style="text-align:center" readonly >
		  <input name="reset" type="reset" onclick="return showCalendar('txtfechahas', '%d/%m/%Y');" value=" ... " /> </td>
		  </tr>
		  
		  <tr>
		   <td><input name="txtfechas2" type="hidden" id="txtfechas2"  value="<?php print ($ldt_fechas)?>" readonly >
		    <input name="txtfecdes2" type="hidden" id="txtfecdes2"  value="<?php print ($ldt_fecdes)?>" readonly ></td>
 
    <td width="167"><div align="right"><a href="javascript: Limpiar_busqueda(); "> <img src="../../../public/imagenes/nuevo.gif" alt="Limpiar" width="15" height="15" border="0">Limpiar</a></div></td>
    <td width="195"><div align="right"><a href="javascript: Buscar()"><img src="../../../../shared/imagebank/tools15/buscar.gif" alt="Buscar" width="15" height="15" border="0">Haga click aqu&iacute; para Buscar</a></div></td>
  </tr>
    </table>

 <div align="center" id="mostrar" class="oculto1"></div>  
    <table width="920" border="0" cellpadding="0" cellspacing="0" class="fondo-tabla" align="center">
     
      
      <tr>
        <td height="19" align="center"  valign="top" bgcolor="#EBEBEB">
        <div id="gridbox" align="center" width="920" height="100" style="background-position:center; vertical-align:top"></div></td>
      </tr>
	  
    </table>
	
 
</div>
</form>
<p>&nbsp;</p>
<p>&nbsp;</p>
</body>

</html>
