<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<body link="#00539B" vlink="#00539B" alink="#00539B">
<div align="center">
<?
$list = new ListOfItems(STORAGE_PATH."descargables/manual_induccion/", ":: Manual de Inducción");
$list->addItem(new ItemList("Lineamientos_RH2014.pdf", "Lineamientos RRHH 2014", "_blank", true));
$list->addItem(new ItemList("Manual_de_induccion.pdf", "Manual", "_blank", true));
$list->setCols(1);
$list->setColsWidth(360);
$list->setImagePath("/modules/descargables/download.bmp");
$list->draw();
?>
</div>
<p>&nbsp;</p>
<p align="center"><a href="index.php?pageid=37" style="text-decoration: none; font-weight: 700"><< VOLVER</a></p>
Exemple #2
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");


$list = new ListOfItems(STORAGE_PATH."normativa/afiliaciones/", ":: Afiliaciones");
$list->addItem(new ItemList("Res2011_1313.pdf", "Resolución SRT N° 1313/2011", "_blank", true));
$list->addItem(new ItemList("Res2010_0741.pdf", "Resolución SRT N° 741/2010", "_blank", true));

$list->setCols(1);
$list->setShowImage(false);
$list->draw();

$urlVolver = "/normativa-externa";
?>
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Common/miscellaneous/file_utils.php");


if (!isset($_REQUEST["idpadre"]))
	$_REQUEST["idpadre"] = -1;

$list = new ListOfItems("");

$params = array(":idpadre" => $_REQUEST["idpadre"]);
$sql =
	"SELECT de_id, de_idpadre, de_nombre, de_nombrearchivo, de_orden
		 FROM rrhh.rde_descargables
		WHERE de_idpadre = :idpadre
			AND de_fechabaja IS NULL
 ORDER BY de_orden";
$stmt = DBExecSql($conn, $sql, $params);
while ($row = DBGetQuery($stmt)) {
	$encode = false;
	$link = "/descargables/".$row["DE_ID"];
	$target = "_self";
	if ($row["DE_NOMBREARCHIVO"] != "") {
		$encode = true;
		$link = DATA_DESCARGABLES_PATH.armPathFromNumber($row["DE_ID"]).$row["DE_NOMBREARCHIVO"];
		$target = "_blank";
	}

	$list->addItem(new ItemList($link, $row["DE_NOMBRE"], $target, $encode));
}
	</table>
</div>

<br />

<div align="center">
	<table width="652" cellspacing="0" cellpadding="0" id="table4">
		<tr>
			<td style="border-bottom-style: dotted; border-bottom-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" width="21"><b><font size="2"><a href="/index.php?pageid=34"><img height="27" src="/modules/control_gestion/informes_de_gestion/images/administracion.jpg" title="Administración" width="30"></a></td>
			<td style="border-bottom-style: dotted; border-bottom-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" width="72"><span style="font-weight: 700"><font size="3" color="#00A4E4">Administración</font></span></td>
			<td style="border-bottom-style: dotted; border-bottom-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px"><font size="2"><p style="margin-top: 0; margin-bottom: 0">&nbsp;</td>
		</tr>
	</table>
</div>

<br />

<div align="center">
<?
$list = new ListOfItems("", "");
$list->addItem(new ItemList("/index.php?pageid=34&mdl=administracion_de_temas.php", "Administración de Temas", "_self"));
$list->addItem(new ItemList("/index.php?pageid=34&mdl=administracion_de_publicaciones.php", "Administración de Publicaciones", "_self"));
$list->addItem(new ItemList("/modules/control_gestion/permisos/permisos.php?o=i", "Administración de Accesos", "_self"));
$list->addItem(new ItemList("/index.php?pageid=34&mdl=administracion_de_estadisticas.php", "Administración de Estadísticas", "_self"));
$list->setCols(1);
$list->setColsWidth(600);
$list->setImagePath("/modules/control_gestion/informes_de_gestion/images/flecha.gif");
$list->setShowTitle(false);
$list->draw();
?>
</div>
Exemple #5
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<body link="#00539B" vlink="#00539B" alink="#00539B">
<div align="left">
<?
$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/gral/politicas/", ":: Políticas");
$list->addItem(new ItemList("po-001_tipo_de_normativa.pdf", "Normativa: Tipo, Alcance y Ámbito de Aplicación", "_blank", true));
$list->addItem(new ItemList("politica_de_inversiones.pdf", "Inversiones", "_blank", true));
$list->addItem(new ItemList("PO-004_Politica_de_Suscripcion.pdf", "Política de Suscripción", "_blank", true));
$list->addItem(new ItemList("PO-005_Politica_de_Calidad.pdf", "Política de Calidad", "_blank", true));
$list->setCols(1);
$list->setColsWidth(500);
$list->setImagePath("/modules/normas_y_manuales/download.bmp");
$list->draw();
?>
</div>
<p>&nbsp;</p>
<p align="center"><a href="/index.php?pageid=40&fldr=gral/index.php" style="text-decoration: none; font-weight: 700"><< VOLVER</a></p>
	<form action="<?php 
