array_push($arbol_valores,$aa);
}
-$arbol = new HTML_Arbol($arbol_valores,'Datos');
+$arbol = new MECON_HTML_Arbol($arbol_valores,'Datos');
$m->addStyleSheet($arbol->getCSS());
$m->addStyleSheet('/MECON/css/general_estilos.css');
$T = new HTML_Table(array ( 'width'=>'750',
$row_T = array();
-$agente = new Agente(NULL);
+$agente = new MECON_Agente(NULL);
if(!($agente->buscarAgente($nrodoc)))
{
$t = new HTML_Table(array('width'=>'600'));
if(!preg_match('/^CON/',$agente->getTipo()))
{
- $datos_hora_desde = new Hora($agente->datos['hora_desde']);
- $datos_hora_hasta = new Hora($agente->datos['hora_hasta']);
+ $datos_hora_desde = new MECON_Tiempo_Hora($agente->datos['hora_desde']);
+ $datos_hora_hasta = new MECON_Tiempo_Hora($agente->datos['hora_hasta']);
$datos = $agente->getOtrosDatos();
$datos['cuil'] = $agente->getCuil();
$datos_estudios = $estudios->getEstudios();
$datos_experiencia = $antiguedad->getExperiencia();
$datos_familiares = $familiares->getFamiliares();
$datos_hijos = $familiares->getHijos();
- $dep = new Dependencia($agente->getDependencia());
+ $dep = new MECON_Dependencia($agente->getDependencia());
}
if(in_array('mostrar',array_keys($_GET)) and !(preg_match('/^CON/',$agente->getTipo()))) {