Changeset 127 for trunk/client/modules/Elezioni/grafici.php
- Timestamp:
- Jun 10, 2011, 12:03:01 AM (13 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.