echo $_SERVER["REQUEST_URI"];
?>
" id="formFiltro" method="post" name="formFiltro">
		<span>Título informe</span>
		<input id="filtro" name="filtro" type="text" value="<?php 
echo $filtro;
?>
" />
		<input type="submit" value="FILTRAR" />
	</form>
</div>

<div>
<?
$list = new ListOfItems("", "");

$params = array(":idtema" => $_REQUEST["tm"], ":activo" => (($_REQUEST["hstr"] == "T")?0:1));
$where = "";

if ($filtro != "") {
	$params["titulo"] = "%".$filtro."%";
	$where = " AND UPPER(ip_titulo) LIKE UPPER(:titulo)";
}

$sql =
	"SELECT TO_CHAR(NVL(ip_fechamodif, ip_fechaalta), 'dd/mm/yyyy') fecha, ip_archivo, ip_id, ip_titulo
  	 FROM intra.cip_informepublicado
 		WHERE ip_idtema = :idtema
   		AND ip_activo = :activo
   		AND ip_fechabaja IS NULL".$where."
Exemple #7
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<body link="#00539B" vlink="#00539B" alink="#00539B">
<div align="left">
<?
$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/legales/", ":: Legales");
$list->addItem(new ItemList("/index.php?pageid=40&fldr=legales/procedimientos/index.php", "Procedimientos", "_self", false, true));
$list->addItem(new ItemList("/index.php?pageid=40&fldr=legales/documentos_adicionales/index.php", "Documentos Adicionales", "_self", false, true));
$list->setCols(1);
$list->setColsWidth(320);
$list->setImagePath("/modules/normas_y_manuales/item.bmp");
$list->draw();
?>
</div>
<p>&nbsp;</p>
<p align="center"><a href="/index.php?pageid=40" style="text-decoration: none; font-weight: 700"><< VOLVER</a></p>
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<script>
	showTitle(true, 'MANTENIMIENTO INTRANET');
</script>
<?
$list = new ListOfItems("", "");
$list->addItem(new ItemList("/index.php?pageid=64", "ABM Arteria Noticias", "_self"));
$list->addItem(new ItemList("/index.php?pageid=13", "ABM Síntesis de Prensa", "_self"));
$list->addItem(new ItemList("/index.php?pageid=63", "ABM Búsquedas Laborales", "_self"));
$list->addItem(new ItemList("/index.php?pageid=20", "ABM Celebraciones", "_self"));
$list->addItem(new ItemList("/index.php?pageid=48", "ABM Encuestas", "_self"));
$list->addItem(new ItemList("/index.php?pageid=10", "ABM Novedades", "_self"));
$list->addItem(new ItemList("/index.php?pageid=24", "ABM Portada", "_self"));
$list->addItem(new ItemList("/index.php?pageid=1", "ABM Usuarios", "_self"));
$list->addItem(new ItemList("/index.php?pageid=57", "ABM Usuarios Evaluación Desempeño", "_self"));
$list->setCols(1);
$list->setColsWidth(344);
$list->setImagePath("/modules/mantenimiento/images/icono.jpg");
$list->setShowTitle(false);
$list->draw();
?>
Exemple #9
0
			  AND cse.se_idsectorpadre = cse2.se_id
			  AND cse2.se_idsectorpadre = cse3.se_id
			  AND useu.se_usuario = UPPER(:usuario)";
	$params = array(":usuario" => GetWindowsLoginName());
	$idGerencia = ValorSql($sql, "", $params);

	// Traigo los id de los cargos Gerente, Director y Responsable..
	$sql =
		"SELECT se_cargo
			FROM art.use_usuarios
		  WHERE se_usuario = UPPER(:usuario)";
	$params = array(":usuario" => GetWindowsLoginName());
	$idCargo = ValorSql($sql, "", $params);

	return in_array($idGerencia, array(2009, 3008, 3010)) or in_array($idCargo, array('DIR', 'GE', 'GG', 'RES'));
}
?>
<body link="#00539B" vlink="#00539B" alink="#00539B">
<div align="left">
<?
$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/sistemas/procedimientos/", ":: Procedimientos");
if (mostrarArchivo())
	$list->addItem(new ItemList("SI-01_Resguardo_y_Recuperacion_de_la_Informacion.pdf", "Resguardo y Recuperación de la Información", "_blank", true));
