Example #1
0
        $AFtS = new AsignacionporFtSubactividades();
        $AFtS->mostrar_ff_chk();
        break;
    case '3':
        $AFtsP = new AsignacionFtsporPartidas();
        $AFtsP->mostrar_ff_chk();
        break;
    case '4':
        $AParMes = new Partida_Mensual();
        $AParMes->ejecutor = $eje;
        $AParMes->mes = $month;
        $AParMes->axo = $axo;
        $AParMes->form_Partida();
        break;
    case '5':
        $AFntF = new ANP_x_FF();
        $AFntF->mostrar_ComboBox();
        break;
    case '6':
        $obj = new SqlSelect('', $_SESSION["inrena_4"][2], $_SESSION["inrena_4"][1]);
        $sql = $obj->set_sql(" nombre_categoria, nombre_anp, a.id_anp ", " ", " pa.id_anp", " pa.id_anp", "anp");
        $Qanp = new Consulta($sql);
        ?>
		<form name='f1' method="post" >
		<table width='85%'  border='0'cellspacing='0' cellpadding='0' align='center'>
		<tr><td>&nbsp;</td></tr>
		<tr><td align='center'><br/>
		<strong>Seleccione ANP</strong></td>
		</tr>
		<tr>
		  <td align='center'>
<?php

if ($_GET[pdf] == 'ok') {
    require_once '../../pdf/html2fpdf.php';
    ob_start();
}
require_once "../../includes.php";
require_once "../funciones/reportes.php";
require_once "../cls/informacionsinampe/anp_x_fuente_finan.cls.php";
require "../libs/verificar.inc.php";
$link = new Conexion();
set_time_limit(100);
/*echo "--$id";
echo "**".$_SESSION[inrena_4][2];
*/
$Reporte = new ANP_x_FF();
$Reporte->ejecutor = $id;
$Reporte->axo = $_SESSION[inrena_4][2];
?>


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Reporte</title>
<link rel="stylesheet" type="text/css" href="../../style.css">
<script language="javascript" src="../../js/js.js"></script> 
<script language="javascript" src="../js/reporte.js"></script>
<style type="text/css">
<!--
.Estilo1 {color: #FFFFFF}