Changeset 371 for trunk/client/modules/Elezioni/affluenzephp5.php
- Timestamp:
- Sep 3, 2022, 10:40:36 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/affluenzephp5.php
r348 r371 221 221 # if(($data==$ultdata) and ($ora==$ultora)) 222 222 { 223 $tot[$data.$ora]="<table class=\"td-89\" width=\"100%\"><tr class=\"bggray2\"><td class=\"td-30\">224 <b>".number_format($votiu,0,',','.')."</b></td><td class=\"td-30\">225 <b>".number_format($votid,0,',','.')."</b></td><td >223 $tot[$data.$ora]="<table style=\"width:180px;\"><tr class=\"bggray2\"><td style=\"width:33%;text-align:center;\"> 224 <b>".number_format($votiu,0,',','.')."</b></td><td style=\"width:33%;text-align:center;\"> 225 <b>".number_format($votid,0,',','.')."</b></td><td style=\"width:33%;text-align:center;\"> 226 226 <b>".number_format($somma,0,',','.')."</b></td> 227 227 </tr></table>"; … … 363 363 header ("Content-Type: application/vnd.ms-excel"); 364 364 header ("Content-Disposition: inline; filename=$nomefile"); 365 header("Pragma: no-cache"); 366 header("Expires: 0"); 367 $datipdf = mb_convert_encoding($datipdf , "HTML-ENTITIES", "UTF-8"); 365 368 echo "$datipdf"; 366 369 echo "$html \t\n $style";
Note:
See TracChangeset
for help on using the changeset viewer.