$list->setCols(1);
$list->setColsWidth(320);
$list->setImagePath("/modules/normas_y_manuales/icono_descargable.jpg");
$list->draw();
?>
</div>
<p>&nbsp;</p>
<p align="center"><a href="/index.php?pageid=40&fldr=gral/index.php" style="text-decoration: none; font-weight: 700"><< VOLVER</a></p>
Exemple #10
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<body link="#00539B" vlink="#00539B" alink="#00539B">
<div align="left">
<?
$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/analisis_y_control_de_gestion/", ":: Análisis y Control de Gestión");
$list->addItem(new ItemList("/index.php?pageid=40&fldr=analisis_y_control_de_gestion/procedimientos/index.php", "Procedimientos", "_self", false, true));
$list->setCols(1);
$list->setColsWidth(320);
$list->setImagePath("/modules/normas_y_manuales/item.bmp");
$list->draw();
?>
</div>
<p>&nbsp;</p>
<p align="center"><a href="/index.php?pageid=40" style="text-decoration: none; font-weight: 700"><< VOLVER</a></p>
Exemple #11
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");


$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/prest_y_servic/procedimientos/", ":: Procedimientos");
$list->addItem(new ItemList("PM-02_ABM_Codigos_OMS_CIE_10_Rev.01.pdf", "ABM de Códigos OMSCIE10", "_blank", true));
$list->addItem(new ItemList("pm-08_v.01_auditoria_medica.pdf", "Auditoría Médica", "_blank", true));
$list->addItem(new ItemList("PM-09_V.01_CEM.pdf", "CEM", "_blank", true));
$list->addItem(new ItemList("gestion_de_prestadores.pdf", "Gestión de Prestadores", "_blank", true));
$list->addItem(new ItemList("PM-04_Gestion_de_Siniestros.pdf", "Gestión de Siniestros", "_blank", true));
$list->addItem(new ItemList("PM-06_Incap_Permanentes.pdf", "Incapacidades", "_blank", true));
$list->addItem(new ItemList("PM-05_V.01_Investigacion_de_Siniestros.pdf", "Investigación de Siniestros", "_blank", true));
$list->addItem(new ItemList("PM-03_V.02_Mesa_de_Ingreso_de_Datos.pdf", "Mesa de Ing. de Datos", "_blank", true));
$list->addItem(new ItemList("PM-01V.01_Prestaciones_Dinerarias.pdf", "Prestaciones Dinerarias", "_blank", true));
$list->addItem(new ItemList("PM-07_V.01_Recalificacion_Profesional.pdf", "Recalificación Profesional", "_blank", true));

$list->setCols(1);
$list->setShowImage(false);
$list->draw();

$urlVolver = "/normativa-interna/prest_y_servic/index.php";
?>
Exemple #12
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");


$list = new ListOfItems(STORAGE_PATH."normativa/prest_dinerarias/", ":: Prestaciones Dinerarias");
$list->addItem(new ItemList("Nota5698_resolucion_1268_11.pdf", "Nota Ref. Resolución SRT N° 1286/2011", "_blank", true));
$list->addItem(new ItemList("ResSRT_1286.pdf", "Resolución SRT N° 1286/2011", "_blank", true));
$list->addItem(new ItemList("Res2010_0983.pdf", "Resolución SRT N° 983/2010", "_blank", true));

