Changeset 347 for trunk/client/modules/Elezioni/blocchi/04_sezioni.php
- Timestamp:
- May 14, 2021, 2:00:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/blocchi/04_sezioni.php
r265 r347 74 74 else $pos="gruppo_sezione"; 75 75 76 $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>";76 $html .="<td style=\"margin:0px auto; text-align:center; width:5%;background-color:$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>"; 77 77 78 78 if (($i%5) ==0) $html .="</tr>\n<tr>"; 79 79 } 80 80 while($i%5!=0) {$i++; $html.="<td></td>";} 81 81 $html .="</tr></table>\n"; 82 82 // stampa 83 83 if($e!='0'){ 84 84 echo "<div><h5>"._SEZSCRU."</h5></div>"; 85 echo "< center> <img alt=\"Grafico\" src=\"modules/Elezioni/grafici/ledex2.php?sez=$e&max=$max\" /></center>";85 echo "<img style=\"display:block;margin:0px auto;text-align:center;\" alt=\"Grafico\" src=\"modules/Elezioni/grafici/ledex2.php?sez=$e&max=$max\" />"; 86 86 87 87 echo $html; }
Note:
See TracChangeset
for help on using the changeset viewer.