Changeset 354 for trunk


Ignore:
Timestamp:
Sep 26, 2021, 7:11:05 PM (3 years ago)
Author:
roby
Message:

Client : correzioni varie

Location:
trunk
Files:
1 added
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/versione.php

    r353 r354  
    11<?php
    22
    3 $versione = "3.0 rev 353";
     3$versione = "3.0 rev 354";
    44$version_number = $versione;
    5 $datarel = "24 settembre 2021";
     5$datarel = "26 settembre 2021";
    66$version = "Eleonline $version_number (<i>Data Release: $datarel</i>)";
    77
  • trunk/client/modules/Elezioni/blocchi/cookie_law.php

    r344 r354  
    8888}
    8989
    90 echo"<div style=\"align-text:center;\">
     90echo"<div style=\"text-align:center;\">
    9191        <form method=\"post\" name=\"ko\" action=\"\">         
    9292        <input type=\"hidden\" name=\"c_law\" value=\"ko\">
  • trunk/client/modules/Elezioni/blocchi/off_Votanti.php

    r352 r354  
    8484
    8585                   
    86                 echo "<table style=\"width=100%;border-collapse: collapse;background-gcolor:gray\" class=\"modulo\">";
     86                echo "<table style=\"width=100%;border-collapse: collapse;background-color:gray\" class=\"modulo\">";
    8787                if ($genere==0) {echo "<br/>Referendum n. <b>[$num_gruppo]</b><br/>";}
    8888                echo "
  • trunk/client/modules/Elezioni/blocchi/pie_affluenze.php

    r279 r354  
    1616
    1717global $circo,$prefix,$dbi,$id_cons,$genere,$id_circ,$id_comune,$id_cons_gen;
    18 
     18$query='';
    1919if (isset($circo) and $circo) $circos="and t2.id_circ='$id_circ'";
    2020else $circos='';
  • trunk/client/modules/Elezioni/blocchi/privacy.php

    r344 r354  
    8585}
    8686
    87 echo"<div style=\"align-text:center;\">
     87echo"<div style=\"text-align:center;\">
    8888        <form method=\"post\" name=\"ko\" action=\"\">         
    8989        <input type=\"hidden\" name=\"c_law\" value=\"ko\">
  • trunk/client/modules/Elezioni/crea_paginaphp5.php

    r352 r354  
    112112
    113113       
    114         $html .= "<table class=\"table-docs\" style=\"border-collapse: collapse;border:=1px solid black;\">";
     114        $html .= "<table class=\"table-docs\">";
    115115       
    116116
     
    125125                                $bg= ($bg==$tmpbg) ? $tmpbg1:$tmpbg3;                             
    126126                                $html .= "<tr class=\"$bg\">";
    127                                 $i="class=\"td-130c\"";
     127                                $i="class=\"td-150c\"";
    128128                        }
    129129                        foreach ($riga as $cella) {
     
    140140                        }                                       
    141141                                $html .= "$t $i>$cella $f";
    142                                         $i='';
     142                                        $i="class=\"td-150b\"";
    143143                               
    144144                        }
  • trunk/client/modules/Elezioni/crea_paginaphp7.php

    r352 r354  
    115115
    116116       
    117         $html .= "<table class=\"table-docs\" style=\"border-collapse: collapse;border:=1px solid black;\">";
     117        $html .= "<table class=\"table-docs\">";
    118118       
    119119
     
    128128                                $bg= ($bg==$tmpbg) ? $tmpbg1:$tmpbg3;                             
    129129                                $html .= "<tr class=\"$bg\">";
    130                                 $i="class=\"td-130c\"";
     130                                $i="class=\"td-150c\"";
    131131                        }
    132132                        foreach ($riga as $cella) {
     
    143143                        }                                       
    144144                                $html .= "$t $i>$cella $f";
    145                                         $i="class=\"td-130b\"";
     145                                        $i="class=\"td-150b\"";
    146146                               
    147147                        }
     
    166166
    167167#                       padding: 1px;
    168 #                       border: solid  #666666;
     168#                       border: solid  #666666;                 border-color: black;   
     169
    169170                        /* margin: 4px 4px 40px;*/
    170171
     
    174175                .table-docs {
    175176                        font-size: 10px;
    176                         color: #000000;
    177177                        text-align:center;
    178                         border: 1px solid black;
     178                        border: 1px;
     179                        border-color: black;
    179180                }
    180181                .bggray         {
     
    208209                        margin: 0px 0 0 1px;
    209210                        width: 130px;   
    210                         border: none;
     211                        border: 1px;
    211212                        background-color: #d2d2d2;
    212213                        padding: 0px;
    213        
    214214                }
    215215                .td-130c {
     
    218218                        margin: 0px 0px 0px 1px;
    219219                        width: 130px;   
    220                         border: 1px solid black;
     220                        border: 1px;
     221
    221222                }               
    222223
    223224                td {
    224                     border: 2px solid black;
     225                    border: 2px;
    225226                }
    226227                .red    {
  • trunk/client/temi/altro/index.php

    r352 r354  
    1616
    1717
    18 echo '<table style=\"width:798; border-width:0\">
     18echo '<table style=\"width:798px; border-width:0\">
    1919      <tr>
    2020        <td class="logoleft"></td>
  • trunk/client/temi/altro/menu.php

    r352 r354  
    2525        list($fascia)=$rescomu->fetch(PDO::FETCH_NUM);
    2626        echo "\n";
    27         echo ' <table style="border:0px;text-align:left;width:100%;border-collapse: collapse;"><tr><td style="padding: 0px;">
     27        echo ' <table style="border:0px;text-align:left;border-collapse: collapse;"><tr><td style="padding: 0px;">
    2828                  <header class="main-header">
    2929                <ul class="main-nav">       
  • trunk/client/temi/altro/style.css

    r352 r354  
    289289       
    290290.td-130c {
     291        float: right;
    291292        text-align:left;
    292         margin: 0px 0 0 0px;
     293        margin: 0px 0 0 1px;
    293294        width: 130px;   
    294         padding: 0px;
    295         border: .5px solid black;
    296 }       
    297 .td-130b {
    298         border: .5px solid black;       
    299         font-family: Verdana, Arial, Helvetica, sans-serif;
    300         font-size: 12px;
    301         margin-top: 0px;
    302         margin: 0;
    303 }
     295        border: none;
     296        padding: 0px;
     297}               
    304298       
    305299/* sinistra */
     
    381375}
    382376/******************** font e backcolor******************************/
     377
     378table.table-docs {
     379        margin: auto;
     380        width: auto;
     381        border-collapse: collapse;
     382        border: 1px solid #fff; /*for older IE*/
     383        border-style: hidden;
     384}
     385
     386table.table-docs caption {
     387        background-color: #f79646;
     388        color: #fff;
     389        font-size: x-large;
     390        font-weight: bold;
     391        letter-spacing: .3em;
     392}
     393
     394table.table-docs thead th {
     395        padding: 8px;
     396        background-color: #fde9d9;
     397        font-size: large;
     398}
     399
     400table.table-docs thead th#thDay {
     401        width: 40%;     
     402}
     403
     404table.table-docs th, table.table-docs td {
     405        padding: 5px;
     406        border-width: 1px;
     407        border-style: solid;
     408        border-color: #000 #777;
     409}
     410
     411
     412table.table-docs tbody th {
     413        text-align: left;
     414        font-weight: normal;
     415}
     416
     417table.table-docs tfoot {
     418        font-weight: bold;
     419        font-size: large;
     420        background-color: #687886;
     421        color: #fff;
     422}
     423
     424table.table-docs tr.bgw {
     425        background: #ffffff;
     426        font-size: 12px;
     427        font-family: Verdana, Helvetica;
     428        text-align: center;
     429        border: 1px;
     430        border-color: black;
     431}
     432/* diventa celeste */
     433
     434table.table-docs tr.bggray      {
     435        background-color:#5D81A6;
     436        font-size: 12px;
     437        font-family: Verdana, Helvetica;
     438        text-align: center;
     439        color: #ffffff;
     440        border: 1px;
     441        border-color: black;
     442}
     443
     444table.table-docs tr.bggray2     {
     445        background: #A8C4E1;
     446        font-size: 12px;
     447        font-family: Verdana, Helvetica;
     448        text-align: center;
     449        }
     450
     451table.table-docs td.td-150b {
     452        text-align:center;
     453}
     454
     455table.table-docs td.td-150c {
     456        text-align:left;
     457        width: 150px;
     458
     459}               
     460
    383461.blu    {
    384462        background: none;
     
    409487        font-family: Verdana, Helvetica;
    410488        text-align: center;
     489        border: 1px;
     490        border-color: black;
    411491}
    412492/* diventa celeste */
     
    418498        text-align: center;
    419499        color: #ffffff;
     500        border: 1px;
     501        border-color: black;
    420502}
    421503
     
    425507        font-family: Verdana, Helvetica;
    426508        text-align: center;
     509        border: 1px;
     510        border-color: black;
    427511        }
    428512
  • trunk/client/versione.php

    r353 r354  
    11<?php
    22
    3 $versione = "3.0 rev 353";
     3$versione = "3.0 rev 354";
    44$version_number = $versione;
    5 $datarel = "24 settembre 2021";
     5$datarel = "26 settembre 2021";
    66$version = "Eleonline $version_number (<i>Data Release: $datarel</i>)";
    77
  • trunk/install/sql/eleonline.sql

    r346 r354  
    416416  `stemma` blob,
    417417  `id_circ` int(11) NOT NULL DEFAULT '0',
    418   `num_circ` int(2) UNSIGNED NOT NULL DEFAULT '0',
     418  `num_circ` int(2) UNSIGNED NOT NULL DEFAULT '1',
    419419  `prognome` text,
    420420  `programma` mediumblob
     
    449449  `num_gruppo` int(2) UNSIGNED NOT NULL DEFAULT '0',
    450450  `id_circ` int(11) NOT NULL DEFAULT '0',
    451   `num_circ` int(2) UNSIGNED NOT NULL DEFAULT '0',
     451  `num_circ` int(2) UNSIGNED NOT NULL DEFAULT '1',
    452452  `descrizione` text,
    453453  `simbolo` text,
     
    649649(6, 'CAMERA', 'it', 2, '0', '0', '0', '0'),
    650650(7, 'SENATO', 'it', 2, '0', '0', '0', '0'),
    651 (8, 'EUROPEE', 'it', 4, '1', '0', '0', '0'),
     651(8, 'EUROPEE', 'it', 4, '0', '0', '0', '0'),
    652652(9, 'REGIONALI', 'it', 5, '0', '0', '0', '0'),
    653653(10, 'SENATO CON GRUPPI', 'it', 5, '1', '0', '1', '0'),
Note: See TracChangeset for help on using the changeset viewer.