$list->setCols(1);
$list->setShowImage(false);
$list->draw();

$urlVolver = "/normativa-externa";
?>
Exemple #13
0
	echo "Usted no tiene permiso para entrar a este módulo";
	exit;
}

?>
<div align="center">
	<table border="0" width="770" cellspacing="0" cellpadding="0" id="table1">
		<tr>
			<td width="45" style="border-bottom-style: solid; border-bottom-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px"><p align="right" style="margin-left: 7px"><b><font face="Neo Sans" size="2"><img border="0" src="/modules/control_gestion/informes_de_gestion/images/usuario.jpg" width="26" height="28"></td>
			<td width="101" style="border-bottom-style: solid; border-bottom-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px"><font color="#808080" style="font-size: 10pt" face="Neo Sans">Usuario Actual:</font></td>
			<td align="left" width="529" style="border-bottom-style: solid; border-bottom-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px"><font style="font-size: 8pt; " face="Neo Sans" color="#000000"><?php 
echo GetUserName();
?>
</font></td>
		</tr>
	</table>
</div>
<br />
<br />
<?
$list = new ListOfItems(DATA_INFORMES_DIRECTORES);
$list->addItem(new ItemList("Presentacion_Directorio_Intranet_Septiembre.pdf", "Septiembre 2014", "_blank", true));
$list->addItem(new ItemList("Presentacion_Directorio_Intranet_Agosto.pdf", "Agosto 2014", "_blank", true));
$list->addItem(new ItemList("Presentacion_Directorio_Intranet_Julio.pdf", "Julio 2014", "_blank", true));
$list->addItem(new ItemList("Presentacion_Directorio_Intranet_Junio.pdf", "Junio 2014", "_blank", true));
$list->setCols(1);
$list->setColsWidth(320);
$list->setShowTitle(false);
$list->setImagePath("/modules/normativa_interna/images/item.bmp");
$list->draw();
?>
Exemple #14
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");


$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/comercial/manuales/", ":: Manuales");
$list->addItem(new ItemList("Sistema_Integrado_de_Comunicaciones.pdf", "Sistema Integrado de Comunicaciones", "_blank", true));

$list->setCols(1);
$list->setShowImage(false);
$list->draw();

$urlVolver = "/normativa-interna/comercial/index.php";
?>
Exemple #15
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");


$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/prevencion/", ":: Prevención");
$list->addItem(new ItemList("/normativa-interna/prevencion/procedimientos/index.php", "Procedimientos", "_self", false, true));

$list->setCols(1);
$list->setShowImage(false);
$list->draw();

$urlVolver = "/normativa-interna";
?>
Exemple #16
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<body link="#00539B" vlink="#00539B" alink="#00539B">
<div align="left">
<?
$list = new ListOfItems(STORAGE_PATH."normativa/prest_en_especie/", ":: Prestaciones en Especie");
$list->addItem(new ItemList("Dec_492014_Enf_Prof.pdf", "Dec 49/2014 Enfermedades Profesionales", "_blank", true));
$list->addItem(new ItemList("Res2013_762.pdf", "Resolución SRT Nro. 762/2013", "_blank", true));
$list->addItem(new ItemList("Res2011_1068.pdf", "Resolución SRT Nro. 1068/2011", "_blank", true));
$list->addItem(new ItemList("Res2010_1240.pdf", "Resolución SRT Nro. 1240/2010", "_blank", true));
$list->addItem(new ItemList("Res2010_1314.pdf", "Resolución SRT Nro. 1314/2010", "_blank", true));
$list->setCols(1);
$list->setColsWidth(320);
$list->setImagePath("/modules/normativa/download.bmp");
$list->draw();
?>
</div>
<p>&nbsp;</p>
<p align="center"><a href="/index.php?pageid=31" style="text-decoration: none; font-weight: 700"><< VOLVER</a></p>
Exemple #17
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<body link="#00539B" vlink="#00539B" alink="#00539B">
<div align="left">
<?
$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/formularios/", ":: Formularios");
$list->addItem(new ItemList("/index.php?pageid=40&fldr=formularios/prestaciones_y_servicios/index.php", "Prestaciones y Servicios", "_self", false, true));
$list->setCols(1);
$list->setColsWidth(320);
$list->setImagePath("/modules/normas_y_manuales/item.bmp");
$list->draw();
?>
</div>
<p>&nbsp;</p>
<p align="center"><a href="/index.php?pageid=40" style="text-decoration: none; font-weight: 700"><< VOLVER</a></p>
Exemple #18
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");


