Ignore:
Timestamp:
Jul 31, 2021, 1:41:30 PM (3 years ago)
Author:
roby
Message:

Segue adattamento per php7
modifica gestione consultazioni con e senza voto nullo di lista

File:
1 edited

Legend:

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

    r348 r352  
    115115
    116116       
    117         $html .= "<table class=\"table-docs\" cellspacing=\"0\" cellpadding=\"2\" border=\"1\" rules=\"all\">";
     117        $html .= "<table class=\"table-docs\" style=\"border-collapse: collapse;border:=1px solid black;\">";
    118118       
    119119
     
    143143                        }                                       
    144144                                $html .= "$t $i>$cella $f";
    145                                         $i='';
     145                                        $i="class=\"td-130b\"";
    146146                               
    147147                        }
     
    164164                  echo $html;
    165165                }else{
     166
     167#                       padding: 1px;
     168#                       border: solid  #666666;
     169                        /* margin: 4px 4px 40px;*/
    166170
    167171                $style ="     
     
    170174                .table-docs {
    171175                        font-size: 10px;
    172                         padding: 1px;
    173176                        color: #000000;
    174                         /* margin: 4px 4px 40px;*/
    175                         border: solid  #666666;
    176177                        text-align:center;
     178                        border: 1px solid black;
    177179                }
    178180                .bggray         {
     
    180182                        FONT-SIZE: 13px;
    181183                        FONT-FAMILY: Helvetica;
    182                         border: 1px;
    183184                }
    184185
     
    187188                        FONT-SIZE: 13px;
    188189                        FONT-FAMILY: Helvetica;
    189                         border: 1px;
    190190                        }
    191191
     
    216216                        float: right;
    217217                        text-align:left;
    218                         margin: 0px 0 0 1px;
     218                        margin: 0px 0px 0px 1px;
    219219                        width: 130px;   
    220                         border: none;
    221                         padding: 0px;
     220                        border: 1px solid black;
    222221                }               
    223222
    224223                td {
    225                     border: .2px;
     224                    border: 2px solid black;
    226225                }
    227226                .red    {
     
    249248
    250249
    251                 $style .="<table style=\"margin: auto;\" cellspace=0 border=0 cellpadding=0><tr><td border=0>$immagine</td> "; 
     250                $style .="<table style=\"margin: auto;border-collapse: collapse;\"><tr><td border=0>$immagine</td> ";   
    252251       
    253252                $style .= "<td border=0>$datipdf</td></tr></table><br/><br/>";
    254253                $style .= "<table style=\"margin: auto;\"><tr><td>$html</td></tr></table>";
    255                 $style .= "<table style=\"margin: auto;\" cellspace=0 border=0 cellpadding=0><tr><td border=0>";
     254                $style .= "<table style=\"margin: auto;border-collapse: collapse;\"><tr><td border=0>";
    256255
    257256                $data=date("d-m-y G:i");
Note: See TracChangeset for help on using the changeset viewer.