Changeset 241 for trunk/client/modules/Elezioni/blocchi
- Timestamp:
- Jun 21, 2015, 10:46:17 PM (9 years ago)
- Location:
- trunk/client/modules/Elezioni/blocchi
- Files:
-
- 10 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/blocchi/04_sezioni.php
r113 r241 67 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>"; 68 68 69 if (($i% 8) ==0) $html .="</tr>\n<tr>";69 if (($i%5) ==0) $html .="</tr>\n<tr>"; 70 70 } 71 71
Note:
See TracChangeset
for help on using the changeset viewer.