Changeset 241 for trunk/client
- Timestamp:
- Jun 21, 2015, 10:46:17 PM (9 years ago)
- Location:
- trunk/client
- Files:
-
- 133 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/header.php
r240 r241 42 42 43 43 echo "<link rel=\"stylesheet\" href=\"temi/$tema/style.css\" type=\"text/css\" />\n\n\n"; 44 45 46 47 44 48 include("inc/javascript.php"); # rotazione (18 marzo 2009) tema tour 45 49 ##### tema mobile … … 48 52 } 49 53 54 55 56 57 58 50 59 echo "\n\n\n</head>\n"; 51 60 # rotazione per tema tour … … 57 66 58 67 include_once("modules/Elezioni/funzioni.php"); 68 69 70 59 71 if (!$csv)testata(); 60 72 } -
trunk/client/modules.php
r238 r241 146 146 $ed_user = $row['ed_user']; 147 147 #tema mobile 148 $cellulare = intval($row['cellulare']); 148 149 149 150 150 -
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.