Changeset 87 for trunk/client/modules/Elezioni
- Timestamp:
- May 2, 2011, 7:57:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/index.php
r86 r87 894 894 895 895 echo "<img src=\"modules.php?name=Elezioni&file=foto&id_lista=$id_lista\" width=\"50\" heigth=\"50\" align=\"middle\"><h2> $descr_lista</h2><br />"; 896 if ($voti_lista OR $perc_lista){ echo "<h5> 897 Voti: <font color=\"red\">$voti_lista</font> "._PERC.": <font color=\"red\">$perc_lista %</font><br /></h5>";896 if ($voti_lista OR $perc_lista){ echo "<h5>"; 897 echo _VOTI.": <font color=\"red\">$voti_lista</font> "._PERC.": <font color=\"red\">$perc_lista %</font><br /></h5>"; 898 898 } 899 899 echo "<center>"._GRUPPO."<h1> $descr_gruppo</h1>"; … … 914 914 $res_candi = mysql_query("SELECT id_cand , cognome, nome, num_cand FROM ".$prefix."_ele_candidati 915 915 where id_lista='$id_lista' and id_cons='$id_cons' order by num_cand" , $dbi); 916 echo "<tr bgcolor=\"#EAEAEA\"><td > Numero</td><td>Candidato</td></tr>";916 echo "<tr bgcolor=\"#EAEAEA\"><td >"._NUM."</td><td>"._CANDIDATO."</td></tr>"; 917 917 while(list($id_cand,$cognome,$nome, $num) = mysql_fetch_row($res_candi)) { 918 918 … … 920 920 } 921 921 }else{ 922 echo "<tr bgcolor=\"#EAEAEA\"><td > Numero</td><td>"._CANDIDATO."</td><td>"._PREFERENZE."</td></tr>";922 echo "<tr bgcolor=\"#EAEAEA\"><td >"._NUM."</td><td>"._CANDIDATO."</td><td>"._PREFERENZE."</td></tr>"; 923 923 while(list($id_cand,$cognome,$nome, $num,$id_cand, $somma) = mysql_fetch_row($res_candi)) { 924 924 … … 952 952 $res = mysql_query("select * from ".$prefix."_ele_sezioni where id_cons='$id_cons' $circos ",$dbi); 953 953 $sezioni=mysql_num_rows($res); 954 if ($numero!=0) 954 $res = mysql_query("select chiusa from ".$prefix."_ele_cons_comuni where id_cons='$id_cons' $circos ",$dbi); 955 $chiusa=mysql_num_rows($res); 956 if ($numero!=0 and $chiusa==0) 955 957 echo "<div><h2>"._SEZSCRU." $numero "._SU." $sezioni</h2></div>"; 956 958
Note:
See TracChangeset
for help on using the changeset viewer.