64)) { if (isset($help)) include("language/$language/ele_consultazionitipi.html"); echo "\n"; if ($do == "modify") { $rest = mysql_query("SELECT * FROM ".$prefix."_ele_tipo where tipo_cons='$tipocons' and lingua='$language'", $dbi); $pro_t=mysql_fetch_array($rest, 3); echo "
" ."" ."" ."" ."" .""._MODIFY." ".$pro_t['descrizione']."

"; switch ($pro_t['genere']) { case "0" : $gencons=_GENCONS0;break; case "1" : $gencons=_GENCONS1;break; case "2" : $gencons=_GENCONS2;break; case "3" : $gencons=_GENCONS3;break; case "4" : $gencons=_GENCONS4;break; case "5" : { if (!$pro_t['voto_g'] and !$pro_t['voto_c']) $gencons=_GENCONS5; elseif (!$pro_t['voto_g'] and $pro_t['voto_c']) $gencons=_GENCONS3; else $gencons=_GENCONS6; break; } default :$gencons=""; } echo ""; echo ""; echo "
"._TIPO."$gencons
"._DESCR. "
" ."" ."
"; } else { echo "
" ."" ."" ."" ."" ."
"._ADD." "._TIPO."

"; echo _DEFCONS.":
"; echo " "._REFERENDUM."
" ." "._CON_GRUPPI."
" ."   "._NO_VOTO_GRUPPO."
" ."
"._LISTE_UNI."
" ."   "._NO_VOTO_LISTA."
" ."   "._NO_VOTO_CANDI."
" ." "._ELE_CIRCO."
" ." "._BALLO."
"; # echo ""; echo "" ."
"; echo "
"._DESCR. "
" ."" ."
"; } echo "
"._MODIFY." "._TIPO."

" ."" .""; $result = mysql_query("SELECT tipo_cons,descrizione FROM ".$prefix."_ele_tipo where lingua='$language' LIMIT $min,$offset", $dbi); while(list($tipocons, $descr_cons) = mysql_fetch_row($result)) { $bgcolor1=($bgcolor1==$_SESSION['bgcolor1'])?$_SESSION['bgcolor2']:$_SESSION['bgcolor1']; echo ""; } echo "
 "._NUM."  "._DESCR." "._FUNZIONI."
$tipocons$descr_cons" ."[ "._EDIT."]" ."
"; #'Pagina precedente' e 'Pagina Successiva' echo""; $prev=$min-$offset; if ($prev>=0) { echo ""; } $next=$min+$offset; $res = mysql_query("SELECT * FROM ".$prefix."_ele_tipo where lingua='$language' " , $dbi); $max = mysql_num_rows($res); if ($next>=($offset-1)) { if($next>=$max) $next = $max; else { echo ""; } } echo "
"; echo "$offset "._PREV_MATCH.""; echo "$offset "._NEXT_MATCH."

"; } } function tipo() { global $id_cons_gen,$bgcolor1, $bgcolor2, $prefix, $dbi, $descr_cons2,$tipocons,$perms,$do,$votigruppo,$votilista,$voticandi,$circo, $referendum,$ballo,$liste,$gruppi; $language=$_SESSION['lang']; if ($perms==256) { if ($do == "add") { if ($tipocons) { if($referendum=='true') { $genere=0; } elseif ($ballo=='true') { $genere=1; }else{ $genere=2; if($liste!='true') {$genere+=2;} if($gruppi=='true') {$genere+=1;} } $votigruppo=$votigruppo=='true'? 1:0; $votilista=$votilista=='true'? 1:0; $voticandi=$voticandi=='true'? 1:0; $circo=$circo=='true'? 1:0; $result = mysql_query("select max(tipo_cons) from ".$prefix."_ele_tipo where lingua='$language'", $dbi); list($max)=mysql_fetch_row($result); $max++; $result = mysql_query("insert into ".$prefix."_ele_tipo (tipo_cons,descrizione,lingua,genere,voto_g,voto_l,voto_c,circo) values ('$max','$descr_cons2','$language','$genere','$votigruppo','$votilista','$voticandi','$circo')", $dbi) || die("Errore di inserimento: ".mysql_error()); } }else if ($do == "update") { $result = mysql_query("update ".$prefix."_ele_tipo set descrizione='$descr_cons2' WHERE tipo_cons='$tipocons' and lingua='$language'", $dbi); if (!$result) return; Header("Location: admin.php?op=constipi&id_cons_gen=$id_cons_gen"); } } } function help_cons() { //da mettere } if (isset($do)) tipo(); ele(); all(); echo""; include("footer.php"); ?>