Changeset 74


Ignore:
Timestamp:
Apr 2, 2010, 8:12:46 PM (14 years ago)
Author:
roby
Message:

client: risistemata creazione del pdf

Location:
trunk/client/modules/Elezioni
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/crea_pagina.php

    r2 r74  
    255255       
    256256        $style .= "<td border=0>$datipdf</td></tr></table><br/><br/>";
     257        $style .=$html;
    257258        $style .= "<table style=\"margin: auto;\" cellspace=0 border=0 cellpadding=0><tr><td border=0>";
    258259
    259         $style .=$html;
    260260        $data=date("d-m-y G:i");
    261261        $style .="<br/><span class=\"copy\"><i>Stampato il $data</i></span>";
  • trunk/client/modules/Elezioni/gruppo.php

    r66 r74  
    1010    die ("You can't access this file directly...");
    1111}
    12 if ($xls=='1') include("modules/Elezioni/language/lang-$lang.php");
    13 
    14 
     12if ($xls=='1' or $pdf=='1') {
     13include_once("modules/Elezioni/language/lang-$lang.php");
     14include_once("modules/Elezioni/funzioni.php");
     15}
    1516$param=strtolower($_SERVER['REQUEST_METHOD']) == 'get' ?
    1617        $_GET : $_POST;
Note: See TracChangeset for help on using the changeset viewer.