Changeset 241 for trunk


Ignore:
Timestamp:
Jun 21, 2015, 10:46:17 PM (9 years ago)
Author:
luc
Message:

Aggiunta del widget Privacy e CookieLaw per l'informativa sui cookie - Aggiunto Tema Realistic - Aggiunto Tema Spectral

Location:
trunk/client
Files:
133 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/header.php

    r240 r241  
    4242
    4343        echo "<link rel=\"stylesheet\" href=\"temi/$tema/style.css\" type=\"text/css\" />\n\n\n";
     44
     45       
     46
     47
    4448        include("inc/javascript.php"); # rotazione (18 marzo 2009) tema tour
    4549        ##### tema mobile
     
    4852        }
    4953       
     54       
     55
     56
     57
     58
    5059        echo "\n\n\n</head>\n";
    5160        # rotazione per tema tour
     
    5766
    5867        include_once("modules/Elezioni/funzioni.php");
     68
     69
     70
    5971        if (!$csv)testata();
    6072}
  • trunk/client/modules.php

    r238 r241  
    146146$ed_user = $row['ed_user'];
    147147#tema mobile
    148 $cellulare = intval($row['cellulare']);
     148
    149149
    150150
  • trunk/client/modules/Elezioni/blocchi/04_sezioni.php

    r113 r241  
    6767                        $html .="<td style=\"margin:0px auto; text-align:center; width:5%;\" bgcolor=\"$bgsez\"><a href=\"modules.php?id_cons_gen=$id_cons_gen&name=Elezioni&id_comune=$id_comune&perc=true&file=index&op=$pos&minsez=$sez_num&offsetsez=$sez_num\"><b>$sez_num</b></a></td>";
    6868
    69                         if (($i%8) ==0) $html .="</tr>\n<tr>";
     69                        if (($i%5) ==0) $html .="</tr>\n<tr>";
    7070                }
    7171               
  • trunk/client/modules/Elezioni/index.php

    r233 r241  
    11891189        include("evvai.php");
    11901190   break;
     1191   case "privacy":
     1192        include("blocchi/privacy/privacy.php");
     1193   break;       
    11911194
    11921195}
Note: See TracChangeset for help on using the changeset viewer.