Changeset 129 for trunk/client/modules/Elezioni
- Timestamp:
- Jun 11, 2011, 9:12:14 PM (13 years ago)
- Location:
- trunk/client/modules/Elezioni
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/evvai.php
r2 r129 11 11 die ("You can't access this file directly..."); 12 12 } 13 14 //$blocco=0; 15 16 # citta' di Guidonia Montecelio 17 18 global $id_comune; 19 if($id_comune=="58047") $filename="guidonia.html"; 20 else $filename="gruppo.html"; # per altre città inserire nella variabile $filename il nome del file html messo in pagine/ 21 22 //$filename="$nomefile.hml"; 23 13 24 if (!isset($filename)) { Header("Location: index.php"); } 14 $blocco=0;15 include("header.php");16 $filename="$filename.html";17 25 18 26 // verifica se la pagina e' un html … … 21 29 echo "<hr>"._GOBACK.""; 22 30 23 }else { 24 // verifica link pagine esterne e risalita path 25 26 if( substr($filename,0,1)!="." && substr($filename,0,4)!="http" ){ 31 }elseif ( substr($filename,0,1)!="." && substr($filename,0,4)!="http" ){ 27 32 //echo substr($file,-4); 28 33 include ("pagine/$filename"); 29 echo "<hr >"._GOBACK."";34 echo "<hr />"._GOBACK.""; 30 35 31 } 32 else { 36 }else { 33 37 echo "Autorizzazione negata..."; 34 38 echo "<hr>"._GOBACK.""; 35 39 36 40 } 37 }38 41 39 CloseTable(); 40 include("footer.php"); 42 43 41 44 ?> -
trunk/client/modules/Elezioni/index.php
r116 r129 1165 1165 break; 1166 1166 1167 case "evvai": 1168 include("evvai.php"); 1169 break; 1170 1167 1171 } 1168 1172 -
trunk/client/modules/Elezioni/language/lang-it.php
r116 r129 180 180 define("_ORDINE","Ordine"); 181 181 define("_MAPPA","Mappa"); 182 define("_COMUNE","Comune di "); 182 global $id_comune; 183 if($id_comune=="58047") define("_COMUNE","Citta' di "); 184 else define("_COMUNE","Comune di "); 183 185 define("_DISCLAIMER","Dati Provvisori suscettibili di modifica. I dati hanno puramente titolo informativo"); 184 186 define("_COME","Come si vota");
Note:
See TracChangeset
for help on using the changeset viewer.