Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/menu.php

    r95 r140  
    2626       
    2727        // inizio tabella
    28         echo "<table  class=\"table-main\"> <tr>";
    29        
     28        echo "<table  class=\"table-main\"><tr>";
     29        echo "<td >
     30                            <form id=\"m\" method=\"post\" action=\"modules.php\">
     31                            <div><label class=\"blu\" for=\"m\">
     32                            <input type=\"hidden\" name=\"name\" value=\"Elezioni\" />
     33                           
     34                           
     35                            <select name=\"op\" class=\"moduloform\" onclick=\"javascript:top.location.href='modules.php?name=Elezioni&amp;op='+this.options[this.options.selectedIndex].value\">";
     36
     37               
     38                            echo "<option value=\"gruppo\" type=\"hidden\" > Home  </option>";
     39                           
     40                           
     41                       
     42       
     43                            echo "</select>$button</label></div></form>
     44        </td>";
     45
    3046        /***********************************
    3147                Scelta Comune
     
    3551        {
    3652              $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";
     53               
    3754              $rescomu= mysql_query("$sqlcomu",$dbi);
    3855              $esiste_multi=mysql_num_rows($rescomu);
Note: See TracChangeset for help on using the changeset viewer.