Changeset 127
- Timestamp:
- Jun 10, 2011, 12:03:01 AM (13 years ago)
- Location:
- trunk/client/modules/Elezioni
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici.php
r126 r127 169 169 if (!$csv && $anim!=1){ $anim=1;$versione=_VER_HTML; 170 170 }else{ $anim='';$versione=_VER_FLASH;} 171 if( !$csv){171 if($csv!=1){ 172 172 echo " <div> 173 173 <a href=\" … … 222 222 $numero=mysql_num_rows($res); 223 223 else 224 $numero=0;224 $numero=1; 225 225 $res = mysql_query("select t1.* from ".$prefix."_ele_sezioni as t1 left join ".$prefix."_ele_sede as t2 on t1.id_sede=t2.id_sede where t1.id_cons='$id_cons' $circos",$dbi); 226 226 $sezioni=mysql_num_rows($res); 227 228 227 if ($numero!=0){ 229 228 … … 237 236 $res1 = mysql_query("SELECT sum(maschi+femmine) from ".$prefix."_ele_sezioni as t1 left join ".$prefix."_ele_sede as t2 on t1.id_sede=t2.id_sede where t1.id_cons='$id_cons' $circos",$dbi); 238 237 list($tot_aventi) = mysql_fetch_row($res1); 238 239 239 if ($genere!=0) { 240 240 … … 275 275 276 276 echo "<table width=\"100%\" class=\"modulo\"><tr><td valign=\"top\" >"; 277 echo "<table width=\"400\" cellspacing=\"3\">"; 278 if ($genere==0) {echo "<h2>$num_gruppo<br/>$descr_gruppo</h2><br/><br/>";} 277 278 echo "<table width=\"500\" cellspacing=\"3\" style=\"text-align:center;\">"; 279 if ($genere==0) {echo "<tr><td><h4>"._GRUPPO." $num_gruppo <br/> $descr_gruppo</h4><br/><br/></td></tr>";} 279 280 echo " 280 281 <tr class=\"bggray3\"><td ><b>"._AVENTI."</b></td><td>$tot_aventi</td><td><span class=\"red\">100%</span></td></tr> … … 306 307 } 307 308 308 if($csv) echo "</td><td>";else echo "</td></tr><tr><td style=\"text-align:center;\">"; # rotazione x tour marzo 2009 a.l.309 if($csv) echo "</td><td>";else echo "</td></tr><tr><td style=\"text-align:center;\">"; # rotazione x tour marzo 2009 a.l. 309 310 echo "<h1>"._PERCE." "._VOTIE."</h1>"; 310 if ($genere==0) echo " "._GRUPPO." $num_gruppo";311 if ($genere==0) echo "<h2> "._GRUPPO." $num_gruppo<h2> "; 311 312 312 313 //$logo=verificasimbolo(); // carica_logo da funzioni.php -
trunk/client/modules/Elezioni/votanti.php
r126 r127 34 34 if (isset($param['id_gruppo'])) $id_gruppo=intval($param['id_gruppo']); else $id_gruppo=''; 35 35 if (isset($param['tipo_cons'])) $tipo_cons=intval($param['tipo_cons']); else $tipo_cons=''; 36 if (isset($param['xls'])) $xls=intval($param['xls']); else $xls=''; 37 if (isset($param['pdf'])) $pdf=intval($param['pdf']); else $pdf=''; 38 36 39 # anti-xss nov. 2009 37 40 $id_comune=htmlentities($id_comune); … … 170 173 <a href=\"modules.php?name=Elezioni&op=come&file=index&id_cons_gen=$id_cons_gen&id_comune=$id_comune&info=votanti&csv=1&pag=$pag&num_ref=$num_ref&num_refs=$num_refs\">"._VER_STAMPA." 171 174 172 <a href=\"modules.php?name=Elezioni&op=come&file=index&id_cons_gen=$id_cons_gen&id_comune=$id_comune&info=votanti&csv=1&pag=$pag$curref\">"._VER_STAMPA." 173 175 174 176 <img class=\"image\" src=\"modules/Elezioni/images/printer.png\" alt=\"\" /></a> 175 177 176 178 <a href=\"modules.php?name=Elezioni&op=come&file=index&id_cons_gen=$id_cons_gen&id_comune=$id_comune&info=votanti&xls=1&csv=1;&pag=$pag&num_ref=$num_ref&num_refs=$num_refs\"> 177 179 178 <a href=\"modules.php?name=Elezioni&op=come&file=index&id_cons_gen=$id_cons_gen&id_comune=$id_comune&info=votanti&xls=1&csv=1;&pag=$pag$curref\"> 179 180 180 181 <img class=\"image\" src=\"modules/Elezioni/images/csv.gif\" alt=\"\" /></a> 181 182 183 <a href=\"modules.php?name=Elezioni&op=come&file=index&id_cons_gen=$id_cons_gen&id_comune=$id_comune&info=votanti&pdf=1&csv=1;&pag=$pag&num_ref=$num_ref&num_refs=$num_refs\"> 182 184 <a href=\"modules.php?name=Elezioni&op=come&file=index&id_cons_gen=$id_cons_gen&id_comune=$id_comune&info=votanti&pdf=1&csv=1;&pag=$pag$curref\"> 183 185 <img class=\"image\" src=\"modules/Elezioni/images/pdf.gif\" alt=\"\" /></a> … … 193 195 $totel=$totm+$totf; 194 196 if (!IsSet($pag)) {$pag=0;} //inizializza il numero di pagina 197 /* 195 198 if (!IsSet($num_ref)) { 196 199 $num_ref=1; … … 198 201 $num_refs= mysql_num_rows($resg); //quante pagine? 199 202 } 203 */ 200 204 if(($genere!=4) and $pag==0){ //diverso da liste a piu' candidati 201 205 $ops=4; //gestione gruppi (anche liste uninominali) … … 383 387 if($csv==1){ 384 388 $data=date("d-m-y G:i"); 385 $html .="< /div><br/><div style=\"margin:0 auto;text-align:center;\"><i>Stampato: $data</i>";389 $html .="<br/><div style=\"margin:0 auto;text-align:center;\"><i>Stampato: $data</i>"; 386 390 $html .="<br/><i>Eleonline by l. apolito & r. gigli - www.eleonline.it</i></div>"; 387 391 //$html .= $html;
Note:
See TracChangeset
for help on using the changeset viewer.