Changeset 140 for trunk/client


Ignore:
Timestamp:
May 6, 2012, 10:00:59 PM (12 years ago)
Author:
luciano
Message:

script update db da 138 a 139 e correzione menu con homepage

File:
1 edited

Legend:

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

    r139 r140  
    2727        // inizio tabella
    2828        echo "<table  class=\"table-main\"><tr>";
    29 
     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>";
    3045
    3146        /***********************************
Note: See TracChangeset for help on using the changeset viewer.