$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/rrhh/procedimientos/", ":: Procedimientos");
$list->addItem(new ItemList("ajustes_salariales_y_recategorizaciones.pdf", "Ajustes Salariales y Recategorizaciones", "_blank", true));
$list->addItem(new ItemList("autorizacion_y_liquidacion_de_horas_extras.pdf", "Autorización y Liquidación de Horas Extras", "_blank", true));
$list->addItem(new ItemList("capacitacion_y_desarrollo.pdf", "Capacitación y Desarrollo", "_blank", true));
$list->addItem(new ItemList("comunicacion_interna.pdf", "Comunicación Interna", "_blank", true));
$list->addItem(new ItemList("gestion_de_reintegros.pdf", "Gestión de Reintegros Gastos de Guardería", "_blank", true));
$list->addItem(new ItemList("gestion_de_reintegros_por_gastos_de_medicacion_cronica.pdf", "Gestión de Reintegros por Gastos de Medicación Crónica", "_blank", true));
$list->addItem(new ItemList("liquidacion_de_haberes.pdf", "Liquidación de Haberes", "_blank", true));
$list->addItem(new ItemList("seleccion_incorporacion_transferencia_y_promocion_de_personal.pdf", "Selección, Incorporación, Transferencia y Promoción de Personal", "_blank", true));

$list->setCols(1);
$list->setShowImage(false);
$list->draw();

$urlVolver = "/normativa-interna/rrhh/index.php";
?>
Exemple #19
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");


$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/adm_y_fin/formularios/", ":: Formularios");
$list->addItem(new ItemList("Actuarial_Imput.xls", "Actuarial Imput", "_blank", true));
$list->addItem(new ItemList("Asientos.xls", "Asientos", "_blank", true));
$list->addItem(new ItemList("Comparativo_de_precios_y_condiciones.xls", "Comparativo de Precios y Condiciones", "_blank", true));
$list->addItem(new ItemList("Control_Gastos.xls", "Control Gastos", "_blank", true));
$list->addItem(new ItemList("Control_Presupuestario_Grupo.xls", "Control Presupuestario Grupo", "_blank", true));
$list->addItem(new ItemList("Comparativo_de_Antecedentes.doc", "Comparativo de Antecedentes", "_blank", true));
$list->addItem(new ItemList("Cronograma_Presupuesto_Trianual.xls", "Cronograma Presupuesto Trianual", "_blank", true));
$list->addItem(new ItemList("Emision_Cobranza.xls", "Emisión Cobranza", "_blank", true));
$list->addItem(new ItemList("envio_de_correspondencia_por_bolsin.xls", "Envío de Correspondencia por Bolsín", "_blank", true));
$list->addItem(new ItemList("envio_de_correspondencia_por_bolsin_a_delegacion.xls", "Envío de Correspondencia por Bolsín a Delegación", "_blank", true));
$list->addItem(new ItemList("Estados.xls", "Estados", "_blank", true));
$list->addItem(new ItemList("Evaluacion_de_Calidad_de_Proveedor.doc", "Evaluación de Proveedores", "_blank", true));
$list->addItem(new ItemList("Financiero.xls", "Financiero", "_blank", true));
$list->addItem(new ItemList("Gastos_Explotacion.xls", "Gastos Explotación", "_blank", true));
$list->addItem(new ItemList("Gtos_explotacion_x_cc_Imput.xls", "Gastos Explotación x cc Imput", "_blank", true));
$list->addItem(new ItemList("Gtos_personal_x_cc_Imput.xls", "Gastos Personal x cc Imput", "_blank", true));
$list->addItem(new ItemList("Legales_Litigios_Presupuesto_Imput.xls", "Legales Litigios Presupuesto Imput", "_blank", true));
$list->addItem(new ItemList("Legales_Sumarios_Presupuesto_Imput.xls", "Legales Sumarios Presupuesto Imput", "_blank", true));
$list->addItem(new ItemList("Presentacion_Grupo.xls", "Presentación Grupo", "_blank", true));
$list->addItem(new ItemList("Prevencion_Imput.xls", "Prevención Imput", "_blank", true));
$list->addItem(new ItemList("Siniestros.xls", "Siniestros", "_blank", true));
$list->addItem(new ItemList("Siniestros_imput.xls", "Siniestros Imput", "_blank", true));
$list->addItem(new ItemList("Solicitud_de_contratacion_de_bys.xls", "Solicitud de contratación de bys", "_blank", true));

