","\n",$datipdf);
$datipdf=strip_tags($datipdf);
$cella=str_replace(""," ",$cella);
$cella=str_replace("
"," ",$cella);
echo "$datipdf";
$y=1;$i='';$e='';
foreach ($ar as $riga) {
$e++;
if($y) {
echo "\n";
}else{
echo "\n";
}
foreach ($riga as $cella) {
$cella=str_replace(""," ",$cella);
$cella=str_replace(""," ",$cella);
$cella=str_replace("
"," ",$cella);
$cella=str_replace(""," - ",$cella);
$cella=str_replace("%","%",$cella);
$cella=str_replace("_CIRCOS","Circoscrizione ",$cella);
$cella=str_replace("_SEZIONI","Sezione ",$cella);
$cella=str_replace("_TOT","Totale",$cella);
$cella=str_replace("_COMPLESSIVO","Complessivo",$cella);
echo "$cella \t";
}
if ($y) $y=0;
}
echo"\n\n\nPowered by Eleonline http://www.eleonline.it \t \n";
echo"by l.apolito & r.gigli - stampato: $data \t \n";
die();
}else{
$bg='bgw';
$tmpbg='bggray2';
$tmpbg1='bgw';
$tmpbg2='bggray';
$tmpbg3='bggray2';
$html ='';
if ($pdf!="1" && $csv=="1")
{
$html .="
| ";
$html .= "$datipdf |
";
}
$html .= "";
$y=1;$i='';$e='';
foreach ($ar as $riga) {
$e++;
if($y) {
$html .= "";
}else{
$bg= ($bg==$tmpbg) ? $tmpbg1:$tmpbg3;
$html .= "
";
$i="class=\"td-130c\"";
}
foreach ($riga as $cella) {
$cella=str_replace("_CIRCOS","Circoscrizione ",$cella);
$cella=str_replace("_SEZIONI","Sezione ",$cella);
$cella=str_replace("_TOT","Totale",$cella);
$cella=str_replace("_COMPLESSIVO","",$cella);
if ($e==1){
$t="";
}else{
$t=" | ";
}
$html .= "$t $i>$cella $f";
$i='';
}
if ($y) $y=0;
$html .= " |
";
}
$html .= "
";
if ($pdf!="1" && $csv=="1"){
$html .="
Stampato: $data";
$html .="
Eleonline by l. apolito & r. gigli - www.eleonline.it";
$html .="";
}
# inizio stampa a video o pdf
if ($pdf!='1'){
echo $html;
}else{
#pdf
/*
require('inc/pdf/html2fpdf.php');
//Istanzio la classe
$fpdf=new HTML2FPDF('L','mm','A4');
//Creo la pagina
$fpdf->AddPage();
//Per leggere il file html usare fread
$content = "Testo in neretto";
$fpdf->Image('modules/Elezioni/images/logo.jpg',10,10,10,0,'','http://www.eleonline.it');
//Scrivo l'html nel file pdf
$fpdf->WriteHTML($html);
//Scrivo il file sample.pdf
$fpdf->Output();
//include("modules/Elezioni/printpdf.php");
//PrintPage($html);
*/
$style ="
";
$style .=" | ";
$style .= "$datipdf |
";
$style .= "";
$style .=$html;
$data=date("d-m-y G:i");
$style .=" Stampato il $data";
$style .=" Eleonline by lucianoapolito & roberto gigli - www.eleonline.it";
$style .=" |
";
// conversion HTML => PDF
require_once('inc/hpdf/html2pdf.class.php');
$html2pdf = new HTML2PDF('L','A4', 'it');
$html2pdf->WriteHTML($style, isset($_GET['vuehtml']));
$html2pdf->Output();
}
}
}
?>