示例#1
0
<?php

ini_set('max_execution_time', 0);
ini_set('memory_limit', '128M');
ob_start();
session_start();
include_once '../connection.php';
include_once "../model/PriceList.php";
$priceListObj = new PriceList();
if ($priceListObj->isCategoryList($_GET["idPriceList"])) {
    header('Location: categoryPriceListReport.php?tipoReporte=pdf&idPriceList=' . $_GET["idPriceList"] . '&listName=' . $_GET["listName"] . "&all=" . $_GET["all"]);
}
?>
<link href="../css/styles.css" rel="stylesheet" type="text/css" media="screen" />
<link href="../css/jquery-ui/jquery-ui.css" rel="stylesheet" type="text/css"/>
<style>
    .tittle{
        color:#C62;
        font-weight: bold;
        font-size:22px;
        text-align:center;
        padding-top: 40px;
    }
</style>
<page format="letter" backleft="30px" footer="date;page" backbottom="5" backtop="31">
    <page_header>
        <div class="tittle" style="height: 80px; background: url(../images/logo.jpg) no-repeat;">
            <?php 
echo htmlentities($_GET["listName"]);
?>
        </div>