$list->setShowImage(false);
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");


$dir = substr(DATA_BOLETIN_OFICIAL_PATH, 0, -1);
$list = new ListOfItems("", "Boletines Anteriores");
$periodoActual = date("Y-m");
$periodos = array();

if (is_dir($dir))
	if ($gd = opendir($dir)) {
		while (($ano = readdir($gd)) !== false)
			if (($ano != ".") and ($ano != "..") and (is_dir($dir."/".$ano)))
				if ($gd2 = opendir($dir."/".$ano)) {
					while (($mes = readdir($gd2)) !== false)
						if (($mes != ".") and ($mes != ".."))
							if ($ano."-".$mes != $periodoActual)
								array_push($periodos, $ano."-".$mes);
					closedir($gd2);
				}
		closedir($gd);
	}
rsort($periodos);		// Ordeno el array descendentemente..


foreach($periodos as $value) {
	$vals = explode("-", $value);
	$list->addItem(new ItemList("/boletin-oficial/".$vals[0]."/".$vals[1], "Boletines del Mes de ".getMonthName(date("m", strtotime($vals[1]."/1/2000")))." ".$vals[0], "_self", false, true));
}
Exemple #21
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");


$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/rrhh/instructivos/", ":: Instructivos");
$list->addItem(new ItemList("instructivo_teletrabajo.pdf", "Teletrabajo", "_blank", true));
$list->addItem(new ItemList("contratos_de_locacion.pdf", "Contratos de Locación", "_blank", true));
$list->addItem(new ItemList("reintegro_por_gastos_gtes_subgtes_jefes.pdf", "Reintegros por Gastos", "_blank", true));

$list->setCols(1);
$list->setShowImage(false);
$list->draw();

$urlVolver = "/normativa-interna/rrhh/index.php";
?>
Exemple #22
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");


$list = new ListOfItems(STORAGE_PATH."sistemas/manuales/");
$list->addItem(new ItemList("access97.pdf", "Access 97", "_blank", true));
$list->addItem(new ItemList("excel97.pdf", "Excel 97", "_blank", true));
$list->addItem(new ItemList("excel2000.pdf", "Excel 2000", "_blank", true));
$list->addItem(new ItemList("P_ART_Instructivo_Lexmark_2010.pdf", "Instructivo Impresora Lexmark 2010", "_blank", true));
$list->addItem(new ItemList("powerpoint97.pdf", "Power Point 97", "_blank", true));
$list->addItem(new ItemList("word97.pdf", "Word 97", "_blank", true));
$list->addItem(new ItemList("word2000.pdf", "Word 2000", "_blank", true));
$list->setCols(1);
$list->setColsWidth(320);
$list->setImagePath("/modules/instructivos/images/download.bmp");
$list->draw();
?>
Exemple #23
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
		<meta name="Author" content="Gerencia de Sistemas" />
		<meta name="Description" content="Intranet de Provincia ART" />
		<meta name="Language" content="Spanish" />
		<meta name="Subject" content="Intranet" />
		<title>Descargables</title>
		<link href="/styles/style.css" rel="stylesheet" type="text/css" />
	</head>
	<body link="#00539B" vlink="#00539B" alink="#00539B">
		<div align="center">
