Changeset 249 for trunk/client/modules
- Timestamp:
- Mar 20, 2016, 11:06:26 AM (9 years ago)
- Location:
- trunk/client/modules/Elezioni
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/blocchi/bloccolink.php
r40 r249 12 12 $content = stripslashes($content); 13 13 $content = substr($content,0,45); 14 echo "<b><a href=\"$preamble\"> 15 $title</a></b><br /> 16 17 $content<br/>"; 14 echo "<b><a href=\"$preamble\">$title</a></b><br /> 15 $content"; 18 16 } 19 17 } -
trunk/client/modules/Elezioni/blocchi/translation.php
r130 r249 2 2 /************************************************************************/ 3 3 /* Google Translation */ 4 /* */4 /* ultimo agg 7 feb 2016 */ 5 5 /************************************************************************/ 6 6 # configurazione 7 $url = "elezioni.guidonia.org"; //// url del sito 7 global $siteurl; 8 //$url=str_replace("http://","",$siteurl); 9 $url = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; 10 //$url = "elezioni.guidonia.org"; //// url del sito se inserito a mano 8 11 $lingua = "it"; //// lingua di provenienza 9 12 $titolo = "Translation"; … … 65 68 echo "<option value=\"http://translate.google.com/translate?hl=$lingua&sl=it&tl=vi&u=http%3A%2F%2F$url\">Vietnamese</option>"; 66 69 echo "</select>"; 70 //echo "<hr/><a href=\"http://translate.google.com/translate?hl=&sl=it&tl=it&u=http%3A%2F%2F$url\">Torna alla lingua originale</a>"; 67 71 echo "</div>"; 68 72 -
trunk/client/modules/Elezioni/votanti.php
r178 r249 253 253 254 254 }else{ // e' un referendum --> t3.id_gruppo vuota per allineare il while (da rifare con array) 255 $tab="SELECT t1.id_gruppo,t1.id_sez,t2.num_sez,t1.si,t1.no,'0',t1.validi,t1.nulli,t1.bianchi,t1.contestati, t4.id_circ,t2.id_sede,t3.num_gruppo, t1.voti_nulli255 $tab="SELECT t1.id_gruppo,t1.id_sez,t2.num_sez,t1.si,t1.no,'0',t1.validi,t1.nulli,t1.bianchi,t1.contestati, t4.id_circ,t2.id_sede,t3.num_gruppo,'0' 256 256 FROM ".$prefix."_ele_voti_ref as t1 left join ".$prefix."_ele_sezioni as t2 on (t1.id_sez=t2.id_sez) 257 257 left join ".$prefix."_ele_gruppo as t3 on (t1.id_gruppo=t3.id_gruppo) left join ".$prefix."_ele_sede as t4 on (t2.id_sede=t4.id_sede)
Note:
See TracChangeset
for help on using the changeset viewer.