Changeset 140
- Timestamp:
- May 6, 2012, 10:00:59 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/menu.php
r139 r140 27 27 // inizio tabella 28 28 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&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>"; 30 45 31 46 /***********************************
Note:
See TracChangeset
for help on using the changeset viewer.