<link href="css/nomina.css" rel="stylesheet" type="text/css">
<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">
<link href="../shared/css/general.css" rel="stylesheet" type="text/css">
<link href="../shared/js/css_intra/datepickercontrol.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.Estilo1 {color: #428ACE}
-->
</style>
</head>
<body>
<?php 
	require_once("sigesp_snorh_c_personal.php");
	$io_personal=new sigesp_snorh_c_personal();
	require_once("../shared/class_folder/class_fecha.php");
	$io_fecha=new class_fecha();
	require_once("../shared/class_folder/class_funciones.php");
	$io_funciones=new class_funciones();
	
	uf_limpiarvariables();
	switch ($ls_operacion) 
	{
		case "GUARDAR":
			uf_load_variables();
			$lb_valido=true;
			$ls_nomfot=$HTTP_POST_FILES['txtfotper']['name']; 
			if ($ls_nomfot!="")
			{
				$ls_nomfot=$ls_cedper.substr($ls_nomfot,strrpos($ls_nomfot,"."));
</style>
<script type="text/javascript" language="JavaScript1.2" src="js/stm31.js"></script>
<script type="text/javascript" language="JavaScript1.2" src="js/funcion_nomina.js"></script>
<script type="text/javascript" language="JavaScript1.2" src="../shared/js/validaciones.js"></script>
<script language="javascript" src="../shared/js/js_intra/datepickercontrol.js"></script>
<link href="css/nomina.css" rel="stylesheet" type="text/css">
<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">
<link href="../shared/css/general.css" rel="stylesheet" type="text/css">
<link href="../shared/js/css_intra/datepickercontrol.css" rel="stylesheet" type="text/css">
</head>
<body>
<?php 
	require_once("sigesp_snorh_c_personal.php");
	$io_personal=new sigesp_snorh_c_personal();
	uf_limpiarvariables();
	switch ($ls_operacion) 
	{
		case "PROCESAR":
			uf_load_variables();
			$lb_valido=$io_personal->uf_procesar_cambioid($ls_codper,$ls_codnue,$ls_obscodnue,$la_seguridad);
			if($lb_valido)
			{
				uf_limpiarvariables();
			}
			break;
	}
	$io_personal->uf_destructor();
	unset($io_personal);
?>
-->
</style>
<script type="text/javascript" language="JavaScript1.2" src="js/stm31.js"></script>
<script type="text/javascript" language="JavaScript1.2" src="js/funcion_nomina.js"></script>
<script type="text/javascript" language="JavaScript1.2" src="../shared/js/validaciones.js"></script>
<link href="css/nomina.css" rel="stylesheet" type="text/css">
<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">
<link href="../shared/css/general.css" rel="stylesheet" type="text/css">
<link href="../shared/js/css_intra/datepickercontrol.css" rel="stylesheet" type="text/css">
</head>
<body>
<?php 
	require_once("sigesp_snorh_c_personal.php");
	$io_personal=new sigesp_snorh_c_personal();
	require_once("../shared/class_folder/class_fecha.php");
	$io_fecha=new class_fecha();
	require_once("../shared/class_folder/class_funciones.php");
	$io_funciones=new class_funciones();
	
	uf_limpiarvariables();
	switch ($ls_operacion) 
	{
		case "PROCESAR":
			uf_load_variables();
			$lb_valido=true;
			if (isset($_POST["txtcodcausa"]))
			{ 
				$ls_codcausa=$_POST["txtcodcausa"];
			}