<?php
require_once 'MECON/Dependencia.php';
require_once 'MECON/Agente.php';
-require_once '../../../local_lib/Servicios/Legajos/Estudios.php';
-require_once '../../../local_lib/Servicios/Legajos/ExperienciaLaboral.php';
-require_once '../../../local_lib/Servicios/Legajos/Familiares.php';
+require_once 'MECON/Legajos/Estudios.php';
+require_once 'MECON/Legajos/ExperienciaLaboral.php';
+require_once 'MECON/Legajos/Familiares.php';
require_once 'HTML/Table.php';
require_once 'MECON/HTML/Tabla.php';
require_once 'MECON/HTML/Image.php';
+require_once 'MECON/HTML/Link.php';
require_once 'MECON/HTML/Arbol.php';
-require_once '../../../local_lib/HTML_DietMarco.php';
+require_once 'HTML_DietMarco.php';
+require_once 'HTML_Mensaje.php';
-
-
-if(!isset($_SESSION['documento']))
-{
- header('Location: ../../servicios.php');
+if(!isset($_SESSION['documento'])) {
+ header('Location: ../../login?redirect='.urlencode($_SERVER['REQUEST_URI']));
+ exit;
}
$nrodoc = $_SESSION['documento'];
$IMG_flecha_naranja =& new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif','>>');
-$m = new HTML_DietMarco('servicios', 'Servicios');
-$m->addTitle('Legajo de Personal');
+$m = new HTML_DietMarco('servicios', 'Legajos');
+//$m->addTitle('Legajo de Personal');
$row_T = array();
$T = new HTML_Table(array ( 'width'=>'750',
'cellpadding' => '0',
'bgcolor' => '#FFFFFF'));
-$agente = new MECON_Agente(NULL);
+$agente = new MECON_Agente($DB, NULL);
if(!($agente->buscarAgente($nrodoc)) or ($agente->buscarAgente($nrodoc) and preg_match('/^CON/',$agente->getTipo())))
{
- $t = new HTML_Table(array('width'=>'600','height'=>'200'));
- $t->addRow( array('InformaciĆ³n no disponible'),
- array('valign'=>'center', 'align'=>'center', 'class'=>'txt_naranja'));
- $row_T = array($t);
- $T->addRow($row_T,array('valign'=>'top','align'=>'left'));
+ $mensaje = new HTML_Mensaje('alerta', 'InformaciĆ³n no disponible', 300);
+ $m->addStyleSheet($mensaje->getCSS());
+
+ $T->addRow( array($mensaje),
+ array('valign'=>'middle','align'=>'center'));
$m->addBodyContent($T);
$m->display();
- die ();
+ exit;
}
-$estudios = new Servicios_Legajos_Estudios($nrodoc);
-$antiguedad = new Servicios_Legajos_ExperienciaLaboral($nrodoc);
-$familiares = new Servicios_Legajos_Familiares($nrodoc);
+$estudios = new MECON_Legajos_Estudios($DB,$nrodoc);
+$antiguedad = new MECON_Legajos_ExperienciaLaboral($DB,$nrodoc);
+$familiares = new MECON_Legajos_Familiares($DB,$nrodoc);
if(!preg_match('/^CON/',$agente->getTipo()))
{
$datos_experiencia = $antiguedad->getExperiencia();
$datos_familiares = $familiares->getFamiliares();
$datos_hijos = $familiares->getHijos();
- $dep = new MECON_Dependencia($agente->getDependencia());
+ $dep = new MECON_Dependencia($DB, $agente->getDependencia());
}
$arbol_valores = array();
$t = new MECON_HTML_Tabla (array('width'=>'600'),'medio');
$row = array($IMG_flecha_naranja->toHtml().' Datos Laborales');
$t->addRow($row,array('cabecera'=>1, 'colspan'=>"2"));
- $row = array("<b>Categoría:</b> ".$agente->getTipo());
+ $tipo_agente = $agente->getTipo();
+ if($tipo_agente == 'PER')
+ {
+ $tipo_agente='Planta permanente';
+ }elseif($tipo_agente == 'TRA')
+ {
+ $tipo_agente='Planta transitoria';
+ }elseif($tipo_agente == 'GAB')
+ {
+ $tipo_agente='Gabinete';
+ }elseif($tipo_agente == 'BEC')
+ {
+ $tipo_agente='Pasante';
+ }elseif($tipo_agente == 'ADS')
+ {
+ $tipo_agente='Adscripto';
+ }elseif($tipo_agente == 'CLM')
+ {
+ $tipo_agente='Contrato ley marco';
+ }elseif($tipo_agente == 'PCS')
+ {
+ $tipo_agente='Postulante a cargo simple';
+ }
+
+ $row = array("<b>Categoría:</b> ".$tipo_agente);
$t->addRow($row,array('align'=>"left", 'colspan'=>"2"));
$row = array(
"<b>Nivel:</b> ".$datos['nivel'],
"<b>Grado:</b> ".$datos['grado']
);
$t->addRow($row,array('align'=>"left"));
- $row = array("<b>Función Ejecutiva:</b> ".$datos['func_ejec']);
- $t->addRow($row,array('align'=>"left", 'colspan'=>"2"));
+ if($datos['func_ejec'] != 0)
+ {
+ $row = array("<b>Función Ejecutiva:</b> ".$datos['func_ejec']);
+ $t->addRow($row,array('align'=>"left", 'colspan'=>"2"));
+ }
$row = array("<b>Dependencia:</b> ".$dep->getNombre());
$t->addRow($row,array('align'=>"left", 'colspan'=>"2"));
$row = array("<b>Código de Dependencia:</b> ".$agente->getDependencia());
$m->addStyleSheet($t->getCSS());
}
+$m->addStyleSheet('../../css/servicios_legajos.css');
+$img_consultas =& new MECON_HTML_Image('../estatico/imag/consultas.jpg','width=28 height=70');
+$link_consultas =& new MECON_HTML_Link('mailto:legajos@mecon.gov.ar?subject=Consulta%20de%20legajos',$img_consultas);
+$img_declaracion =& new MECON_HTML_Image('../../images/servicios_legajos_declaracion.gif','width=28 height=70');
+$link_declaracion =& new MECON_HTML_Link('../estatico/normas/legajo',$img_declaracion);
$row_T = array($arbol,$t);
$T->addRow($row_T,array('valign'=>'top','align'=>'left'));
+$T->addRow(array('',''));
+$T->addRow(array($link_consultas,$link_declaracion),array());
+$T->updateCellAttributes(2,1,array('align'=>'right'));
$m->addBodyContent($T);