Changeset 464
- Timestamp:
- May 7, 2025, 1:34:00 PM (7 months ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
admin/versione.php (modified) (1 diff)
-
client/modules/Elezioni/affluenze-inc.php (modified) (12 diffs)
-
client/modules/Elezioni/foto.php (modified) (1 diff)
-
client/modules/Elezioni/votanti-inc.php (modified) (11 diffs)
-
client/versione.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/versione.php
r463 r464 1 1 <?php 2 2 3 $versione = "3.0 rev 46 3";3 $versione = "3.0 rev 464"; 4 4 $version_number = $versione; 5 5 $datarel = "07 maggio 2025"; -
trunk/client/modules/Elezioni/affluenze-inc.php
r460 r464 29 29 include_once("modules/Elezioni/language/lang-$lang.php"); 30 30 $datipdf=''; 31 $riga1=''; 32 $testacols=1; 31 33 #echo "<center>"; 32 34 if($csv==1){ … … 38 40 list($descr_com) = $res->fetch(PDO::FETCH_NUM); 39 41 $descr_com =stripslashes($descr_com); 40 if($xls!=1) $datipdf .= "<div style=\"width:40%; margin:0px auto;text-align:center;\">"; 42 # if($xls!=1) {$datipdf .= "<div style=\"width:40%; margin:0px auto;text-align:center;\">";} 41 43 $siteistat=$id_comune; 42 44 # salva sull'hardisk lo stemma del comune 43 45 $logo=verificasimbolo(); 44 $immagine= "<img src=\"modules/Elezioni/images/$logo\" alt=\"logo\" align=\"left\"/>"; 45 if($xls!=1) $datipdf .= "<table><tr><td>$immagine</td><td>"; 46 47 $datipdf .= ""._COMUNE." $descr_com<br /> 48 "._RISULTA." "._CONSULTA."<br/ >"; 49 $datipdf .= "$descr_cons<br />"._DISCLAIMER." 50 <br /><hr/><b>"._DETTAGLIO." "._AFFLUENZE."</b>"; 51 if($xls!=1) $datipdf .= "</td></tr></table></div>"; 52 $datipdf .=""; 53 46 $immagine= "<img src=\"modules/Elezioni/images/$logo\" alt=\"logo\">"; 47 $html=''; 54 48 if($xls!=1) { 55 $html="<div style=\"width:40%; margin:0px auto;text-align:center;\">"; 56 $html .= "<style type=\"text/css\"> 57 <!-- 58 59 .td-89 { 60 width: 89%; 61 border: 1px; 62 text-align: left; 63 } 64 .td-vuoto { 49 # $html="<div style=\"width:40%; margin:0px auto;text-align:center;\">"; 50 $riga1 .= "<style type=\"text/css\"> 51 <!-- 52 53 .td-89 { 54 width: 89%; 55 border: 1px; 56 text-align: left; 57 } 58 .td-vuoto { 59 60 width: 100%; 61 border: 1px; 62 text-align: left; 65 63 66 width: 100%; 67 border: 1px; 68 text-align: left; 69 70 } 71 72 73 .td-5 { 74 75 margin: 0px 0 0 0px; 76 width: 5%; 77 /*border: none;*/ 78 padding: 0px; 79 80 text-align: center; 81 } 82 83 .bgw { 84 background: #ffffff; 85 font-size: 13px; 86 font-family: Helvetica; 87 text-align: right; 88 } 89 90 .bggray { 91 background: #ffffff; 92 FONT-SIZE: 13px; 93 FONT-FAMILY: Helvetica; 94 text-align: center; 95 } 96 97 .bggray2 { 98 background: #EFEFEF; 99 FONT-SIZE: 13px; 100 FONT-FAMILY: Helvetica; 101 text-align: right; 102 } 103 --> 104 </style>"; 105 } 64 } 65 66 67 .td-5 { 68 69 margin: 0px 0 0 0px; 70 width: 5%; 71 /*border: none;*/ 72 padding: 0px; 73 74 text-align: center; 75 } 76 77 .bgw { 78 background: #ffffff; 79 font-size: 13px; 80 font-family: Helvetica; 81 text-align: right; 82 } 83 84 .bggray { 85 background: #ffffff; 86 FONT-SIZE: 13px; 87 FONT-FAMILY: Helvetica; 88 text-align: center; 89 } 90 91 .bggray2 { 92 background: #EFEFEF; 93 FONT-SIZE: 13px; 94 FONT-FAMILY: Helvetica; 95 text-align: right; 96 } 97 --> 98 </style>"; 99 } 106 100 } 107 101 // referendum … … 135 129 <img class=\"image\" src=\"modules/Elezioni/images/pdf.gif\" alt=\"\" /></a> 136 130 </div> 137 <h2><b>"._DETTAGLIO." "._AFFLUENZE."</b></h2>"; 131 <h2><b>"._DETTAGLIO." "._AFFLUENZE."</b></h2>"; # 138 132 } 139 133 // descrizione … … 144 138 list($descrizione)=$des->fetch(PDO::FETCH_NUM); 145 139 if(!isset($html)) $html=''; 146 $html .= "<div><h4>$descrizione</h4></div>";147 140 } 148 141 $cond= $genere==0 ? "and t3.id_gruppo='$id_gruppo'" : ""; … … 184 177 if($csv && $pdf) $tabpdf="<col width=\"50\">"; 185 178 else $tabpdf=''; 186 $html .= "<table style=\"width:50%; margin:0px auto;text-align:center;\"> $tabpdf";187 $ html .= "<tr class=\"bggray\"><td>"._SEZIONI."</td><td>"._ISCR_SEZ."</td>";179 # $html .= "<table style=\"width:50%; margin:0px auto;text-align:center;\"> $tabpdf"; 180 $riga2 = "<tr class=\"bggray\"><td>"._SEZIONI."</td><td>"._ISCR_SEZ."</td>"; 188 181 $sql="SELECT orario,data FROM ".$prefix."_ele_rilaff where id_cons_gen=$id_cons_gen order by data desc,orario desc limit 0,1"; 189 182 $resuo = $dbi->prepare("$sql"); … … 200 193 if($votiu or $votid) 201 194 # if(($data==$ultdata) and ($ora==$ultora)) 202 { 203 $tot[$data.$ora]=" <table style=\"width:50%; margin:0px auto;border:none;\"><tr class=\"bggray2\"><td style=\"width:30%;text-align:center;border:none;max-width:50px;\">204 <b>".number_format($votiu,0,',','.')."</b></td><td style=\"width:30%;text-align:center;border:none;max-width:50px;\">205 <b>".number_format($votid,0,',','.')."</b></td><td style=\"width:40%;text-align:center;border:none;max-width:80px;\">206 <b>".number_format($somma,0,',','.')."</b> </td>207 </tr></table>";195 { #style=\"width:30%;text-align:center;border:none;max-width:50px;\" 196 $tot[$data.$ora]=" 197 <b>".number_format($votiu,0,',','.')."</b></td><td> 198 <b>".number_format($votid,0,',','.')."</b></td><td> 199 <b>".number_format($somma,0,',','.')."</b>"; 200 # <table style=\"width:50%; margin:0px auto;border:none;\"><tr class=\"bggray2\"> </tr></table>"; 208 201 $perc_u[$data.$ora]=number_format($votiu*100/$tot_u,2); 209 202 $perc_d[$data.$ora]=number_format($votid*100/$tot_d,2); … … 214 207 } 215 208 $ud=0;$ora_rif=""; 209 $riga1='<tr><td>'._SEZIONI.'</td><td>'._ISCR_SEZ.'</td>'; 210 $riga3='<tr><td></td><td></td>'; 216 211 while (list($data1,$ora1) = $resril->fetch(PDO::FETCH_NUM)) 217 212 { … … 219 214 list($hour, $minute, $second) = explode(":", $ora1); 220 215 $ora_ril=$hour.":".$minute; 221 $html .= "<td"; 222 if ($ud==$num_ril and (isset($perc_u[$data1.$ora1]) or isset($perc_d[$data1.$ora1]))) {$ora_rif="$data1.$ora1";} 223 $html .= ">"; 224 $data_a=form_data($data1); 225 $html .= "".$data_a."<br />"._ORE." ".$ora_ril; 216 # if ($ud==$num_ril and (isset($perc_u[$data1.$ora1]) or isset($perc_d[$data1.$ora1]))) {$ora_rif="$data1.$ora1";} 217 # $riga1 .= ">"; 218 $cols=1; 226 219 $sql="SELECT count(data) FROM ".$prefix."_ele_voti_parziale as t3 left join ".$prefix."_ele_sezioni as t1 on t3.id_sez=t1.id_sez left join ".$prefix."_ele_sede as t2 on t1.id_sede=t2.id_sede where t1.id_cons='$id_cons' and data='$data1' and orario='$ora_ril' $circos group by t3.id_gruppo"; 227 220 $resaff = $dbi->prepare("$sql"); 228 221 $resaff->execute(); 229 222 list($num_scr) = $resaff->fetch(PDO::FETCH_NUM); //numero delle sezioni inserite 230 $html .= "<br />"._SEZIONI." $num_scr "._SU." $num_sez"; 231 ## if ($ud==$num_ril and ($perc_u or $perc_d)) $html .= "<br /> 232 $html .= "<br /><table style=\"width:100%;border:none;\"><tr class=\"bggray\">"; 223 ## if ($ud==$num_ril and ($perc_u or $perc_d)) $html .= "<br > 224 # $html .= "<br /><table style=\"width:100%;border:none;\"><tr class=\"bggray\">"; 233 225 if ((isset($perc_u[$data1.$ora1]) or isset($perc_d[$data1.$ora1])) and ($perc_u[$data1.$ora1]+$perc_d[$data1.$ora1])>0) 234 $ html .= "<th style=\"width:28%;max-width:100px;text-align:center;border:none;\">"._UOMINI."</th><th style=\"width:28%;max-width:50px;text-align:center;border:none;\">"._DONNE."</th><th style=\"width:44%;max-width:150px;text-align:center;border:none;\">"._COMPLESSIVI."</th></tr></table></td>";235 236 else $ html .= "<th style=\"width:150px;text-align:center;border:none;\">"._COMPLESSIVI."</th></tr></table></td>";226 $riga3 .= "<th>"._UOMINI."</th><th>"._DONNE."</th><th>"._COMPLESSIVI."</th>"; #</td></tr></table></td>"; 227 228 else $riga3.= "<th>"._COMPLESSIVI."</th>";#</td></tr></table>"; 237 229 238 230 if (isset($tot[$data1.$ora1])){ 239 231 ## if ($ora_rif=="$data1.$ora1") 240 if (($perc_u[$data1.$ora1] or $perc_d[$data1.$ora1])){ 241 $ar['perc'][$data1.$ora1]=" <table style=\"width:100%;border:none;\"><tr class=\"bggray2\">242 < td style=\"width:33%;text-align:center;border:none;max-width:50px;\"><b><i><span class=\"red\">".$perc_u[$data1.$ora1]."%</span></i></b></td>243 <td style=\"width:33%;text-align:center;border:none;max-width:50px;\"><b><i><span class=\"red\">".$perc_d[$data1.$ora1]."%</span></i></b></td>244 <td style=\"width:33%;text-align:center;border:none;max-width:50px;\" ><span class=\"red\"><b><i>".$perc_c[$data1.$ora1]."%</i></b></span></td>245 </tr></table>";232 if (($perc_u[$data1.$ora1] or $perc_d[$data1.$ora1])){#<table style=\"width:100%;border:none;\"><tr class=\"bggray2\"> 233 $ar['perc'][$data1.$ora1]=" 234 <b><i><span class=\"red\">".$perc_u[$data1.$ora1]."%</span></i></b></td> 235 <td ><b><i><span class=\"red\">".$perc_d[$data1.$ora1]."%</span></i></b></td> 236 <td><span class=\"red\"><b><i>".$perc_c[$data1.$ora1]."%</i></b></span>"; 237 # </tr></table>"; 246 238 $ar[0][$data1.$ora1]=$tot[$data1.$ora1]; 239 $cols=3; 247 240 } 248 241 else … … 268 261 } 269 262 } 270 } 263 $testacols+=$cols; 264 $riga1 .= "<td colspan=\"$cols\">"; 265 $data_a=form_data($data1); 266 $riga1 .= "".$data_a."<br>"._ORE." ".$ora_ril; 267 $riga1 .= "<br>"._SEZIONI." $num_scr "._SU." $num_sez</td>"; 268 269 } 270 $riga1.="</tr>"; 271 $riga3.="</tr>"; 271 272 $sql="select t3.data,t3.orario,t1.num_sez,voti_uomini, voti_donne, voti_complessivi from ".$prefix."_ele_voti_parziale as t3 left join ".$prefix."_ele_sezioni as t1 on t3.id_sez=t1.id_sez left join ".$prefix."_ele_sede as t2 on t1.id_sede=t2.id_sede where t3.id_cons='$id_cons' $circos $cond order by data,orario,t1.num_sez "; 272 273 $resvoti = $dbi->prepare("$sql"); 273 274 $resvoti->execute(); 274 275 $ud=0; 275 while (list($data,$ora,$numsez,$uomini,$donne,$complessivi) = $resvoti->fetch(PDO::FETCH_NUM)) { 276 while (list($data,$ora,$numsez,$uomini,$donne,$complessivi) = $resvoti->fetch(PDO::FETCH_NUM)) {#<table style=\"width:100%;border:none;\"><tr> 276 277 if(($uomini+$donne)>0) 277 $ar[$numsez][$data.$ora]=" <table style=\"width:100%;border:none;\"><tr>278 <td style=\"width:33%;text-align:center;border:none;max-width:50px;\">$uomini</td>279 <td style=\"width:33%;text-align:center;border:none;max-width:50px;\">$donne</td>280 <td style=\"width:33%;text-align:center;border:none;max-width:50px;\">$complessivi</td>281 </tr></table>";278 $ar[$numsez][$data.$ora]=" 279 $uomini</td> 280 <td>$donne</td> 281 <td>$complessivi"; 282 # </tr></table>"; 282 283 else 283 284 $ar[$numsez][$data.$ora]=$complessivi; 284 285 } 285 $html .= "</tr>";286 # $html .= "</tr>"; 286 287 foreach ($ar as $i => $arr) { 287 288 if(intval($i) % 2) … … 291 292 foreach ($arr as $valore) 292 293 { 293 $html .= "<td style=\"max-width:33%;text-align:center;border:none;\">$valore</td>";294 $html .= "<td>$valore</td>"; 294 295 } 295 296 $html .= "</tr>"; 296 297 } 297 $html .= "</table>";298 # $html .= "</table>"; 298 299 if($genere==0){ //se e' referendum 299 300 #'Pagina precedente' e 'Pagina Successiva' … … 313 314 $html .= "</div>"; 314 315 } 315 } 316 } 317 if($xls!=1) 318 if($pdf==1) $datipdf .= "<div style=\"margin-left:20px;margin-right:20px;text-align:center;\"><table style=\"width:100%; margin:0px auto; text-align:center;\"><tr><td>$immagine</td><td colspan=\"$testacols\">"; 319 else 320 $datipdf .= "<div style=\"margin-left:20px;margin-right:20px;text-align:center;\"><table style=\"width:60%; margin:0px auto; text-align:center;\"><tr><td>$immagine</td><td colspan=\"$testacols\">"; 321 $datipdf .= ""._COMUNE." $descr_com<br > 322 "._RISULTA." "._CONSULTA."<br>"; 323 $datipdf .= "$descr_cons<br>"._DISCLAIMER." 324 <br><hr><b>"._DETTAGLIO." "._AFFLUENZE."</b>"; 325 if($xls!=1) $datipdf .= "</td></tr>";#</table></div> 326 if($csv==1 and $genere==0) $datipdf .= "<tr><td colspan=\"".($testacols+1)."\">$descrizione</td></tr>"; #<div></div><h4></h4> 327 316 328 if(!isset($style)) $style=''; 317 329 if($csv==1){ 318 330 $data=date("d-m-y G:i"); 319 $style .=" \t\t\n<br/><br/><br/><table style=\"width:50%; margin:0px auto;text-align:center;\"><tr><td><div style=\"margin:0px auto;text-align:center;\"><i>Stampato: $data</i></div>";320 $style .="<br /><div style=\"text-align:center;\"><i>Eleonline by luciano apolito e roberto gigli - www.eleonline.it</i></div></td></tr></table>";321 $style .= "<br/> "; 331 $style .="<tr><td colspan=\"".($testacols+1)."\" style=\"border-top: 1px;\"><br><br><i>Stampato: $data</i>"; #\t\t\n<br><br><br><table style=\" margin:0px auto;text-align:center;\"></div> 332 $style .="<br><i>Eleonline by luciano apolito e roberto gigli - www.eleonline.it</i></td></tr></table></div>"; 333 # $style .= "<br> "; # <div style=\"text-align:center;\"> 322 334 } 323 if($csv==1 and $xls!=1) $html.="</div>";335 #if($csv==1 and $xls!=1) $html.="</div>"; 324 336 #echo "</center>"; 325 337 /*if($xls==1) { $cella=$html; … … 348 360 $html=$cella; 349 361 } */ 362 $html=$riga1.$riga3.$html; #die($datipdf.$html.$style); 350 363 ?> -
trunk/client/modules/Elezioni/foto.php
r376 r464 49 49 die(); 50 50 } 51 51 $stemma=stripslashes($stemma); 52 52 53 53 // nessuno stemma immagine vuota -
trunk/client/modules/Elezioni/votanti-inc.php
r461 r464 85 85 list($descr_com) = $res->fetch(PDO::FETCH_NUM); 86 86 $descr_com =stripslashes($descr_com); 87 $datipdf .= "<div style=\" margin:0px auto; text-align:center;\">";87 $datipdf .= "<div style=\"width:100%; margin:0px auto; text-align:center;\">"; 88 88 $siteistat=$id_comune; 89 89 # salva sull'hardisk lo stemma del comune style=\"vertical-align: text-bottom;\" … … 180 180 $ops=3; //gestione liste 181 181 } 182 $cols=4; 182 183 $sql="SELECT id_gruppo,num_gruppo from ".$prefix."_ele_gruppo where id_cons=$id_cons and num_gruppo=$num_ref"; 183 184 $resg = $dbi->prepare("$sql"); … … 200 201 #} 201 202 $tab3="_ele_voti_lista"; 203 $riga3 = "<tr class=\"bggray2\"> 204 <td>"._SEZIONI."</td> 205 <td>"._VOTIU."</td> 206 <td>"._VOTID."</td> 207 <td>"._VOTIE."</td>"; //testata con nomi dei campi 208 $cols=4; 209 if ($genere==0) { //se e' un referendum 210 $riga3 .= "<td>"._SI."</td><td>"._NO."</td>"; 211 $cols+=2; 212 } elseif ((($genere==5) or ($genere==3)) and $pag==1){ 213 $riga3 .= "<td>Voti "._LISTE."</td>"; 214 $cols++; 215 if(isdisgiunto()){ 216 $riga3 .= "<td>Voti "._PRESI."</td>"; 217 $riga3 .= "<td>"._SOLO_LISTA."</td>"; 218 $cols+=2; 219 } // voto disgiunto 220 if (!$votog) {$riga3 .= "<td>"._ASOLO_GRUPPO."</td>"; $cols++; } 221 } 222 $riga3 .= "<td>"._VALIDI."</td><td>"._NULLI."</td><td>"._BIANCHI."</td><td>"._CONTESTATI."</td>" 223 ."</tr>\n"; 224 $cols+=4; 225 if($pdf==1) 226 $riga1 = "<table style=\"width:100%; margin-left: auto; margin-right: auto;\" summary=\"Tabella dei voti espressi\">"; 227 else 228 $riga1 = "<table style=\"width:60%; margin-left: auto; margin-right: auto;\" summary=\"Tabella dei voti espressi\">"; 229 $riga1 .= "<tr>"; #"<tr class=\"bggray2\">"; 230 202 231 if ($genere>0) { //se non e' un referendum 203 232 if (!($genere==4) and $pag==0){ //se non e' una lista uninominale ed e' la prima pagina … … 217 246 } 218 247 } 219 $riga1 = "";220 if($pag==0)$riga1 .="< div style=\"text-align: center;\"><h2>"._DETTAGLIO." "._VOTIE."</h2></div>";221 else $riga1 .="< h4>"._DETTAGLIO." "._VOTIE." "._ASOLA_LISTA."</h4>";248 # $riga1 = ""; 249 if($pag==0)$riga1 .="<td colspan=\"$cols\"><div style=\"text-align: center;\"><h2>"._DETTAGLIO." "._VOTIE."</h2></div></td>"; 250 else $riga1 .="<td colspan=\"$cols\"><h4>"._DETTAGLIO." "._VOTIE." "._ASOLA_LISTA."</h4></td>"; 222 251 }else{ // e' un referendum --> t3.id_gruppo vuota per allineare il while (da rifare con array) 223 252 $tab="SELECT t1.id_gruppo,t1.id_sez,t2.num_sez,t1.si,t1.no,'0',t1.validi,t1.nulli,t1.bianchi,t1.contestati, t4.id_circ,t2.id_sede,t3.num_gruppo,'0' … … 225 254 left join ".$prefix."_ele_gruppo as t3 on (t1.id_gruppo=t3.id_gruppo) left join ".$prefix."_ele_sede as t4 on (t2.id_sede=t4.id_sede) 226 255 where t1.id_cons='$id_cons' and t1.id_gruppo='$idg' $circos4 order by t2.num_sez "; 227 $riga1 = "<div style=\"width:100%;margin:0px auto;text-align:center;\">";256 $riga1 .= "<td colspan=\"$cols\"><div style=\"width:100%;margin:0px auto;text-align:center;\">"; 228 257 $riga1 .="<h2>"._DETTAGLIO." "._VOTIE."</h2>"; 229 258 $sql="select descrizione from ".$prefix."_ele_gruppo where id_gruppo='$idg'"; … … 231 260 $des->execute(); 232 261 list($descrizione)=$des->fetch(PDO::FETCH_BOTH); 233 $riga1 .="<h4>$descrizione</h4>"; 234 } 262 $riga1 .="<h4>$descrizione</h4></div></td>"; 263 } 264 $riga1.="</tr>"; 235 265 $sql="$tab "; 236 266 $res = $dbi->prepare("$sql"); … … 238 268 $num_scr = $res->rowCount(); 239 269 //$riga2= "<div>"._SEZSCR." $num_scr su $num_sez</div>";//sezioni scrutinate 240 $riga2 = "<table style=\"width:100%;display: block; margin-left: 40px; margin-right: auto; border:1px solid #6A6A6A;\" summary=\"Tabella dei voti espressi\">"; 241 $riga3 = "<tr class=\"bggray2\"> 242 <td>"._SEZIONI."</td> 243 <td>"._VOTIU."</td> 244 <td>"._VOTID."</td> 245 <td>"._VOTIE."</td>"; //testata con nomi dei campi 246 if ($genere==0) { //se e' un referendum 247 $riga3 .= "<td>"._SI."</td><td>"._NO."</td>"; 248 } elseif ((($genere==5) or ($genere==3)) and $pag==1){ 249 $riga3 .= "<td>Voti "._LISTE."</td>"; 250 if(isdisgiunto()){ 251 $riga3 .= "<td>Voti "._PRESI."</td>"; 252 $riga3 .= "<td>"._SOLO_LISTA."</td>"; 253 } // voto disgiunto 254 if (!$votog) $riga3 .= "<td>"._ASOLO_GRUPPO."</td>"; 255 } 256 $riga3 .= "<td>"._VALIDI."</td><td>"._NULLI."</td><td>"._BIANCHI."</td><td>"._CONTESTATI."</td>" 257 ."</tr>\n"; 270 #$riga2 = "<table style=\"width:100%;display: block; margin-left: auto; margin-right: auto; border:1px solid #6A6A6A;\" summary=\"Tabella dei voti espressi\">"; 271 258 272 $sql="$tab "; 259 273 $res = $dbi->prepare("$sql"); … … 368 382 } 369 383 } 370 $righe .= "</table></div>";384 #$righe .= "</table>"; 371 385 if(!isset($html)) $html=''; 372 386 $html .= $riga1; #."<div style=\"width:100%;margin:0px auto; text-align:center;\">"; 373 $html .= $riga2;387 #$html .= $riga2; 374 388 $html .= $righet; 375 389 $html .= $riga3; … … 380 394 #'Pagina precedente' e 'Pagina Successiva' 381 395 $cur=$num_ref; 396 $html.="<tr><td colspan=\"$cols\">"; 382 397 if ($cur>1) { 383 398 $num_ref--; … … 391 406 $html .= "[ <b>"._NEXT_MATCH."</b> ]</a>"; 392 407 } 408 $html.="</td></tr>"; 393 409 } 394 410 } … … 396 412 if($csv!=1 and $fascia>$limite){ 397 413 $pag=($pag==0 ? 1:0); 398 $html .= "< a href=\"modules.php?name=Elezioni&file=index&id_cons_gen=$id_cons_gen&id_comune=$id_comune&op=come&info=votanti&pag=$pag&csv=$csv\"><b>";414 $html .= "<tr><td colspan=\"$cols\"><a href=\"modules.php?name=Elezioni&file=index&id_cons_gen=$id_cons_gen&id_comune=$id_comune&op=come&info=votanti&pag=$pag&csv=$csv\"><b>"; 399 415 if($pag) $html .= _VOTIL; 400 416 //_CONTR_CONS; 401 417 else $html .= _VOTIE; 402 418 //_CONTR_ESPR; 403 $html .= "</b></a> ";419 $html .= "</b></a></td></tr>"; 404 420 } 405 421 } 406 422 #$html .= "</div>"; 423 #$html.="</table>"; 407 424 if($csv==1){ 408 425 $data=date("d-m-y G:i"); 409 $html .="< br/><div style=\"width:80%;margin:0 auto;text-align:center;\"><i>Stampato: $data</i>";410 $html .="<br/><i>Eleonline by l. apolito & r. gigli - www.eleonline.it</i></ div>";426 $html .="<tr><td colspan=\"$cols\" style=\"text-align: center; border-top: 1px;\"><br/><i>Stampato: $data</i>"; 427 $html .="<br/><i>Eleonline by l. apolito & r. gigli - www.eleonline.it</i></td></tr></table>"; 411 428 } #die($html); 412 429 ?> -
trunk/client/versione.php
r463 r464 1 1 <?php 2 $versione = "3.0 rev 46 3";2 $versione = "3.0 rev 464"; 3 3 $version_number = $versione; 4 4 $datarel = "07 maggio 2025";
Note:
See TracChangeset
for help on using the changeset viewer.
