Changeset 384 for trunk/client/modules/Elezioni/index.php
- Timestamp:
- Jan 24, 2023, 6:25:59 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/index.php
r375 r384 163 163 164 164 if ($circo){ // elenco per scelta circoscrizione 165 echo "</td></tr><tr><td ></td><tdclass=\"bggray\"><table class=\"table-80\"><tr><td class=\"table-main\"><form id=\"circo\" method=\"post\" action=\"modules.php\">";165 echo "</td></tr><tr><td colspan=\"2\" class=\"bggray\"><table class=\"table-80\"><tr><td class=\"table-main\"><form id=\"circo\" method=\"post\" action=\"modules.php\">"; 166 166 $sql="SELECT id_circ,descrizione,num_circ from ".$prefix."_ele_circoscrizione where id_cons=$id_cons"; 167 167 $res_sez = $dbi->prepare("$sql"); … … 184 184 } 185 185 echo ""._DISCLAIMER.""; 186 echo "</td></tr></table> ";186 echo "</td></tr></table></br>"; 187 187 } 188 188 }
Note:
See TracChangeset
for help on using the changeset viewer.