Changeset 241 for trunk/client/modules
- Timestamp:
- Jun 21, 2015, 10:46:17 PM (9 years ago)
- Location:
- trunk/client/modules/Elezioni
- Files:
-
- 10 added
- 2 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 -
trunk/client/modules/Elezioni/index.php
r233 r241 1189 1189 include("evvai.php"); 1190 1190 break; 1191 case "privacy": 1192 include("blocchi/privacy/privacy.php"); 1193 break; 1191 1194 1192 1195 }
Note:
See TracChangeset
for help on using the changeset viewer.