Ejemplo n.º 1
0
<?php

include_once 'ExpertoVentas.php';
include_once '../emails/ExpertoEmails.php';
$oData = $oRequestData = $_POST ? $_POST : $_GET;
$expVta = new ExpertoVentas();
$expEmail = new ExpertoEmails();
$tipo_ventas = $expVta->getTipoDeVentas();
$anios = $expVta->getAniosVenta();
$emails = $expEmail->getCuentasEmails();
$emails_to = $expEmail->getCuentasEmailsTo();
//var_dump($emails_to);
//exit;
$filtros = $oData["filtros"];
?>
<html>
    <head>
        <!-- FORMS -->
        <script type="text/javascript" src="<?php 
echo $lib_js;
?>
mainFormba.js"></script>
        <link rel="stylesheet" type="text/css" href="<?php 
echo $style_form;
?>
styleForm.css">

        <!-- BÁSICO DHTMLX -->
        <link rel="stylesheet" type="text/css" href="<?php 
echo $dhtmlx;
?>