Ignore:
Timestamp:
Jun 10, 2011, 12:03:01 AM (13 years ago)
Author:
eol
Message:

piccole variazioni

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/grafici.php

    r126 r127  
    169169        if (!$csv && $anim!=1){ $anim=1;$versione=_VER_HTML;
    170170        }else{ $anim='';$versione=_VER_FLASH;}
    171         if(!$csv){
     171        if($csv!=1){
    172172        echo " <div>
    173173        <a href=\"
     
    222222                $numero=mysql_num_rows($res);
    223223        else
    224                 $numero=0;
     224        $numero=1;
    225225        $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);
    226226        $sezioni=mysql_num_rows($res);
    227        
    228227        if ($numero!=0){
    229228
     
    237236        $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);
    238237        list($tot_aventi)  = mysql_fetch_row($res1);
     238       
    239239        if ($genere!=0) {
    240240
     
    275275                   
    276276                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>";}
    279280                echo "
    280281                <tr class=\"bggray3\"><td ><b>"._AVENTI."</b></td><td>$tot_aventi</td><td><span class=\"red\">100%</span></td></tr>
     
    306307                }
    307308               
    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.
    309310                echo "<h1>"._PERCE." "._VOTIE."</h1>";
    310                 if ($genere==0) echo " "._GRUPPO." $num_gruppo";
     311                if ($genere==0) echo "<h2>  "._GRUPPO." $num_gruppo<h2> ";
    311312
    312313                //$logo=verificasimbolo(); // carica_logo da funzioni.php
Note: See TracChangeset for help on using the changeset viewer.