Changeset 104 for trunk/client/modules/Elezioni
- Timestamp:
- May 29, 2011, 1:20:58 AM (13 years ago)
- Location:
- trunk/client
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client
-
Property svn:ignore
set to
config.php
-
Property svn:ignore
set to
-
trunk/client/modules/Elezioni/crea_pagina.php
r74 r104 15 15 die ("You can't access this file directly..."); 16 16 } 17 17 global $name; 18 18 19 19 function crea_tabella($ar) { 20 20 21 21 22 global $prefix,$dbi,$pdf,$csv,$xls,$lang,$descr_cons,$prefix,$dbi,$id_comune,$descrizione,$siteistat,$ pagina,$min,$offset,$minsez,$offsetsez,$datipdf;22 global $prefix,$dbi,$pdf,$csv,$xls,$lang,$descr_cons,$prefix,$dbi,$id_comune,$descrizione,$siteistat,$min,$offset,$minsez,$offsetsez,$datipdf; 23 23 $res = mysql_query("SELECT descrizione FROM ".$prefix."_ele_comuni where id_comune='$id_comune' ", $dbi); 24 24 list($descr_com) = mysql_fetch_row($res); 25 25 26 27 28 29 30 26 31 $datipdf=stripslashes($datipdf); 32 27 33 $data=date("d-m-y G:i"); 28 34 29 35 if ($xls==1) { 30 31 $nomefile="export.xls"; 36 $nomefile=strip_tags(str_replace(" ", "_", $datipdf).".xls"); 37 32 38 header ("Content-Type: application/vnd.ms-excel"); 33 39 header ("Content-Disposition: inline; filename=$nomefile"); … … 38 44 $cella=str_replace("</b>"," ",$cella); 39 45 $cella=str_replace("<br />"," ",$cella); 46 40 47 41 48 echo "$datipdf"; … … 56 63 $cella=str_replace("<b>"," ",$cella); 57 64 $cella=str_replace("</b>"," ",$cella); 65 $cella=str_replace("<br>"," ",$cella); 58 66 $cella=str_replace("<br />"," ",$cella); 59 67 $cella=str_replace("<span class=\"red\"><i>"," - ",$cella); 60 68 $cella=str_replace("</span>%</i>","%",$cella); 69 $cella=str_replace("</i></span>","",$cella); 61 70 $cella=str_replace("_CIRCOS","Circoscrizione ",$cella); 62 71 $cella=str_replace("_SEZIONI","Sezione ",$cella); … … 73 82 74 83 echo"\n\n\nPowered by Eleonline http://www.eleonline.it \t \n"; 75 echo"by l .apolito & r.gigli - stampato: $data \t \n";84 echo"by luciano apolito & roberto gigli - stampato: $data \t \n"; 76 85 die(); 77 86 … … 137 146 if ($pdf!="1" && $csv=="1"){ 138 147 $html .="<br/><span class=\"copy\"><i>Stampato: $data</i></span>"; 139 $html .="<br/><span class=\"copy\"><i>Eleonline by l . apolito & r.gigli - www.eleonline.it</i></span>";148 $html .="<br/><span class=\"copy\"><i>Eleonline by luciano apolito & roberto gigli - www.eleonline.it</i></span>"; 140 149 $html .="</td></tr></table>"; 141 150 } … … 148 157 }else{ 149 158 150 #pdf 151 /* 152 require('inc/pdf/html2fpdf.php'); 153 //Istanzio la classe 154 $fpdf=new HTML2FPDF('L','mm','A4'); 155 156 //Creo la pagina 157 $fpdf->AddPage(); 158 159 //Per leggere il file html usare fread 160 $content = "<b>Testo in neretto</b>"; 161 $fpdf->Image('modules/Elezioni/images/logo.jpg',10,10,10,0,'','http://www.eleonline.it'); 162 //Scrivo l'html nel file pdf 163 $fpdf->WriteHTML($html); 164 //Scrivo il file sample.pdf 165 $fpdf->Output(); 166 167 //include("modules/Elezioni/printpdf.php"); 168 //PrintPage($html); 169 */ 170 $style =" 171 <style type=\"text/css\"> 172 <!-- 173 .table-docs { 174 font-size: 10px; 175 padding: 1px; 176 color: #000000; 177 /* margin: 4px 4px 40px;*/ 178 border: solid #666666; 179 text-align:center; 180 } 181 .bggray { 182 background: #d2d2d2; 183 FONT-SIZE: 13px; 184 FONT-FAMILY: Helvetica; 185 border: 1px; 186 } 187 188 .bggray2 { 189 background: #EFEFEF; 190 FONT-SIZE: 13px; 191 FONT-FAMILY: Helvetica; 192 border: 1px; 193 } 194 195 bggray3 { 196 background: #EFEFEF; 197 FONT-SIZE: 10px; 198 FONT-FAMILY: Helvetica; 199 text-align: left 200 } 201 202 .bgw { 203 background: #ffffff; 204 FONT-SIZE: 13px; 205 FONT-FAMILY: Helvetica; 206 border: 1px; 207 208 } 209 .td-130 { 210 float: right; 211 margin: 0px 0 0 1px; 212 width: 130px; 213 border: none; 214 background-color: #d2d2d2; 215 padding: 0px; 216 217 } 218 .td-130c { 219 float: right; 220 text-align:left; 221 margin: 0px 0 0 1px; 222 width: 130px; 223 border: none; 224 padding: 0px; 225 } 226 227 td { 228 border: .2px; 229 } 230 .red { 231 BACKGROUND: none; 232 COLOR: #ff0000; 233 FONT-SIZE: 12px; 234 FONT-FAMILY: Helvetica 235 } 236 .copy { 237 background: #d2d2d2; 238 FONT-SIZE: 8px; 239 FONT-FAMILY: Helvetica; 240 border: 1px; 241 } 242 .cen { 243 margin: 10px auto 0 auto; 244 } 245 --> 246 </style>"; 247 248 249 250 251 252 253 254 $style .="<table style=\"margin: auto;\" cellspace=0 border=0 cellpadding=0><tr><td border=0><img src=\"modules/Elezioni/images/logo.gif\" align=\"left\" /></td> "; 255 256 $style .= "<td border=0>$datipdf</td></tr></table><br/><br/>"; 257 $style .=$html; 258 $style .= "<table style=\"margin: auto;\" cellspace=0 border=0 cellpadding=0><tr><td border=0>"; 259 260 $data=date("d-m-y G:i"); 261 $style .="<br/><span class=\"copy\"><i>Stampato il $data</i></span>"; 262 $style .="<br/><span class=\"copy\"><i>Eleonline by lucianoapolito & roberto gigli - www.eleonline.it</i></span>"; 263 $style .="</td></tr></table>"; 264 // conversion HTML => PDF 265 require_once('inc/hpdf/html2pdf.class.php'); 266 $html2pdf = new HTML2PDF('L','A4', 'it'); 267 $html2pdf->WriteHTML($style, isset($_GET['vuehtml'])); 268 $html2pdf->Output(); 159 $style =" 160 <style type=\"text/css\"> 161 <!-- 162 .table-docs { 163 font-size: 10px; 164 padding: 1px; 165 color: #000000; 166 /* margin: 4px 4px 40px;*/ 167 border: solid #666666; 168 text-align:center; 169 } 170 .bggray { 171 background: #d2d2d2; 172 FONT-SIZE: 13px; 173 FONT-FAMILY: Helvetica; 174 border: 1px; 175 } 176 177 .bggray2 { 178 background: #EFEFEF; 179 FONT-SIZE: 13px; 180 FONT-FAMILY: Helvetica; 181 border: 1px; 182 } 183 184 bggray3 { 185 background: #EFEFEF; 186 FONT-SIZE: 10px; 187 FONT-FAMILY: Helvetica; 188 text-align: left 189 } 190 191 .bgw { 192 background: #ffffff; 193 FONT-SIZE: 13px; 194 FONT-FAMILY: Helvetica; 195 border: 1px; 196 197 } 198 .td-130 { 199 float: right; 200 margin: 0px 0 0 1px; 201 width: 130px; 202 border: none; 203 background-color: #d2d2d2; 204 padding: 0px; 205 206 } 207 .td-130c { 208 float: right; 209 text-align:left; 210 margin: 0px 0 0 1px; 211 width: 130px; 212 border: none; 213 padding: 0px; 214 } 215 216 td { 217 border: .2px; 218 } 219 .red { 220 BACKGROUND: none; 221 COLOR: #ff0000; 222 FONT-SIZE: 12px; 223 FONT-FAMILY: Helvetica 224 } 225 .copy { 226 background: #d2d2d2; 227 FONT-SIZE: 8px; 228 FONT-FAMILY: Helvetica; 229 border: 1px; 230 } 231 .cen { 232 margin: 10px auto 0 auto; 233 } 234 --> 235 </style>"; 236 237 238 239 240 241 242 243 $style .="<table style=\"margin: auto;\" cellspace=0 border=0 cellpadding=0><tr><td border=0><img src=\"modules/Elezioni/images/logo.gif\" align=\"left\" /></td> "; 244 245 $style .= "<td border=0>$datipdf</td></tr></table><br/><br/>"; 246 $style .= "<table style=\"margin: auto;\"><tr><td>$html</td></tr></table>"; 247 $style .= "<table style=\"margin: auto;\" cellspace=0 border=0 cellpadding=0><tr><td border=0>"; 248 249 $data=date("d-m-y G:i"); 250 $style .="<br/><span class=\"copy\"><i>Stampato il $data</i></span>"; 251 $style .="<br/><span class=\"copy\"><i>Eleonline by luciano apolito & roberto gigli - www.eleonline.it</i></span>"; 252 $style .="</td></tr></table>"; 253 $nomefile=strip_tags($datipdf).".pdf"; 254 $nomefile=str_replace(" ", "_",$nomefile); 255 // conversion HTML => PDF 256 257 require_once('inc/hpdf/html2pdf.class.php'); 258 $html2pdf = new HTML2PDF('L','A4', 'it'); 259 $html2pdf->WriteHTML($style, isset($_GET['vuehtml'])); 260 $html2pdf->Output($nomefile); 269 261 270 262 -
trunk/client/modules/Elezioni/gruppo.php
r103 r104 179 179 */ 180 180 $visvot=''; 181 182 if (!$csv) echo "<div><h5>$pagina</h5></div>"; 183 if (!$csv) echo "<div style=\"text-align:left; margin-left:20px;\">"; 184 181 185 if(strstr( $op,'candidato')){ 182 186 // $numliste=mysql_num_rows($res_lis); 183 187 $visvot="cand"; 184 188 if (!$csv){ 189 190 185 191 $res_lis = mysql_query("SELECT id_lista, descrizione,num_lista from ".$prefix."_ele_lista where id_cons=$id_cons $condcirc order by num_lista",$dbi); 186 192 //elenco delle liste per la scelta 187 echo "<p> Scegli la lista:193 echo "<p>"._SCEGLI_LISTA.": 188 194 <select name=\"id_lista\" class=\"modulo\" onChange=\"top.location.href=this.form.pag.value+this.form.id_lista.options[this.form.id_lista.selectedIndex].value;return false\">"; 189 195 while(list($id_rif,$descrizione,$num_lis) = mysql_fetch_row($res_lis)) { … … 279 285 if (!(0<$offset and $offset<=$num_cand)) $offset=$num_cand; 280 286 if (!$csv) { 281 echo "<br /><table> 282 <tr><td><h5>$pagina</h5></td></tr>"; 283 echo "<tr><td>"._DA.": <select name=\"min\" class=\"modulo\">"; 287 if(strstr( $op,'lista')){$scelta=_SCEGLI_LISTA;}else{$scelta=_SCEGLI_CANDI;} 288 echo "<p>$scelta "._DA.": <select name=\"min\" class=\"modulo\">"; 284 289 while(list($id_rif,$descrizione,$num_lis) = mysql_fetch_row($res_cand)) { 285 290 if (!$min) $min=$num_lis; … … 290 295 291 296 } 292 echo "</select> </td></tr>";293 echo " <tr><td> "._A.": <select name=\"offset\" class=\"modulo\">";297 echo "</select>"; 298 echo " "._A.": <select name=\"offset\" class=\"modulo\">"; 294 299 mysql_data_seek($res_cand,0); 295 300 while(list($id_rif,$descrizione,$num_lis) = mysql_fetch_row($res_cand)) { … … 301 306 302 307 } 303 echo "</select></td></tr></table>"; 304 echo "<table><tr><td>"; 308 echo "</select></p>"; 309 //echo "<div style=\"text-align:left; margin-left:20px;\">"; 310 if(!$circo){ 311 echo "<p>"._SCEGLI." $tipo1 n. <input name=\"minsez\" value=\"$minsez\" size=\"4\" ></input>"; 312 echo _A." n. <input name=\"offsetsez\" value=\"$offsetsez\" size=\"4\" ></input> (max. $num_sez)"; 313 } 314 # pagine 315 $diff=($offsetsez-$minsez); 316 if ($minsez>1){ 317 $minsez_p= ($minsez-$diff)>1 ? $minsez-$diff-1:1; 318 319 $offsetsez_p=$offsetsez-$diff-1; 320 echo "<div style=\"float: right; width:200px;margin-left:10px;margin-right:400px;font-size:12px \"><a href=\"modules.php?name=Elezioni&file=index&id_cons_gen=$id_cons_gen&id_comune=$id_comune&op=$op&min=$min&offset=$offset&minsez=$minsez_p&offsetsez=$offsetsez_p&perc=$perc&id_lista=$id_lista\"> <- $tipo2 Precedenti</a></div>"; 321 }else{echo "";} 322 323 if ($offsetsez<$num_sez){ 324 $minsez_s=$minsez+$diff+1; 325 $offsetsez_s= ($offsetsez+$diff)>$num_sez ? $num_sez: $offsetsez+$diff+1; 326 327 echo "<div style=\"float: left; width:200px; margin-left:10px;\"><a href=\"modules.php?name=Elezioni&file=index&op=$op&id_cons_gen=$id_cons_gen&id_comune=$id_comune&orvert=$orvert&min=$min&offset=$offset&minsez=$minsez_s&offsetsez=$offsetsez_s&perc=$perc&id_lista=$id_lista\"> $tipo2 Successive -></a></div>"; 328 }else{echo "";} 329 330 331 332 333 305 334 if(!$circo) 306 echo "$tipo1 n. <input name=\"minsez\" value=\"$minsez\" size=\"4\" ></input>"; 307 echo "</td>"; 308 echo "<td>"; 309 if(!$circo) 310 echo _A." n. <input name=\"offsetsez\" value=\"$offsetsez\" size=\"4\" ></input> (max. $num_sez)"; 311 echo "</td> 312 <td align=\"right\">"._MOSTRA." $tipo2 <br/>"._PERCOL."<input type=\"radio\" name=\"orvert\" $righe value=\"0\"></input><br/>"._PERRIGHE." <input 335 336 echo "<div style=\"margin-left:10px;\"><br/>"._MOSTRA." $tipo2 "._PERCOL."<input type=\"radio\" name=\"orvert\" $righe value=\"0\"></input>"._PERRIGHE." <input 313 337 type=\"radio\" name=\"orvert\" $colonne value=\"1\"></input>"; 314 338 echo "<input type=\"hidden\" name=\"name\" value=\"Elezioni\"></input> 315 </td></tr>"; 316 $diff=($offsetsez-$minsez); 317 if ($minsez>1){ 318 $minsez_p= ($minsez-$diff)>1 ? $minsez-$diff-1:1; 319 320 $offsetsez_p=$offsetsez-$diff-1; 321 echo "<tr><td valign=\"middle\"><div align=\"right\"><a href=\"modules.php?name=Elezioni&file=index&id_cons_gen=$id_cons_gen&id_comune=$id_comune&op=$op&min=$min&offset=$offset&minsez=$minsez_p&offsetsez=$offsetsez_p&perc=$perc&id_lista=$id_lista\"> <- Precedenti</a></div></td>"; 322 }else{echo "<tr><td></td>";} 323 if ($offsetsez<$num_sez){ 324 $minsez_s=$minsez+$diff+1; 325 $offsetsez_s= ($offsetsez+$diff)>$num_sez ? $num_sez: $offsetsez+$diff+1; 326 327 echo "<td><div><a href=\"modules.php?name=Elezioni&file=index&op=$op&id_cons_gen=$id_cons_gen&id_comune=$id_comune&orvert=$orvert&min=$min&offset=$offset&minsez=$minsez_s&offsetsez=$offsetsez_s&perc=$perc&id_lista=$id_lista\"> Successive -></a></div></td><td></td></tr>"; 328 }else{echo "<td></td><td></td></tr>";} 329 330 331 332 echo "<tr>"; 339 </div>"; 340 341 342 343 echo "<p>"; 333 344 if (!strstr( $op,'candidato')) { 334 echo " <td>"._VIS_PERC.": <input type=\"checkbox\" name=\"perc\" value=\"true\"";345 echo ""._VIS_PERC.": <input type=\"checkbox\" name=\"perc\" value=\"true\""; 335 346 if($perc=='true') echo " checked=\"true\""; 336 echo "></input>< /td>";337 } 338 echo " <td>";347 echo "></input><br/>"; 348 } 349 echo ""; 339 350 if($circo) 340 351 echo "<input type=\"hidden\" name=\"id_circ\" value=\"$id_circ\"></input>"; … … 345 356 echo "<input type=\"hidden\" name=\"pag2\" value=\"modules.php?name=Elezioni&op=$op&id_cons_gen=$id_cons_gen&id_comune=$id_comune&csv=1&orvert=$orvert&min=$min&offset=$offset&minsez=$minsez&offsetsez=$offsetsez&perc=$perc&id_lista=\"></input>"; 346 357 347 echo " <input type=\"submit\" name=\"update\" value=\""._OK."\"></input>";358 echo " <input type=\"submit\" name=\"update\" value=\""._RICARICA."\"></input></p></div>"; 348 359 349 360 … … 385 396 386 397 $datipdf="<b>"._COMUNE." $descr_comune</b> - "._RISULTATI.": $descr_cons<br/><b>$pagina</b><br/><br/> $list1 $list2 $list3 "; 398 399 400 401 402 403 404 405 # verificare la stampa sulle circoscrizioni 406 echo "<div style=\"text-align:right;width:900px;margin-left:10px;margin-right:20px;font-size:12px \">"._ESPORTA."<br />"; 407 if($circo) echo "<a href=\"".$_SERVER['PHP_SELF']."?name=Elezioni&op=$op&id_cons_gen=$id_cons_gen&id_comune=$id_comune&csv=1&orvert=$orvert&min=$min&offset=$offset&minsez=$minsez&offsetsez=$offsetsez&perc=$perc&id_lista=$id_lista&id_circ=$id_circ&datipdf=$datipdf\" ><img class=\"image\" src=\"modules/Elezioni/images/printer.gif\" alt=\"Stampa\" /></a>"; 408 else{ 409 echo "<a href=\"".$_SERVER['PHP_SELF']."?name=Elezioni&op=$op&id_cons_gen=$id_cons_gen&id_comune=$id_comune&csv=1&orvert=$orvert&min=$min&offset=$offset&minsez=$minsez&offsetsez=$offsetsez&perc=$perc&id_lista=$id_lista&datipdf=$datipdf\" ><img class=\"image\" src=\"modules/Elezioni/images/printer.gif\" alt=\"Stampa\" /></a>"; 410 echo "<a href=\"".$_SERVER['PHP_SELF']."?name=Elezioni&op=$op&id_cons_gen=$id_cons_gen&id_comune=$id_comune&csv=1&orvert=$orvert&min=$min&offset=$offset&minsez=$minsez&offsetsez=$offsetsez&perc=$perc&id_lista=$id_lista&xls=1&datipdf=$datipdf\" ><img class=\"image\" src=\"modules/Elezioni/images/csv.gif\" alt=\"Export Csv\" /></a>"; 411 echo "<a href=\"".$_SERVER['PHP_SELF']."?name=Elezioni&op=$op&id_cons_gen=$id_cons_gen&id_comune=$id_comune&csv=1&orvert=$orvert&min=$min&offset=$offset&minsez=$minsez&offsetsez=$offsetsez&perc=$perc&id_lista=$id_lista&pdf=1&datipdf=$datipdf\" ><img class=\"image\" src=\"modules/Elezioni/images/pdf.gif\" alt=\"Export Pdf\" /></a>"; 412 } 413 echo "</div></form>"; 414 /* 387 415 if (!$circo) 388 416 echo "dalla $tipo3 n. <b>$minsez</b> alla $tipo3 n. <b>$offsetsez</b> di <b>$num_sez</b> $tipo2<br/><br/>"; 389 417 else echo "<br/><br/>"; 390 418 391 392 393 394 395 # verificare la stampa sulle circoscrizioni396 if($circo) echo "</td><td><a href=\"".$_SERVER['PHP_SELF']."?name=Elezioni&op=$op&id_cons_gen=$id_cons_gen&id_comune=$id_comune&csv=1&orvert=$orvert&min=$min&offset=$offset&minsez=$minsez&offsetsez=$offsetsez&perc=$perc&id_lista=$id_lista&id_circ=$id_circ&datipdf=$datipdf\" ><img class=\"image\" src=\"modules/Elezioni/images/printer.gif\" alt=\"Stampa\" /></a>";397 else{398 echo "</td><td><a href=\"".$_SERVER['PHP_SELF']."?name=Elezioni&op=$op&id_cons_gen=$id_cons_gen&id_comune=$id_comune&csv=1&orvert=$orvert&min=$min&offset=$offset&minsez=$minsez&offsetsez=$offsetsez&perc=$perc&id_lista=$id_lista&datipdf=$datipdf\" ><img class=\"image\" src=\"modules/Elezioni/images/printer.gif\" alt=\"Stampa\" /></a>";399 echo "<a href=\"".$_SERVER['PHP_SELF']."?name=Elezioni&op=$op&id_cons_gen=$id_cons_gen&id_comune=$id_comune&csv=1&orvert=$orvert&min=$min&offset=$offset&minsez=$minsez&offsetsez=$offsetsez&perc=$perc&id_lista=$id_lista&xls=1&datipdf=$datipdf\" ><img class=\"image\" src=\"modules/Elezioni/images/csv.gif\" alt=\"Export Csv\" /></a>";400 echo "<a href=\"".$_SERVER['PHP_SELF']."?name=Elezioni&op=$op&id_cons_gen=$id_cons_gen&id_comune=$id_comune&csv=1&orvert=$orvert&min=$min&offset=$offset&minsez=$minsez&offsetsez=$offsetsez&perc=$perc&id_lista=$id_lista&pdf=1&datipdf=$datipdf\" ><img class=\"image\" src=\"modules/Elezioni/images/pdf.gif\" alt=\"Export Pdf\" /></a>";401 }402 echo "</td></tr></table></div></form>";403 404 419 if (strstr( $op,'candidato')) echo $list2; 405 420 */ 406 421 407 422 } 408 423 if (!$csv){ 409 //echo "<table border=\"0\" width=\"100%\"><tr><td align=\"center\"><h5> Sezioni scrutinate";410 //if ($tipo_cons!=4) echo ": $tot_scr su $tot_sez";411 //echo "</h5></td></tr></table>";424 echo "<div style=\"text-align:right;width:900px;margin-left:10px;margin-right:2px;font-size:12px \"><h5> Sezioni scrutinate"; 425 if ($tipo_cons!=4) echo ": $tot_scr su $tot_sez "; 426 echo "</h5> </div>"; 412 427 } 413 428 $y=1; … … 448 463 449 464 ################### <span class=\"red\"><i>".$temp3[$key]." %</i></span> 450 $ar[$z][0]=$res[0]; if($grpercscru) {$ar[$z][0].="<br ><span class=\"red\"><i>$grpercscru%</i></span>";if(!strstr($ar[0][0],'scrutinio')) $ar[0][0].="<br><span class=\"red\"><i>% scrutinio</i></span>"; }465 $ar[$z][0]=$res[0]; if($grpercscru) {$ar[$z][0].="<br /><span class=\"red\"><i>$grpercscru%</i></span>";if(!strstr($ar[0][0],'scrutinio')) $ar[0][0].="<br /><span class=\"red\"><i>% scrutinio</i></span>"; } 451 466 $pos[$z]=$res[0]; 452 467 #$valar[$z]=array(); -
trunk/client/modules/Elezioni/language/lang-en.php
r86 r104 441 441 define("_ELEZIONI","Elections"); 442 442 define("_TEMA","Template"); 443 define("_SCEGLI_LISTA","Select List"); 444 define("_SCEGLI_CANDI","Select Candidate"); 445 define("_SCEGLI_SEZ","Select Section"); 446 define("_SCEGLI_DELEG","Choose District"); 447 define("_ESPORTA","Export Results"); 448 449 450 451 443 452 444 453 ?> -
trunk/client/modules/Elezioni/language/lang-it.php
r86 r104 202 202 define("_CNFR_CONS","RAFFRONTO TRA CONSULTAZIONI<br/>".htmlentities("si può impostare su liste singole o su raggruppamenti")); 203 203 define("_SCELTA_CONS","<b>Scegli le consultazioni da mettere a confronto</b>"); 204 204 define("_SCEGLI_LISTA","Scegli la Lista"); 205 define("_SCEGLI_CANDI","Scegli il Candidato"); 206 define("_SCEGLI_SEZ","Scegli la Sezione"); 207 define("_SCEGLI_DELEG","Scegli la Circoscrizione"); 208 define("_ESPORTA","Esporta i Risultati"); 205 209 206 210 if($tipo_cons==12 or $tipo_cons==14 or $tipo_cons==15 or $tipo_cons==16 or $tipo_cons==17){ … … 251 255 define("_VOTI_RAGGR","Totale voti alle liste"); 252 256 define("_PROGRAM","Programma<br>elettorale"); 257 define("_RICARICA","Ricarica"); 253 258 254 259
Note:
See TracChangeset
for help on using the changeset viewer.