Changeset 111 for trunk/client/modules/Elezioni
- Timestamp:
- May 31, 2011, 11:21:38 AM (13 years ago)
- Location:
- trunk/client/modules/Elezioni
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/crea_pagina.php
r109 r111 255 255 // conversion HTML => PDF 256 256 //$nomefile="elezioni_tabelle.pdf"; 257 require_once('inc/hpdf /html2pdf.class.php');257 require_once('inc/hpdf403/html2pdf.class.php'); 258 258 $html2pdf = new HTML2PDF('L','A4', 'it'); 259 259 $html2pdf->WriteHTML($style, isset($_GET['vuehtml'])); -
trunk/client/modules/Elezioni/gruppo.php
r105 r111 523 523 if ($perc=='true' and $votitot[($z)]) 524 524 { 525 $percento=$voti."<br /><span class=\"red\" ><i>".number_format($percar[$z][$num_cand],2)." %</i></span>";525 $percento=$voti."<br /><span class=\"red\" style=\"font-size:80%;\"><i>".number_format($percar[$z][$num_cand],2)." %</i></span>"; 526 526 } 527 527 $ar[($z)][$num_cand]=$percento;
Note:
See TracChangeset
for help on using the changeset viewer.