<?
$list = new ListOfItems(STORAGE_PATH."descargables/otros/hospedaje_para_comisiones_de_servicio/", ":: Hospedaje para Comisiones de Servicio");
$list->addItem(new ItemList("Encuesta_hospedaje.doc", "Encuesta Hospedaje", "_blank", true));
$list->addItem(new ItemList("Hoteles_Ene2010.xls", "Hoteles Enero 2010", "_blank", true));
$list->setColsWidth(320);
$list->setImagePath("/modules/descargables/download.bmp");
$list->draw();
?>
		</div>
		<p>&nbsp;</p>
		<p align="center"><a href="/index.php?pageid=37&fldr=otros/otros.php" style="text-decoration: none; font-weight: 700"><< VOLVER</a></p>
	</body>
</html>
Exemple #24
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<body link="#00539B" vlink="#00539B" alink="#00539B">
<div align="left">
<?
$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/adm_y_fin/procedimientos/", ":: Procedimientos");
$list->addItem(new ItemList("AF-09_V.01_Cobranzas_y_su_Registracion.pdf", "Cobranzas", "_blank", true));
$list->addItem(new ItemList("AF-10_V.01_Liquidacion_y_Pago_de_Comisiones.pdf", "Comisiones", "_blank", true));
$list->addItem(new ItemList("AF-11_Guarda_y_Digitalizacion.pdf", "Guarda y Digit.", "_blank", true));
$list->addItem(new ItemList("AF-08_Pago_de_Prestaciones.pdf", "Pago de Prestaciones", "_blank", true));
$list->addItem(new ItemList("AF-02_Gastos_de_Viajes_y_de_Representacion_en_Comision_de_Servicio.pdf", "Gastos de Viaje", "_blank", true));
$list->addItem(new ItemList("AF-02_Gastos_de_Viajes_y_de_Representacion_en_Comision_de_Servicio_2013.pdf", "Gastos de Viaje 2013", "_blank", true));
$list->addItem(new ItemList("AF-16_telefonia.pdf", "Telefonía", "_blank", true));
$list->addItem(new ItemList("AF-14_Fondo_fijo.pdf", "ABM de Fondo Fijo", "_blank", true));
$list->addItem(new ItemList("AF-04_ Fondo_fijo_de_caja.pdf", "Fondo Fijo de Caja", "_blank", true));
$list->addItem(new ItemList("AF-03_Medios_de_pago.pdf", "Medios de Pago", "_blank", true));
$list->addItem(new ItemList("AF-01_compras_y_contrataciones.pdf", "Compras y Contrataciones", "_blank", true));
$list->addItem(new ItemList("AF-07_Audit_Med_de_Fact_y_Liq_de_Prest_Especie.pdf", "Auditoria Médica de Facturas y Liq. de Prest. en Especie", "_blank", true));
$list->setCols(1);
$list->setColsWidth(320);
$list->setImagePath("/modules/normas_y_manuales/download.bmp");
$list->draw();
?>
</div>
<p>&nbsp;</p>
<p align="center"><a href="/index.php?pageid=40&fldr=adm_y_fin/index.php" style="text-decoration: none; font-weight: 700"><< VOLVER</a></p>
Exemple #25
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");


$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/prevencion/procedimientos/", ":: Procedimientos");
$list->addItem(new ItemList("PV-01_Prevencion_de_riesgos.pdf", "Prevención de riesgos", "_blank", true));

$list->setCols(1);
$list->setShowImage(false);
$list->draw();

$urlVolver = "/normativa-interna/prevencion/index.php";
?>
Exemple #26
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<body link="#00539B" vlink="#00539B" alink="#00539B">
<div align="left">
<?
$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/tecnica/instructivos/", ":: Instructivos");
$list->addItem(new ItemList("Minuta_comite_de_negocios.pdf", "Minuta Comité de Negocios", "_blank", true));
$list->setCols(1);
$list->setColsWidth(320);
$list->setImagePath("/modules/normas_y_manuales/download.bmp");
$list->draw();
?>
</div>
<p>&nbsp;</p>
<p align="center"><a href="/index.php?pageid=40&fldr=tecnica/index.php" style="text-decoration: none; font-weight: 700"><< VOLVER</a></p>
Exemple #27
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<body link="#00539B" vlink="#00539B" alink="#00539B">
<div align="left">
<?
$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/adm_y_fin/manuales/", ":: Manuales");
$list->addItem(new ItemList("Manual_de_usuario_Generacion_de_Solicitud_Interna_por_IP.pdf", "Compras - Manual de usuario Generacion de  Solicitud Interna por IP", "_blank", true));
$list->setCols(1);
$list->setColsWidth(400);
$list->setImagePath("/modules/normas_y_manuales/download.bmp");
$list->draw();
?>
</div>
<p>&nbsp;</p>
<p align="center"><a href="/index.php?pageid=40&fldr=adm_y_fin/index.php" style="text-decoration: none; font-weight: 700"><< VOLVER</a></p>
Exemple #28
0
$params = array(":idusuario" => getUserID());
$sql =
	"SELECT no_manualpla
		 FROM rrhh.rno_notificaciones
		WHERE no_idusuario = :idusuario";
