Changeset 244 for trunk/client
- Timestamp:
- Jan 27, 2016, 8:07:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/temi/Futura2/index.php
r231 r244 146 146 <div data-role="footer" data-position="inline" data-icon="cogs">'; 147 147 148 echo ' <h5><a href="http://www.eleonline.it" target="_blank">Eleonline</a> <span style="font-size:12px;"> di <a href="mailto:luciano@linuxap.it" >luciano apolito</a> & <a href="mailto:rgigli@libero.it">roberto gigli</a></span></h5></div>';149 if($tema=="Futura2")148 echo ' <h5><a href="http://www.eleonline.it" target="_blank">Eleonline</a> <span style="font-size:12px;"> di luciano apolito & roberto gigli</span></h5></div>'; 149 /*if($tema=="Futura2") 150 150 echo'<a href="backtoapp.html" data-rel="external" data-ajax="false">Chiudi</a>'; 151 151 else 152 */ 152 153 echo ' <a href="modules.php?name=Elezioni&tema=facebook&desktop=1" data-rel="external" data-ajax="false" >Versione Desktop</a>'; 153 154 … … 398 399 { 399 400 400 $sqlcomu="select t1.id_comune,t1.descrizione,count(0) from ".$prefix."_ele_comuni as t1, ".$prefix."_ele_cons_comune as t2 where t1.id_comune=t2.id_comune and t2.chiusa <2group by t1.id_comune,t1.descrizione order by t1.descrizione asc";401 $sqlcomu="select t1.id_comune,t1.descrizione,count(0) from ".$prefix."_ele_comuni as t1, ".$prefix."_ele_cons_comune as t2 where t1.id_comune=t2.id_comune and t2.chiusa!='2' group by t1.id_comune,t1.descrizione order by t1.descrizione asc"; 401 402 402 403 $rescomu= $db->sql_query($sqlcomu);
Note:
See TracChangeset
for help on using the changeset viewer.