Changeset 86 for trunk/client/modules/Elezioni/index.php
- Timestamp:
- Apr 26, 2011, 10:41:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/index.php
r83 r86 629 629 } 630 630 ####### 631 $result = mysql_query("select id_cons ,id_gruppo ,num_gruppo, descrizione from ".$prefix."_ele_gruppo where id_cons='$id_cons' $circos ORDER BY num_gruppo LIMIT $min,$offset", $dbi);632 while(list($id_cons2,$id_gruppo2,$num_gruppo, $descr_gruppo ) = mysql_fetch_row($result)) {631 $result = mysql_query("select id_cons ,id_gruppo ,num_gruppo, descrizione, prognome from ".$prefix."_ele_gruppo where id_cons='$id_cons' $circos ORDER BY num_gruppo LIMIT $min,$offset", $dbi); 632 while(list($id_cons2,$id_gruppo2,$num_gruppo, $descr_gruppo,$prognome) = mysql_fetch_row($result)) { 633 633 if ($num_gruppo!=0) { 634 634 echo "<table class=\"table-80\"> … … 710 710 echo "<tr> 711 711 <td class=\"bggray\"><h1><b>$num_gruppo</b></h1></td> 712 <td class=\"table-main\"><h1>$descr_gruppo</h1> $var1</td> 713 <td><b><img class=\"stemma\" src=\"modules.php?name=Elezioni&file=foto&id_gruppo=$id_gruppo2\" alt=\"immagine $descr_gruppo\" /></b></td>"; 712 <td class=\"table-main\"><h1>$descr_gruppo</h1> $var1</td>"; 713 if($tipo_cons!=2 and $prognome) 714 echo "<td onmouseover=\"this.style.cursor='pointer';\" onclick=\"javascript:window.open('modules.php?name=Elezioni&file=foto&id_gruppo=$id_gruppo2&pdf=1')\">"; 715 else echo "<td>"; 716 echo "<b><img class=\"stemma\" src=\"modules.php?name=Elezioni&file=foto&id_gruppo=$id_gruppo2\" alt=\"immagine $descr_gruppo\" /><br>"; 717 if($tipo_cons!=2 and $prognome) echo _PROGRAM; 718 echo "</b></td>"; 714 719 echo "</tr> 715 720 </table>";
Note:
See TracChangeset
for help on using the changeset viewer.