]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/legajos/legajo.php
Se agrega doc sobre dbs.
[mecon/intranet.git] / sistema / www / servicios / legajos / legajo.php
index 2c2ef0fd24bb212996493cd47632258419b3922e..c8a99f0574aebc0f389fd59251da8346026f3684 100755 (executable)
@@ -1,15 +1,15 @@
 <?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 'Servicios/Legajos/Estudios.php';
+require_once 'Servicios/Legajos/ExperienciaLaboral.php';
+require_once 'Servicios/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';
 
 
 
@@ -22,7 +22,7 @@ $nrodoc = $_SESSION['documento'];
 
 $IMG_flecha_naranja =& new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif','>>');
 $m = new HTML_DietMarco('servicios', 'Legajos');
-$m->addTitle('Legajo de Personal');
+//$m->addTitle('Legajo de Personal');
 
 $row_T = array();
 $T = new HTML_Table(array (    'width'=>'750',
@@ -62,7 +62,7 @@ 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();
@@ -366,7 +366,7 @@ if(!isset($t)) {
 
 $m->addStyleSheet('../../css/servicios_legajos.css');
 $link_consultas =& new MECON_HTML_Link('mailto:legajos@mecon.gov.ar?subject=Consulta%20de%20legajos','Consultas');
-$link_declaracion =& new MECON_HTML_Link('#','DeclaraciĆ³n jurada');
+$link_declaracion =& new MECON_HTML_Link('../estatico/normas/legajo','DeclaraciĆ³n jurada');
 $T->addRow(array($link_consultas,$link_declaracion),array('class'=>'titulo_vinculos_derecha'));
 $T->updateCellAttributes(0,0,array('class'=>'titulo_vinculos_izquierda'));
 $T->addRow(array('',''));