Ignore:
Timestamp:
Sep 3, 2022, 10:40:36 AM (2 years ago)
Author:
roby
Message:

In client:

  • rivista la funzione di esportazione pdf, xls e stampe
  • tema futura2: eliminato il taglio a 30 caratteri del nome della consultazione
  • modificata la barra da 2D a 3D per i grafici di affluenza e votanti

In admin:

  • corretta la segnalazione di errore per rosatellum su incongruità di voti al solo gruppo diversi dalla somma dei viti alle liste collegate
  • inserito check box per eliminazione del file della mappa nella riga di inserimento sede
File:
1 edited

Legend:

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

    r348 r371  
    221221#               if(($data==$ultdata) and ($ora==$ultora))
    222222                {
    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;\">
    226226                        <b>".number_format($somma,0,',','.')."</b></td>
    227227                        </tr></table>";
     
    363363        header ("Content-Type: application/vnd.ms-excel");
    364364        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");
    365368        echo "$datipdf";
    366369        echo "$html \t\n $style";
Note: See TracChangeset for help on using the changeset viewer.