Ignore:
Timestamp:
May 31, 2011, 10:44:52 PM (13 years ago)
Author:
eol
Message:

blocco sezioni: link ai risultati candidato sindaco, presidente o liste della singola sezione

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/blocchi/04_sezioni.php

    r86 r113  
    1313$sql = mysql_query("select chiusa  from ".$prefix."_ele_cons_comune where id_cons_gen='$id_cons_gen'",$dbi);
    1414                list($chiusa) = mysql_fetch_row($sql);
    15                 if($chiusa!='1') numeri_sezione();
    16                 //echo $chiusa;
     15               
     16                //if($chiusa!='1') numeri_sezione(); # se la consultazione non Ú chiusa
     17               
    1718
    1819
     20numeri_sezione(); //lancia la funzione
    1921
    2022function numeri_sezione() {
    21 global  $prefix, $dbi, $circo, $genere,$id_cons_gen,$id_cons,$id_circ,$tipo_cons,$votog;
     23global  $prefix, $dbi, $circo, $genere,$id_cons_gen,$id_cons,$id_circ,$tipo_cons,$votog,$id_comune;
    2224
    2325
     
    2729                if ($genere==0) $tab="ref";elseif($genere=='4' || $votog) $tab="lista";
    2830                 else $tab="gruppo";
    29                  
     31               
     32
     33
    3034                # numero sezioni
    3135                $res = mysql_query("select t1.id_sez,t1.num_sez  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 order by t1.num_sez",$dbi);
     
    3842                        $i++;
    3943                        /****************************************************************/     
    40                         /* suddivisione in circoscrizione - attivare se Ú il caso
     44                        /* suddivisione in circoscrizione - attivare se Ú il caso 
    4145
    4246                         $result = mysql_query("SELECT id_circ FROM ".$prefix."_ele_sede where id_cons='$id_cons' and id_sede='$sede_id' ", $dbi);
     
    5862                       
    5963
     64                        if ($genere==0) $pos="gruppo_sezione";elseif($genere=='4' || $votog) $pos="lista_sezione";
     65                        else $pos="gruppo_sezione";
    6066                       
    61                        
    62                         $html .="<td style=\"margin:0px auto; text-align:center; width:5%;\" bgcolor=\"$bgsez\"><b>$sez_num</b></td>";
     67                        $html .="<td style=\"margin:0px auto; text-align:center; width:5%;\" bgcolor=\"$bgsez\"><a href=\"modules.php?id_cons_gen=$id_cons_gen&name=Elezioni&id_comune=$id_comune&perc=true&file=index&op=$pos&minsez=$sez_num&offsetsez=$sez_num\"><b>$sez_num</b></a></td>";
    6368
    6469                        if (($i%8) ==0) $html .="</tr>\n<tr>";
Note: See TracChangeset for help on using the changeset viewer.