Changeset 113 for trunk/client/modules/Elezioni/blocchi
- Timestamp:
- May 31, 2011, 10:44:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/blocchi/04_sezioni.php
r86 r113 13 13 $sql = mysql_query("select chiusa from ".$prefix."_ele_cons_comune where id_cons_gen='$id_cons_gen'",$dbi); 14 14 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 17 18 18 19 20 numeri_sezione(); //lancia la funzione 19 21 20 22 function numeri_sezione() { 21 global $prefix, $dbi, $circo, $genere,$id_cons_gen,$id_cons,$id_circ,$tipo_cons,$votog ;23 global $prefix, $dbi, $circo, $genere,$id_cons_gen,$id_cons,$id_circ,$tipo_cons,$votog,$id_comune; 22 24 23 25 … … 27 29 if ($genere==0) $tab="ref";elseif($genere=='4' || $votog) $tab="lista"; 28 30 else $tab="gruppo"; 29 31 32 33 30 34 # numero sezioni 31 35 $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); … … 38 42 $i++; 39 43 /****************************************************************/ 40 /* suddivisione in circoscrizione - attivare se Ú il caso 44 /* suddivisione in circoscrizione - attivare se Ú il caso 41 45 42 46 $result = mysql_query("SELECT id_circ FROM ".$prefix."_ele_sede where id_cons='$id_cons' and id_sede='$sede_id' ", $dbi); … … 58 62 59 63 64 if ($genere==0) $pos="gruppo_sezione";elseif($genere=='4' || $votog) $pos="lista_sezione"; 65 else $pos="gruppo_sezione"; 60 66 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>"; 63 68 64 69 if (($i%8) ==0) $html .="</tr>\n<tr>";
Note:
See TracChangeset
for help on using the changeset viewer.