$fechaAceptacionPla = valorSql($sql, "", $params);

$params = array(":idusuario" => getUserID());
$sql =
	"SELECT no_manualfraude
		 FROM rrhh.rno_notificaciones
		WHERE no_idusuario = :idusuario";
$fechaAceptacionFraude = valorSql($sql, "", $params);

$list = new ListOfItems(STORAGE_PATH."normas_y_procedimientos/corporativa/manuales/", ":: Manuales");

if ($fechaAceptacionFraude != "")
	$list->addItem(new ItemList("Manual_Prevencion_de_Fraude.pdf", "Manual Prevención de Fraude", "_blank", true));
else
	$list->addItem(new ItemList("/modules/normativa_interna/corporativa/manuales/control_prevencion_fraude.php", "Manual Prevención de Fraude", "_blank", false, true));

if ($fechaAceptacionPla != "")
	$list->addItem(new ItemList("manual_lavado_de_activos.pdf", "Prevención Lavado de Activos", "_blank", true));
else
	$list->addItem(new ItemList("/normativa-interna/corporativa/manuales/prevencion_lavado_activos.php", "Prevención Lavado de Activos", "_self", false, true));

$list->setCols(1);
$list->setShowImage(false);
$list->draw();
Exemple #29
0
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<body link="#00A4E4" vlink="#00A4E4" alink="#00A4E4">
<div align="left">
<?
$list = new ListOfItems("/modules/normas_y_manuales/gral/codigos/", ":: Códigos");
$list->addItem(new ItemList("codigo.php", "Código de Conducta", "_blank"));
$list->setCols(1);
$list->setColsWidth(320);
$list->setImagePath("/modules/normas_y_manuales/download.bmp");
$list->draw();
?>
</div>
<p>&nbsp;</p>
<p align="center"><font color="#807F84">El código aprobado está publicado en la Intranet.<br> Una nueva versión está siendo revisada para su posterior publicación.</font></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p align="center"><a href="/index.php?pageid=40&fldr=gral/index.php" style="text-decoration: none; font-weight: 700"><< VOLVER</a></p>
<?
require_once($_SERVER["DOCUMENT_ROOT"]."/constants.php");
require_once($_SERVER["DOCUMENT_ROOT"]."/../Classes/provart/list_of_items.php");
?>
<script>
	showTitle(true, 'BOLETÍN OFICIAL');
</script>
<body link="#00539B" vlink="#00539B" alink="#00539B">
<?
validarParametro(isset($_REQUEST["mes"]));

$dir = DATA_BOLETIN_OFICIAL_PATH.date($_REQUEST["ano"]."/".$_REQUEST["mes"]."/");
$folders = array();
$list = new ListOfItems("", "Boletines ".GetMonthName($_REQUEST["mes"])." ".$_REQUEST["ano"]);

if (is_dir($dir))
	if ($gd = opendir($dir)) {
		while (($dia = readdir($gd)) !== false)
			if (($dia != ".") and ($dia != ".."))
				array_push($folders, $dia);
		closedir($gd);
	}
rsort($folders);		// Ordeno el array descendentemente..


foreach($folders as $value)
	$list->addItem(new ItemList("/index.php?pageid=15&dia=".$value."&mes=".$_REQUEST["mes"]."&ano=".$_REQUEST["ano"], "Boletín Oficial del día ".$value." de ".GetMonthName($_REQUEST["mes"])." de ".$_REQUEST["ano"], "_self", false, true));

$list->setCols(2);
$list->setColsWidth(320);
$list->setImagePath("/modules/boletin_oficial/images/flecha.gif");