[2] | 1 | <?php
|
---|
| 2 | /************************************************************************/
|
---|
| 3 | /* Eleonline - Raccolta e diffusione dei dati elettorali */
|
---|
| 4 | /* by Roberto Gigli & Luciano Apolito */
|
---|
| 5 | /* http://www.eleonline.it */
|
---|
| 6 | /* info@eleonline.it luciano@aniene.net rgigli@libero.it */
|
---|
| 7 | /************************************************************************/
|
---|
| 8 | /* Modulo gruppo */
|
---|
| 9 | /* Amministrazione */
|
---|
| 10 | /************************************************************************/
|
---|
| 11 | if (!defined('ADMIN_FILE')) {
|
---|
| 12 | die ("You can't access this file directly...");
|
---|
| 13 | }
|
---|
| 14 |
|
---|
| 15 | // Offset - visualizza il numero di elementi per pagina
|
---|
| 16 | $offset=5;
|
---|
| 17 |
|
---|
| 18 | $aid=$_SESSION['aid'];
|
---|
| 19 | $dbi=$_SESSION['dbi'];
|
---|
| 20 | $prefix=$_SESSION['prefix'];
|
---|
| 21 | $currentlang=$_SESSION['lang'];
|
---|
| 22 | $param=strtolower($_SERVER['REQUEST_METHOD']) == 'get' ? $_GET : $_POST;
|
---|
| 23 | $id_cons_gen=$param['id_cons_gen'];
|
---|
| 24 | $perms=ChiSei($id_cons_gen);
|
---|
| 25 | if ($perms<32 or !$id_cons_gen) die("Non hai i permessi per inserire dati, o non hai scelto la consultazione!");
|
---|
| 26 |
|
---|
| 27 | $id_comune=$_SESSION['id_comune'];
|
---|
| 28 | $res = mysql_query("SELECT t1.tipo_cons,t2.id_cons FROM ".$prefix."_ele_consultazione as t1, ".$prefix."_ele_cons_comune as t2 where t1.id_cons_gen=t2.id_cons_gen and t2.id_cons_gen='$id_cons_gen' and t2.id_comune='$id_comune' " , $dbi);
|
---|
| 29 | list($tipo_cons,$id_cons) = mysql_fetch_row($res);
|
---|
| 30 |
|
---|
| 31 | include("modules/Elezioni/funzionidata.php");
|
---|
| 32 | include("modules/Elezioni/ele.php");
|
---|
| 33 |
|
---|
| 34 | if (isset($param['do'])) get_magic_quotes_gpc() ? $do=$param['do']:$do=addslashes($param['do']); else $do='';
|
---|
| 35 | if (isset($param['min'])) $min=intval($param['min']); else $min=0;
|
---|
| 36 | if (isset($param['ok'])) get_magic_quotes_gpc() ? $ok=$param['ok']:$ok=addslashes($param['ok']); else $ok='';
|
---|
| 37 | if (isset($param['descrizione'])) get_magic_quotes_gpc() ?
|
---|
| 38 | $descrizione=$param['descrizione']:$descrizione=addslashes($param['descrizione']); else $descrizione='';
|
---|
| 39 | if (isset($param['id_conf'])) $id_conf=intval($param['id_conf']); else $id_conf='';
|
---|
| 40 | if (isset($param['limite'])) get_magic_quotes_gpc() ? $limite=$param['limite']:$limite=addslashes($param['limite']); else $limite='';
|
---|
| 41 | if (isset($param['consin'])) get_magic_quotes_gpc() ? $consin=$param['consin']:$consin=addslashes($param['consin']); else $consin='';
|
---|
| 42 | if (isset($param['infpremio'])) get_magic_quotes_gpc() ? $infpremio=$param['infpremio']:$infpremio=addslashes($param['infpremio']); else $infpremio='';
|
---|
| 43 | if (isset($param['listinfsbar'])) get_magic_quotes_gpc() ? $listinfsbar=$param['listinfsbar']:$listinfsbar=addslashes($param['listinfsbar']); else $listinfsbar='';
|
---|
| 44 | if (isset($param['infminpremio'])) get_magic_quotes_gpc() ? $infminpremio=$param['infminpremio']:$infminpremio=addslashes($param['infminpremio']); else $infminpremio='';
|
---|
| 45 | if (isset($param['listinfconta'])) get_magic_quotes_gpc() ? $listinfconta=$param['listinfconta']:$listinfconta=addslashes($param['listinfconta']); else $listinfconta='';
|
---|
| 46 | if (isset($param['suppremio'])) get_magic_quotes_gpc() ? $suppremio=$param['suppremio']:$suppremio=addslashes($param['suppremio']); else $suppremio='';
|
---|
| 47 | if (isset($param['supsbarramento'])) get_magic_quotes_gpc() ? $supsbarramento=$param['supsbarramento']:$supsbarramento=addslashes($param['supsbarramento']); else $supsbarramento='';
|
---|
| 48 | if (isset($param['supminpremio'])) get_magic_quotes_gpc() ? $supminpremio=$param['supminpremio']:$supminpremio=addslashes($param['supminpremio']); else $supminpremio='';
|
---|
| 49 | if (isset($param['listsupconta'])) get_magic_quotes_gpc() ? $listsupconta=$param['listsupconta']:$listsupconta=addslashes($param['listsupconta']); else $listsupconta='';
|
---|
[139] | 50 | if (isset($param['infdisgiunto'])) get_magic_quotes_gpc() ? $infdisgiunto=$param['infdisgiunto']:$infdisgiunto=addslashes($param['infdisgiunto']); else $infdisgiunto='';
|
---|
| 51 | if (isset($param['supdisgiunto'])) get_magic_quotes_gpc() ? $supdisgiunto=$param['supdisgiunto']:$supdisgiunto=addslashes($param['supdisgiunto']); else $supdisgiunto='';
|
---|
[54] | 52 | if (isset($param['help'])) $help=intval($param['help']);
|
---|
| 53 |
|
---|
[2] | 54 | /******************************************************/
|
---|
| 55 | /*Funzione di visualizzazione globale */
|
---|
| 56 | /*****************************************************/
|
---|
| 57 | function all() {
|
---|
[54] | 58 | global $tipo_cons,$param,$currentlang, $bgcolor1, $bgcolor2, $prefix, $dbi, $offset, $min, $id_cons,$id_cons_gen,$id_comune,$do,$id_conf, $language,$help;
|
---|
[2] | 59 |
|
---|
| 60 | // $restemp = mysql_query("select count(0) from ".$prefix."_ele_conf where id_conf='$id_conf'", $dbi);
|
---|
| 61 | // list($numtemp)=mysql_fetch_row($restemp);
|
---|
| 62 |
|
---|
[54] | 63 | if (isset($help)) include("language/$language/ele_confcons.html");
|
---|
[2] | 64 |
|
---|
| 65 | echo "<center><br><table border=\"0\" width=\"100%\">";
|
---|
| 66 |
|
---|
| 67 | //-----------------------visualizza blocco inserimento -
|
---|
| 68 | $res = mysql_query("SELECT * FROM ".$prefix."_ele_conf", $dbi); //da modificare
|
---|
| 69 | $max = mysql_num_rows($res);
|
---|
| 70 | $nuovo_gruppo=$max+1;
|
---|
| 71 | echo "<form name=\"gruppo2\" enctype=\"multipart/form-data\" action=\"admin.php\" method=\"post\">"
|
---|
| 72 | ."<input type=\"hidden\" name=\"op\" value=\"confconsiglio\">";
|
---|
| 73 | if ($do=='modify') {
|
---|
| 74 | $resl = mysql_query("SELECT * FROM ".$prefix."_ele_conf where id_conf='$id_conf'", $dbi);
|
---|
| 75 | $gru=mysql_fetch_array($resl);
|
---|
| 76 | $nuovo_gruppo=$gru['id_conf'];
|
---|
| 77 | echo "<input type=\"hidden\" name=\"do\" value=\"update\">";
|
---|
| 78 | }else{
|
---|
[139] | 79 | $gru['id_conf']=$nuovo_gruppo;$gru['descrizione']='';$gru['limite']='';$gru['consin']='';$gru['infpremio']='';$gru['listinfsbar']='';$gru['listinfconta']='';$gru['supminpremio']='';$gru['infminpremio']='';$gru['suppremio']='';$gru['supsbarramento']='';$gru['listsupconta']='';$gru['infdisgiunto']='';$gru['supdisgiunto']='';
|
---|
[2] | 80 | echo "<input type=\"hidden\" name=\"do\" value=\"add\">";
|
---|
| 81 | }
|
---|
| 82 | echo "<tr bgcolor=\"$bgcolor2\"><td align=\"center\"><input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\">";
|
---|
| 83 | // echo "<b>"._NUM."</b></td><td><input type=\"hidden\" name=\"id_conf\" value=\"".$gru['id_conf']."\">".$gru['id_conf']."</td><td align=\"center\">"
|
---|
| 84 | echo "<input type=\"hidden\" name=\"id_conf\" value=\"".$gru['id_conf']."\"><b>"._DESCR."</b></td><td colspan=\"3\"><input type=\"text\" name=\"descrizione\" value=\"".$gru['descrizione']."\"></td></tr>"
|
---|
| 85 | ."<tr><td align=\"center\"><b>"._LIMITE."</b></td><td><select name=\"limite\"><option value=\"0\">"._NOFASCIA;
|
---|
| 86 |
|
---|
[86] | 87 | $result1 = mysql_query("select id_fascia, abitanti from ".$prefix."_ele_fasce where data_fine='0000-00-00'", $dbi);
|
---|
[2] | 88 | while(list($id,$descr)=mysql_fetch_row($result1)){
|
---|
| 89 | $sel= ($id == $gru['limite']) ? "selected":"";
|
---|
| 90 | echo "<option value=\"$id\" $sel>$descr";
|
---|
| 91 | }
|
---|
| 92 | echo "</select></td>";
|
---|
| 93 | $sel= ($gru['consin']==1) ? "selected":"";
|
---|
| 94 | echo "<td align=\"center\"><b>"._CONSIN."</b></td><td><select name=\"consin\"><option value=\"0\">No<option value=\"1\" $sel>Si</select></td></tr>"
|
---|
[139] | 95 | ."<tr><td align=\"center\" colspan=\"4\" bgcolor=\"$bgcolor2\"><b>"._SISTEMA_MAGGIORITARIO."</b></td></tr>";
|
---|
| 96 | $sel= ($gru['infdisgiunto']==1) ? "selected":"";
|
---|
| 97 | echo "<tr><td align=\"center\"><b>"._DISGIUNTO."</b></td><td><select name=\"infdisgiunto\"><option value=\"0\">No<option value=\"1\" $sel>Si</select></td></tr>"
|
---|
[2] | 98 | ."<tr><td align=\"center\"><b>"._INFPREMIO."</b></td><td><input type=\"text\" name=\"infpremio\" value=\"".$gru['infpremio']."\"></td>"
|
---|
| 99 | ."<td align=\"center\"><b>"._LISTINFSBAR."</b></td><td><input type=\"text\" name=\"listinfsbar\" value=\"".$gru['listinfsbar']."\"></td></tr>"
|
---|
| 100 | ."<tr><td align=\"center\"><b>"._INFMINPREMIO."</b></td><td><input type=\"text\" name=\"infminpremio\" value=\"".$gru['infminpremio']."\"></td>";
|
---|
| 101 | $sel= ($gru['listinfconta']==1) ? "selected":"";
|
---|
| 102 | echo"<td align=\"center\"><b>"._LISTINFCONTA."</b></td><td><select name=\"listinfconta\"><option value=\"0\">No<option value=\"1\" $sel>Si</select></td></tr>"
|
---|
[139] | 103 | ."<tr><td align=\"center\" colspan=\"4\" bgcolor=\"$bgcolor2\"><b>"._SISTEMA_PROPORZIONALE."</b></td></tr>";
|
---|
| 104 | $sel= ($gru['supdisgiunto']==1) ? "selected":"";
|
---|
| 105 | echo "<tr><td align=\"center\"><b>"._DISGIUNTO."</b></td><td><select name=\"supdisgiunto\"><option value=\"0\">No<option value=\"1\" $sel>Si</select></td></tr>"
|
---|
[2] | 106 | ."<tr><td align=\"center\"><b>"._SUPPREMIO."</b></td><td><input type=\"text\" name=\"suppremio\" value=\"".$gru['suppremio']."\"></td>"
|
---|
| 107 | ."<td align=\"center\"><b>"._SUPSBAR."</b></td><td><input type=\"text\" name=\"supsbarramento\" value=\"".$gru['supsbarramento']."\"></td></tr>"
|
---|
| 108 | ."<tr><td align=\"center\"><b>"._SUPMINPREMIO."</b></td><td><input type=\"text\" name=\"supminpremio\" value=\"".$gru['supminpremio']."\"></td>";
|
---|
| 109 | $sel= ($gru['listsupconta']==1) ? "selected":"";
|
---|
| 110 | echo "<td align=\"center\"><b>"._LISTSUPCONTA."</b></td><td><select name=\"listsupconta\"><option value=\"0\">No<option value=\"1\" $sel>Si</select>";
|
---|
| 111 | echo "<input type=\"hidden\" name=\"id_cons\" value=\"$id_cons\">"
|
---|
| 112 | ."<input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\">"
|
---|
| 113 | ."<input type=\"hidden\" name=\"min\" value=\"$min\"></td></tr><tr><td></td><td></td><td></td>";
|
---|
| 114 | if ($do=='modify')
|
---|
| 115 | echo "<td align=\"center\"><input type=\"submit\" name=\"add\" value=\""._MODIFY."\"></td>";
|
---|
| 116 | else
|
---|
| 117 | echo "<td align=\"center\"><input type=\"submit\" name=\"add\" value=\""._ADD."\"></td>";
|
---|
| 118 | echo "</tr></form>";
|
---|
| 119 |
|
---|
| 120 |
|
---|
| 121 |
|
---|
| 122 | $res = mysql_query("SELECT * FROM ".$prefix."_ele_conf", $dbi);
|
---|
| 123 | $max = mysql_num_rows($res);
|
---|
| 124 | $result = mysql_query("select * from ".$prefix."_ele_conf ORDER BY id_conf LIMIT $min,$offset", $dbi);
|
---|
[139] | 125 | while(list($id_conf,$descrizione,$limite, $consin,$infpremio, $supsbarramento, $suppremio, $listinfsbar, $listinfconta, $listsupconta, $infdisgiunto, $supdisgiunto) = mysql_fetch_row($result)) {
|
---|
[2] | 126 | $bgcolor1=($bgcolor1==$_SESSION['bgcolor1'])?$_SESSION['bgcolor2']:$_SESSION['bgcolor1'];
|
---|
| 127 | echo "<tr bgcolor=\"$bgcolor1\"><td align=\"center\"><b>$id_conf</b></td>"
|
---|
| 128 | ."<td align=\"left\"><b>$descrizione</b></td>"; /*
|
---|
| 129 | ."<td align=\"center\"><b>$limite</b></td>"
|
---|
| 130 | ."<td align=\"center\"><b>$consin</b></td>"
|
---|
| 131 | ."<td align=\"center\"><b>$infpremio</b></td>"
|
---|
| 132 | ."<td align=\"center\"><b>$supsbarramento</b></td>"
|
---|
| 133 | ."<td align=\"center\"><b>$suppremio</b></td>"
|
---|
| 134 | ."<td align=\"center\"><b>$listinfsbar</b></td>"
|
---|
| 135 | ."<td align=\"center\"><b>$listinfconta</b></td>"
|
---|
| 136 | ."<td align=\"center\"><b>$listsupconta</b></td>" */
|
---|
| 137 | echo "<td align=\"center\" nowrap>[<a
|
---|
| 138 | href=\"admin.php?op=confconsiglio&do=modify&id_conf=$id_conf&id_cons_gen=$id_cons_gen&min=$min\"><img src=\"modules/Elezioni/images/edit.gif\"
|
---|
| 139 | border=\"0\" align=\"center\"> "._EDIT."</a>]";
|
---|
| 140 |
|
---|
| 141 | if (!isset($numtemp))
|
---|
| 142 | echo "[<a href=\"admin.php?op=confconsiglio&do=delete&id_conf=$id_conf&id_cons_gen=$id_cons_gen&min=$min\">"._DELETE." <img src=\"modules/Elezioni/images/delete.gif\" border=\"0\" align=\"center\"></a>]";
|
---|
| 143 | else
|
---|
| 144 | echo "["._DELETE." <img src=\"modules/Elezioni/images/delete.gif\" border=\"0\" align=\"center\"></a>]";
|
---|
| 145 | echo "</td></tr>";
|
---|
| 146 | }
|
---|
| 147 | echo "</table></center>";
|
---|
| 148 |
|
---|
| 149 | // #'Pagina precedente' e 'Pagina Successiva'
|
---|
| 150 |
|
---|
| 151 | echo"<table align=\"center\" width=\"100%\" ><tr>";
|
---|
| 152 | $prev=$min-$offset;
|
---|
| 153 | if ($prev>=0) {
|
---|
| 154 | echo "<td colspan=\"5\" align=\"center\" bgcolor=\"$bgcolor1\"><a href=\"admin.php?op=confconsiglio&id_conf=$id_conf&id_cons_gen=$id_cons_gen&id_comune=$id_comune&min=$prev\">";
|
---|
| 155 | echo "<b>$offset "._PREV_MATCH."</b></a></td>";
|
---|
| 156 | }
|
---|
| 157 |
|
---|
| 158 | $next=$min+$offset;
|
---|
| 159 | if ($next>=($offset-1)) {
|
---|
| 160 | if($next>=$max) $next = $max;
|
---|
| 161 | else {
|
---|
| 162 | echo "<td colspan=\"5\" align=\"center\" bgcolor=\"$bgcolor1\"><a href=\"admin.php?op=confconsiglio&id_conf=$id_conf&id_cons_gen=$id_cons_gen&min=$next\">";
|
---|
| 163 | echo "<b>$offset "._NEXT_MATCH."</b></a></td>";
|
---|
| 164 | }
|
---|
| 165 | }
|
---|
| 166 | echo "</tr></table><br>";
|
---|
| 167 |
|
---|
| 168 | }
|
---|
| 169 |
|
---|
| 170 | //***********************************************************
|
---|
| 171 | //Funzione di inserimento e gestione dei gruppi
|
---|
| 172 | //************************************************************
|
---|
| 173 |
|
---|
| 174 | function confcons($ok, $do) {
|
---|
[139] | 175 | global $prefix, $dbi, $id_cons,$simbolo2,$genere,$id_cons_gen,$id_comune,$min,$id_conf,$descrizione, $limite,$consin,$infpremio,$listinfsbar,$infminpremio,$listinfconta,$supsbarramento,$suppremio,$supminpremio,$listsupconta,$infdisgiunto,$supdisgiunto;
|
---|
[2] | 176 | $aid=$_SESSION['aid'];
|
---|
| 177 | $perms=ChiSei($id_cons_gen);
|
---|
| 178 | if ($perms >128) {
|
---|
| 179 | if ($do == "delete") {
|
---|
| 180 | if ($ok !="1") {
|
---|
| 181 | ele();
|
---|
| 182 | echo "<center><br><br>"._DOMCANCELLA." "._DESCR." $descrizione ?<br>";
|
---|
| 183 | echo "[ <a href=\"admin.php?op=confconsiglio&id_cons_gen=$id_cons_gen&id_conf=$id_conf\">"._NO."</a> ] - [<a href=\"admin.php?op=confconsiglio&do=delete&id_conf=$id_conf&id_cons_gen=$id_cons_gen&id_comune=$id_comune&ok=1\">"._YES."</a> ]";exit;
|
---|
| 184 | }else{
|
---|
| 185 | $result = mysql_query("delete from ".$prefix."_ele_conf where id_conf='$id_conf'", $dbi);
|
---|
| 186 | if (!$result) return;
|
---|
| 187 | Header("Location: admin.php?op=confconsiglio&id_cons_gen=$id_cons_gen&id_conf=$id_conf&min=$min");
|
---|
| 188 | }
|
---|
| 189 | } elseif ($do == "add") {
|
---|
| 190 | if ($descrizione) {
|
---|
| 191 | $sqlset='';
|
---|
[139] | 192 | $result = mysql_query("insert into ".$prefix."_ele_conf(id_conf,descrizione, limite,consin,infpremio,supsbarramento,suppremio,listinfsbar,listinfconta,listsupconta,infminpremio,supminpremio,infdisgiunto,supdisgiunto) values ('$id_conf','$descrizione','$limite','$consin','$infpremio','$supsbarramento','$suppremio','$listinfsbar','$listinfconta','$listsupconta','$infminpremio','$supminpremio','$infdisgiunto','$supdisgiunto')", $dbi) || die("Errore di aggiornamento dei dati!".mysql_error());
|
---|
[2] | 193 | if (!$result) return;
|
---|
| 194 | Header("Location: admin.php?op=confconsiglio&id_cons_gen=$id_cons_gen&min=$min");
|
---|
| 195 | } else {
|
---|
| 196 | ele();
|
---|
| 197 | OpenTable();
|
---|
| 198 | echo "<center>"._GESTIONE." "._CONF." ";
|
---|
| 199 | echo "<br><br><a href=\"admin.php?op=confconsiglio&id_cons_gen=$id_cons_gen\">"._IMM." "._CONF."</a></center>";
|
---|
| 200 | CloseTable();
|
---|
| 201 | }
|
---|
| 202 | } elseif ($do == "update") {
|
---|
[139] | 203 | $result = mysql_query("update ".$prefix."_ele_conf set descrizione='$descrizione', limite='$limite', consin='$consin', infpremio='$infpremio', supsbarramento='$supsbarramento', suppremio='$suppremio', listinfsbar='$listinfsbar', listinfconta='$listinfconta', listsupconta='$listsupconta', infminpremio='$infminpremio', supminpremio='$supminpremio',infdisgiunto='$infdisgiunto',supdisgiunto='$supdisgiunto' where id_conf='$id_conf' ", $dbi) || die("Errore di aggiornamento dei dati!".mysql_error());
|
---|
[2] | 204 | Header("Location: admin.php?op=confconsiglio&id_cons_gen=$id_cons_gen&min=$min");
|
---|
| 205 | }
|
---|
| 206 |
|
---|
| 207 | }
|
---|
| 208 | }
|
---|
| 209 |
|
---|
| 210 | if ($do and $do!="modify")
|
---|
| 211 | confcons($ok, $do);
|
---|
| 212 | ele();
|
---|
| 213 | all();
|
---|
| 214 | echo"</td></tr></table>";
|
---|
| 215 | include("footer.php");
|
---|
| 216 |
|
---|
| 217 |
|
---|
| 218 |
|
---|
| 219 |
|
---|
| 220 | ?>
|
---|
| 221 |
|
---|