[2] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | /************************************************************************/
|
---|
| 4 | /* Eleonline - Raccolta e diffusione dei dati elettorali */
|
---|
| 5 | /* by Roberto Gigli & Luciano Apolito */
|
---|
| 6 | /* http://www.eleonline.it */
|
---|
| 7 | /* info@eleonline.it luciano@aniene.net rgigli@libero.it */
|
---|
| 8 | /************************************************************************/
|
---|
| 9 | /* Modulo Autorizzazione Comuni */
|
---|
| 10 | /* Amministrazione */
|
---|
| 11 | /************************************************************************/
|
---|
| 12 | # e' l'unico file in cui Ú presente un controllo su tipo_cons, per ora va bene così. Per toglierlo va inserito un campo-flag in ele_tipo per indicare se per il tipo di consultazione si dovra' procedere al calcolo dell'assegnazione dei seggi
|
---|
| 13 | if (!defined('ADMIN_FILE')) {
|
---|
| 14 | die ("You can't access this file directly...");
|
---|
| 15 | }
|
---|
| 16 |
|
---|
| 17 | $aid=$_SESSION['aid'];
|
---|
| 18 | $dbi=$_SESSION['dbi'];
|
---|
| 19 | $prefix=$_SESSION['prefix'];
|
---|
| 20 | $id_comune=$_SESSION['id_comune'];
|
---|
| 21 | $id_cons_gen=intval($_GET['id_cons_gen']);
|
---|
| 22 | $perms=ChiSei(0);
|
---|
| 23 | if ($perms<128 or !$id_cons_gen) die("$perms Non hai i permessi per inserire dati, o non hai scelto la consultazione!");
|
---|
| 24 | $res = mysql_query("SELECT t1.tipo_cons,t1.descrizione,t2.id_cons,t2.id_conf FROM ".$prefix."_ele_consultazione as t1, ".$prefix."_ele_cons_comune as t2 where t1.id_cons_gen=t2.id_cons_gen and t2.id_comune='$id_comune' " , $dbi);
|
---|
| 25 | list($tipo_cons,$descr_cons,$id_cons,$id_conf) = mysql_fetch_row($res);
|
---|
| 26 |
|
---|
| 27 | $res = mysql_query("SELECT genere FROM ".$prefix."_ele_tipo where tipo_cons='$tipo_cons' " , $dbi);
|
---|
| 28 | list($genere) = mysql_fetch_row($res);
|
---|
| 29 |
|
---|
| 30 | include("modules/Elezioni/funzionidata.php");
|
---|
| 31 | include("modules/Elezioni/ele.php");
|
---|
| 32 | if (isset($_GET['descr_comu'])) get_magic_quotes_gpc() ? $descr_comu=$param['descr_comu']:$descr_comu=addslashes($param['descr_comu']); else $descr_comu='';
|
---|
| 33 | if (isset($_GET['do'])) get_magic_quotes_gpc() ? $do=$param['do']:$do=addslashes($param['do']); else $do='';
|
---|
| 34 | if (isset($_GET['ok'])) $ok=intval($_GET['ok']); else $ok='';
|
---|
| 35 | if (isset($_GET['id_cons_comu'])) $id_cons_comu=intval($_GET['id_cons_comu']); else $id_cons_comu='';
|
---|
| 36 | if (isset($_GET['id_collegio'])) $id_collegio=intval($_GET['id_collegio']); else $id_collegio='';
|
---|
| 37 | if (isset($_GET['idcomune'])) $idcomune=intval($_GET['idcomune']); else $idcomune='';
|
---|
| 38 | if (isset($_GET['idcomunenew'])) $idcomunenew=intval($_GET['idcomunenew']); else $idcomunenew='';
|
---|
| 39 | if (isset($_GET['chiusa'])) $chiusa=intval($_GET['chiusa']); else $chiusa='';
|
---|
| 40 | if (isset($_GET['id_conf'])) $id_conf=intval($_GET['id_conf']); else $id_conf=0;
|
---|
[189] | 41 | if (isset($_GET['idfascia'])) $idfascia=intval($_GET['idfascia']); else $idfascia=0;
|
---|
[2] | 42 | if (isset($_GET['min'])) $min=intval($_GET['min']); else $min=0;
|
---|
[86] | 43 | if (isset($_GET['help'])) $help=intval($_GET['help']);
|
---|
| 44 | if (isset($_GET['pwd4'])) $pwd4=intval($_GET['pwd4']);
|
---|
[185] | 45 | if (isset($_GET['preferenze'])) $preferenze=intval($_GET['preferenze']); else $preferenze=1;
|
---|
[189] | 46 | if (isset($_GET['vismf'])) $vismf=intval($_GET['vismf']); else $vismf=0;
|
---|
[2] | 47 |
|
---|
| 48 | $offset=15;
|
---|
| 49 | $hiddenInfo = "<input type=\"hidden\" name=\"min\" value=\"$min\">";
|
---|
| 50 |
|
---|
| 51 |
|
---|
| 52 | /******************************************************/
|
---|
| 53 | /*Funzione di visualizzazione globale */
|
---|
| 54 | /*****************************************************/
|
---|
[77] | 55 | //
|
---|
[2] | 56 | function all() {
|
---|
[189] | 57 | global $user, $admin, $bgcolor1, $bgcolor2, $prefix,$descr_cons, $dbi,$id_cons,$desc,$indirizzo,$centralino,$fax,$id_cons_gen,$id_collegio,$idcomune,$chiusa,$id_conf,$tipo_cons,$language,$help,$preferenze,$idfascia,$vismf;
|
---|
[2] | 58 | $aid=$_SESSION['aid'];
|
---|
| 59 | $dbi=$_SESSION['dbi'];
|
---|
[86] | 60 | $prefix=$_SESSION['prefix'];
|
---|
| 61 | ############# Controllo flag per cancellazione consultazione
|
---|
[87] | 62 | echo "<SCRIPT type=\"text/javascript\">\n\n<!--\n"
|
---|
| 63 | ."//-->\n";
|
---|
| 64 | echo "function del_cons() {\n";
|
---|
| 65 | echo "if (document.getElementById('pwd3').checked==false) {\n";
|
---|
| 66 | echo "if (document.getElementById('chiusa').selectedIndex==3) document.getElementById('chiusa').options[0].selected=true \n";
|
---|
| 67 | echo "document.getElementById('pwd4').checked=false \n";
|
---|
| 68 | echo "document.getElementById('trspunta').style.visibility='hidden' \n";
|
---|
| 69 | echo "} \n";
|
---|
| 70 | echo "else document.getElementById('trspunta').style.visibility='visible' \n";
|
---|
| 71 | # echo "if (document.getElementById('chiusa').options[3].selected==false) { \n";
|
---|
| 72 | echo "if (document.getElementById('chiusa').selectedIndex!=3) { \n";
|
---|
| 73 | echo "document.getElementById('add').value=\""._MODIFY."\" \n";
|
---|
| 74 | echo "document.getElementById('do').value=\"update\" \n";
|
---|
| 75 | echo "}else{\n";
|
---|
| 76 | echo "if (document.getElementById('pwd4').checked==false) \n";
|
---|
| 77 | echo "document.getElementById('add').value=\""._DELETE." "._DATI."\" \n";
|
---|
| 78 | echo "else document.getElementById('add').value=\""._DELETE." "._CONSULTA."\" \n";
|
---|
| 79 | echo "document.getElementById('do').value=\"delete\" \n";
|
---|
| 80 | echo "} \n";
|
---|
| 81 | echo "} \n";
|
---|
| 82 | echo "</script>\n";
|
---|
| 83 |
|
---|
[192] | 84 | echo "<script type=\"text/javascript\" language=\"JavaScript\" >\n\n<!--\n"
|
---|
| 85 | ."//-->\n";
|
---|
| 86 | echo "function showdate(str,posiz,tempo)\n";
|
---|
| 87 | echo "{\n";
|
---|
| 88 | echo "if (str==\"\")\n";
|
---|
| 89 | echo " {\n";
|
---|
| 90 | echo " document.getElementById(posiz).innerHTML=\"\";\n";
|
---|
| 91 | echo " return;\n";
|
---|
| 92 | echo " }\n";
|
---|
| 93 | echo "if (window.XMLHttpRequest)\n";
|
---|
| 94 | echo " {// code for IE7+, Firefox, Chrome, Opera, Safari\n";
|
---|
| 95 | echo " xmlhttp=new XMLHttpRequest();\n";
|
---|
| 96 | echo " }\n";
|
---|
| 97 | echo "else\n";
|
---|
| 98 | echo " {// code for IE6, IE5\n";
|
---|
| 99 | echo " xmlhttp=new ActiveXObject(\"Microsoft.XMLHTTP\");\n";
|
---|
| 100 | echo " }\n";
|
---|
| 101 | echo "xmlhttp.onreadystatechange=function()\n";
|
---|
| 102 | echo " {\n";
|
---|
| 103 | echo " if (xmlhttp.readyState==4 && xmlhttp.status==200 && posiz!=null)\n";
|
---|
| 104 | echo " {\n";
|
---|
| 105 | echo " document.getElementById(posiz).innerHTML=xmlhttp.responseText;\n";
|
---|
| 106 | echo " }\n";
|
---|
| 107 | echo " }\n";
|
---|
| 108 | echo "xmlhttp.open(\"GET\",str,true);\n";
|
---|
| 109 | echo "xmlhttp.send();\n";
|
---|
[87] | 110 |
|
---|
[192] | 111 | echo "}\n";
|
---|
| 112 | echo "</script>\n";
|
---|
| 113 |
|
---|
[77] | 114 | #########################
|
---|
[86] | 115 | if (isset($help)) include("language/$language/ele_associazioni.html");
|
---|
| 116 | OpenTable();
|
---|
[77] | 117 | echo "<tr><td><hr><br>";
|
---|
[2] | 118 | $res = mysql_query("SELECT descrizione FROM ".$prefix."_ele_consultazione where id_cons_gen='$id_cons_gen'" , $dbi);
|
---|
| 119 | list ($descr_cons) = mysql_fetch_row($res);
|
---|
| 120 | //inserire avviso su mancanza dei permessi
|
---|
| 121 | echo "<form name=\"model\" action=\"admin.php\">";
|
---|
[77] | 122 | echo "<table width=\"100%\" border=\"3\">";
|
---|
[2] | 123 | echo "<tr align=\"center\"><td bgcolor=\"$bgcolor1\"><b>"._CONSULTA."</b></td>";
|
---|
| 124 | # echo "<td bgcolor=\"$bgcolor1\"><b>"._COLLEGI."</b></td>";
|
---|
| 125 | echo "<td bgcolor=\"$bgcolor1\"><b>"._DEFCOMUNE."</b></td>";
|
---|
[185] | 126 | echo "<td width=\"10%\" bgcolor=\"$bgcolor1\"><b>"._PREFERENZE."</b></td>";
|
---|
[189] | 127 | echo "<td bgcolor=\"$bgcolor1\"><b>"._STATO."</b></td>";
|
---|
| 128 | if($tipo_cons==3){
|
---|
| 129 | echo "<td bgcolor=\"$bgcolor1\"><b>"._CONF."</b></td>";
|
---|
| 130 | echo "<td bgcolor=\"$bgcolor1\" align=\"center\"><b>"._FASCIA."</b></td>";
|
---|
| 131 | }
|
---|
| 132 | echo "<td bgcolor=\"$bgcolor1\" align=\"center\"><b>"._VISAFFMF."</b></td>";
|
---|
[77] | 133 | # echo "<input type=\"hidden\" name=\"pag_cons\" value=\"admin.php?op=associazioni&id_cons_gen=\">";
|
---|
[189] | 134 | echo "</tr>";
|
---|
[77] | 135 | echo "<tr align=\"center\"><td>";
|
---|
[189] | 136 | echo "<input type=\"hidden\" name=\"op\" value=\"associazioni\">";
|
---|
[77] | 137 | echo "<input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\">$descr_cons</td>";
|
---|
[2] | 138 | # $ressede = mysql_query("SELECT id_collegio, descrizione from ".$prefix."_ele_collegi where id_cons_gen='$id_cons_gen' order by descrizione desc", $dbi);
|
---|
| 139 | # if ($num_coll=mysql_num_rows($ressede)){
|
---|
| 140 | # echo "<td><select name=\"id_collegio\">";
|
---|
| 141 | # while(list($id,$descr_coll)=mysql_fetch_row($ressede)){
|
---|
| 142 | # $sel= ($id == $id_collegio) ? "selected":"";
|
---|
| 143 | # echo "<option value=\"$id\" $sel>$descr_coll";
|
---|
| 144 | # }
|
---|
| 145 | # echo "</select></td>";
|
---|
| 146 | # } else echo "<td></td>";
|
---|
[86] | 147 | $rescomu = mysql_query("SELECT id_comune, descrizione from ".$prefix."_ele_comuni order by descrizione asc", $dbi);
|
---|
| 148 | echo "<td>";
|
---|
| 149 | if($idcomune) {
|
---|
| 150 | while ($listele=mysql_fetch_array($rescomu))
|
---|
| 151 | if($listele['id_comune']==$idcomune) {
|
---|
| 152 | echo $listele['descrizione'];
|
---|
| 153 | echo "<input type=\"hidden\" name=\"idcomunenew\" value=\"$idcomune\">";
|
---|
| 154 | }
|
---|
| 155 |
|
---|
| 156 | }else{
|
---|
[77] | 157 | echo "<select name=\"idcomunenew\">";
|
---|
[2] | 158 | echo "<option value=\"0\"> ";
|
---|
| 159 | while(list($id,$descr_comu)=mysql_fetch_row($rescomu)){
|
---|
| 160 | $sel= ($id == $idcomune) ? "selected":"";
|
---|
| 161 | echo "<option value=\"$id\" $sel>$descr_comu";
|
---|
| 162 | }
|
---|
[86] | 163 | echo "</select>";
|
---|
| 164 | }
|
---|
[77] | 165 | echo "</td>";
|
---|
[185] | 166 | echo "<td><input type=\"text\" name=\"preferenze\" value=\"$preferenze\" size=\"2\"></td>";
|
---|
[2] | 167 | $selez['0']='';
|
---|
| 168 | $selez['1']='';
|
---|
[86] | 169 | $selez['2']='';
|
---|
[77] | 170 | $selez['3']='';
|
---|
[2] | 171 | $selez[$chiusa]="selected";
|
---|
[87] | 172 | echo "<td><select name=\"chiusa\" id=\"chiusa\" onChange=\"javascript:del_cons()\">";
|
---|
[2] | 173 | echo "<option value=\"0\" ".$selez[0].">"._ATTIVA;
|
---|
| 174 | echo "<option value=\"1\" ".$selez[1].">"._CHIUSA;
|
---|
| 175 | echo "<option value=\"2\" ".$selez[2].">"._NULLA;
|
---|
[86] | 176 |
|
---|
[77] | 177 | if($idcomune) echo "<option value=\"3\" ".$selez[3].">"._ELIMINA;
|
---|
[2] | 178 | echo "</select></td>";
|
---|
| 179 | if($tipo_cons==3){
|
---|
[189] | 180 | if($idcomune) {
|
---|
| 181 | $rescomu = mysql_query("SELECT id_fascia from ".$prefix."_ele_cons_comune where id_cons_gen='$id_cons_gen' and id_comune='$idcomune'", $dbi);
|
---|
| 182 | if($rescomu)
|
---|
| 183 | list($fasciacom)=mysql_fetch_row($rescomu);
|
---|
| 184 | } else $fasciacom=0;
|
---|
[199] | 185 | $rescomu = mysql_query("SELECT id_conf, descrizione from ".$prefix."_ele_conf order by id_conf desc", $dbi);
|
---|
[189] | 186 | echo "<td><select name=\"id_conf\" id=\"id_conf\" onchange=\"javascript:showdate('modules/Elezioni/ele_desc_fasce.php?fascia=$fasciacom&id_conf=' + model.id_conf.options[model.id_conf.selectedIndex].value,'fasceconf');\">";
|
---|
[2] | 187 | echo "<option value=\"0\"> ";
|
---|
| 188 | while(list($id,$descr_conf)=mysql_fetch_row($rescomu)){
|
---|
| 189 | $sel='';
|
---|
[208] | 190 | if ($idcomune and $id == $id_conf) $sel="selected";
|
---|
[2] | 191 | echo "<option value=\"$id\" $sel>$descr_conf";
|
---|
| 192 | }
|
---|
| 193 | echo "</select></td>";
|
---|
[189] | 194 | if(!$id_conf) $id_conf=1;
|
---|
| 195 | $rescomu = mysql_query("SELECT id_fascia,abitanti from ".$prefix."_ele_fasce where id_conf='$id_conf'", $dbi);
|
---|
| 196 |
|
---|
| 197 | echo "<td id=\"fasceconf\"><select name=\"idfascia\">";
|
---|
| 198 | echo "<option value=\"0\"> ";
|
---|
| 199 | $inffascia=0;
|
---|
| 200 | while(list($id,$abitanti)=mysql_fetch_row($rescomu)){
|
---|
| 201 | $sel='';
|
---|
| 202 | if ($idcomune and $id == $fasciacom) $sel="selected"; elseif ($id==1) $sel="selected";
|
---|
| 203 | echo "<option value=\"$id\" $sel>$inffascia - $abitanti";
|
---|
| 204 | $inffascia=$abitanti;
|
---|
| 205 | }
|
---|
| 206 | echo "</select></td>";
|
---|
| 207 |
|
---|
| 208 |
|
---|
[2] | 209 | }
|
---|
| 210 | unset($sel);
|
---|
[189] | 211 | $rescomu = mysql_query("SELECT vismf from ".$prefix."_ele_cons_comune where id_cons='$id_cons'", $dbi);
|
---|
| 212 | list($vismf)=mysql_fetch_row($rescomu);
|
---|
| 213 | echo "<td><select name=\"vismf\">";
|
---|
| 214 | if ($vismf==0) $sel="selected"; else $sel="";
|
---|
| 215 | echo "<option value=\"0\" $sel>No";
|
---|
| 216 | if ($vismf==1) $sel="selected"; else $sel="";
|
---|
| 217 | echo "<option value=\"1\" $sel>Si";
|
---|
| 218 | echo "</select></td>";
|
---|
| 219 |
|
---|
[77] | 220 | echo "<td><input type=\"hidden\" name=\"ok\" value=0>";
|
---|
[2] | 221 | echo "<input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\">";
|
---|
| 222 | if ($idcomune) {
|
---|
[87] | 223 | echo "<input type=\"hidden\" id=\"do\" name=\"do\" value=\"update\">";
|
---|
[2] | 224 | echo "<input type=\"hidden\" name=\"idcomune\" value=\"$idcomune\">";
|
---|
[87] | 225 | echo "<input type=\"submit\" id=\"add\" name=\"add\" value=\""._MODIFY."\" ></td></tr>";
|
---|
[185] | 226 | echo "<tr><td colspan=\"5\"><fieldset><legend>"._SPUNTALABEL1."</legend><label id=\"prov1\">"._SPUNTAELIMINA." <input type=\"checkbox\" id=\"pwd3\" name=\"pwd3\" value=\"\" onclick=\"javascript:del_cons()\"></label></fieldset></td></tr>";
|
---|
[87] | 227 | # <div id=\"trspunta\" style=\"visibility:hidden\"> </div>
|
---|
| 228 | echo "<tr id=\"trspunta\" style=\"visibility:hidden\"><td colspan=\"4\"><fieldset><legend>"._SPUNTALABEL2."</legend><label id=\"prov\">"._VIASPUNTAELIMINA." <input type=\"checkbox\" id=\"pwd4\" name=\"pwd4\" value=\"1\" onclick=\"javascript:del_cons()\"></label></fieldset>";
|
---|
[2] | 229 | }else{
|
---|
| 230 | echo "<input type=\"hidden\" name=\"do\" value=\"add\">";
|
---|
[77] | 231 | echo "<input type=\"submit\" name=\"add\" value=\""._ADD."\">";
|
---|
[2] | 232 | }
|
---|
[86] | 233 | $i=0;
|
---|
[77] | 234 | echo "</td></tr></table></form>";
|
---|
[86] | 235 | ############
|
---|
[77] | 236 | echo "<hr><br><table width=\"100%\" border=\"3\">";
|
---|
[189] | 237 | echo "<tr align=\"center\"><td width=\"15%\" bgcolor=\"$bgcolor1\"><b>"._CONSULTA."</b></td>";
|
---|
[77] | 238 | # echo "<td bgcolor=\"$bgcolor1\"><b>"._COLLEGI."</b></td>";
|
---|
[189] | 239 | echo "<td width=\"20%\" bgcolor=\"$bgcolor1\"><b>"._DEFCOMUNE."</b></td>";
|
---|
[185] | 240 | echo "<td width=\"10%\" bgcolor=\"$bgcolor1\"><b>"._PREFERENZE."</b></td>";
|
---|
| 241 | echo "<td width=\"10%\" bgcolor=\"$bgcolor1\"><b>"._STATO."</b></td>";
|
---|
[189] | 242 | if($tipo_cons==3){
|
---|
| 243 | echo "<td width=\"20%\" bgcolor=\"$bgcolor1\"><b>"._CONF."</b></td>";
|
---|
| 244 | echo "<td width=\"20%\" bgcolor=\"$bgcolor1\" align=\"center\"><b>"._FASCIA."</b></td>";
|
---|
| 245 | }
|
---|
| 246 | echo "<td width=\"10%\" bgcolor=\"$bgcolor1\" align=\"center\"><b>"._VISAFFMF."</b></td>";
|
---|
[185] | 247 | echo "<td width=\"10\" bgcolor=\"$bgcolor1\"><b> "._FUNZIONI."</td></tr>";
|
---|
[86] | 248 | ###############
|
---|
| 249 |
|
---|
[2] | 250 | # if ($num_coll>0)
|
---|
| 251 | # $resmod = mysql_query("SELECT t1.id_collegio,t1.id_comune,t2.descrizione as descr,t1.id_cons, t3.descrizione, t4.chiusa,t4.id_conf FROM ".$prefix."_ele_comu_collegi as t1, ".$prefix."_ele_collegi as t2, ".$prefix."_ele_comuni as t3, ".$prefix."_ele_cons_comune as t4 where t1.id_cons_gen='$id_cons_gen' and t1.id_collegio=t2.id_collegio and t1.id_comune=t3.id_comune and t1.id_comune=t4.id_comune and t2.id_cons_gen=t4.id_cons_gen order by t2.descrizione, t3.descrizione", $dbi);
|
---|
| 252 | # else
|
---|
[189] | 253 | $resmod = mysql_query("SELECT '',t1.id_comune,'',t1.id_cons, t2.descrizione, t1.chiusa, t1.id_conf, preferenze,t1.id_fascia,t1.vismf FROM ".$prefix."_ele_cons_comune as t1, ".$prefix."_ele_comuni as t2 where t1.id_cons_gen='$id_cons_gen' and t1.id_comune=t2.id_comune order by t2.descrizione", $dbi);
|
---|
| 254 | while (list($id_collegio,$id_comune2,$descr_coll,$id_cons_comu,$descr_comu, $chiusa,$id_conf,$preferenze2,$fasciacom,$vismf) = mysql_fetch_row($resmod)){ //elenco dei modelli inseriti
|
---|
[2] | 255 | $resconf = mysql_query("SELECT descrizione FROM ".$prefix."_ele_conf where id_conf='$id_conf'", $dbi);
|
---|
| 256 | list($descr_conf) = mysql_fetch_row($resconf);
|
---|
| 257 | $i++;
|
---|
[86] | 258 | $bgcolor1=($bgcolor1==$_SESSION['bgcolor1'])?$_SESSION['bgcolor2']:$_SESSION['bgcolor1'];
|
---|
[189] | 259 | if($tipo_cons==3) echo "<tr><td colspan=\"8\">"; else echo "<tr><td colspan=\"6\">";
|
---|
[2] | 260 | echo "<form name=\"modello$i\" action=\"admin.php\">"
|
---|
| 261 | ."<input type=\"hidden\" name=\"op\" value=\"associazioni\">";
|
---|
| 262 | // echo "<input type=\"hidden\" name=\"do\" value=\"update\">";
|
---|
[77] | 263 | # echo "<input type=\"hidden\" name=\"id_collegio\" value=\"$id_collegio\">";
|
---|
[2] | 264 | echo "<input type=\"hidden\" name=\"idcomune\" value=\"$id_comune2\">";
|
---|
| 265 | echo "<input type=\"hidden\" name=\"id_cons_comu\" value=\"$id_cons_comu\">";
|
---|
| 266 | echo "<input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\">";
|
---|
| 267 | echo "<input type=\"hidden\" name=\"desc\" value=\"$descr_cons\">";
|
---|
[187] | 268 | echo "<input type=\"hidden\" name=\"preferenze\" value=\"$preferenze2\">";
|
---|
[2] | 269 | echo "<input type=\"hidden\" name=\"chiusa\" value=\"$chiusa\">";
|
---|
[77] | 270 | echo "<table width=\"100%\"><tr align=\"center\" bgcolor=\"$bgcolor1\">";
|
---|
[189] | 271 | echo "<td width=\"15%\"><b>$descr_cons</b></td>";
|
---|
| 272 | echo "<td width=\"20%\"><b>$descr_comu</b></td>";
|
---|
| 273 | echo "<td width=\"10%\"><b>$preferenze2</b></td>";
|
---|
[2] | 274 | $stato['0']=_ATTIVA;
|
---|
| 275 | $stato['1']=_CHIUSA;
|
---|
| 276 | $stato['2']=_NULLA;
|
---|
[189] | 277 | echo "<td width=\"10%\"><b>".$stato[$chiusa]."</b></td>";
|
---|
| 278 | if($tipo_cons==3){
|
---|
| 279 | echo "<td width=\"20%\"><input type=\"hidden\" name=\"id_conf\" value=\"$id_conf\"><b>".$descr_conf."</b></td>";
|
---|
| 280 | $rescomu = mysql_query("SELECT id_fascia,abitanti from ".$prefix."_ele_fasce where id_conf='$id_conf'", $dbi);
|
---|
| 281 | $inffascia=0;
|
---|
| 282 | while(list($id,$abitanti)=mysql_fetch_row($rescomu)){
|
---|
| 283 | $sel='';
|
---|
| 284 | if ($id == $fasciacom)
|
---|
| 285 | echo "<td width=\"20%\">$inffascia - $abitanti</td>";
|
---|
| 286 | $inffascia=$abitanti;
|
---|
| 287 | }
|
---|
| 288 |
|
---|
| 289 | }
|
---|
| 290 | if ($vismf==0) $sel=_NO; else $sel=_SI;
|
---|
| 291 | echo "<td width=\"10%\">$sel</td>";
|
---|
[77] | 292 | echo "<td width=\"10\"><input type=\"hidden\" name=\"ok\" value=0><input type=\"submit\" name=\"edit$i\" value=\""._EDIT."\">"
|
---|
| 293 | ."</td></tr></table></form></td></tr>\n";
|
---|
[2] | 294 | }
|
---|
[77] | 295 | echo "</table></td></tr>";
|
---|
| 296 | echo "</table></td></tr>";
|
---|
[86] | 297 | CloseTable();
|
---|
[87] | 298 | # echo "</div>";
|
---|
[2] | 299 | }
|
---|
| 300 |
|
---|
[185] | 301 | function associazioni($ok, $do,$descr_comu,$id_cons_comu,$id_collegio,$id_comune,$chiusa,$id_conf,$preferenze) {
|
---|
[189] | 302 | global $admin, $bgcolor1, $bgcolor2, $prefix, $dbi, $descr_cons,$genere,$id_cons_gen,$idcomunenew,$pwd4,$idfascia,$vismf;
|
---|
[86] | 303 | $delcons=0;
|
---|
[2] | 304 | if ($do !="" and $id_cons_gen>0 and $idcomunenew>0) {
|
---|
[77] | 305 | $rescomu = mysql_query("SELECT id_cons from ".$prefix."_ele_cons_comune where id_cons_gen='$id_cons_gen' and id_comune='$idcomunenew'", $dbi);
|
---|
[2] | 306 | $max = mysql_num_rows($rescomu); //esiste autorizzazione?
|
---|
[86] | 307 | list($delcons)=mysql_fetch_row($rescomu);
|
---|
[77] | 308 | if (!$max){ //se no la inserisce
|
---|
[189] | 309 | $result = mysql_query("insert into ".$prefix."_ele_cons_comune (chiusa,id_comune,id_cons_gen,id_conf,preferenze,id_fascia,vismf) values ('0','$idcomunenew','$id_cons_gen','$id_conf','$preferenze','$idfascia','$vismf')", $dbi) || die("<br><br>Errore di inserimento: ".mysql_error());
|
---|
[2] | 310 | $rescomu = mysql_query("SELECT id_cons from ".$prefix."_ele_cons_comune where id_cons_gen='$id_cons_gen' and id_comune='$idcomunenew'", $dbi);
|
---|
[95] | 311 | list($id_cons_comu)=mysql_fetch_row($rescomu);
|
---|
| 312 | $res = mysql_query("SELECT id_cons FROM ".$prefix."_ele_comuni where id_comune='$idcomunenew' ", $dbi);
|
---|
| 313 | list($id_cons_pred)=mysql_fetch_row($res);
|
---|
| 314 | if (!$id_cons_pred)
|
---|
| 315 | $res = mysql_query("update ".$prefix."_ele_comuni set id_cons='$id_cons_comu' where id_comune='$idcomunenew' ", $dbi);
|
---|
| 316 |
|
---|
[2] | 317 | }
|
---|
| 318 | if ($do == "update") {
|
---|
| 319 | if ($idcomunenew>0) $newid=", id_comune = $idcomunenew ";
|
---|
| 320 | else $newid='';
|
---|
| 321 | $result = mysql_query("update ".$prefix."_ele_comu_collegi set id_collegio= '$id_collegio' $newid where id_comune='$id_comune' and id_cons_gen='$id_cons_gen'", $dbi) || die(mysql_error());
|
---|
| 322 | if (!$result) return;
|
---|
[189] | 323 | $result = mysql_query("update ".$prefix."_ele_cons_comune set id_conf='$id_conf', chiusa= '$chiusa', preferenze='$preferenze',id_fascia='$idfascia',vismf='$vismf' where id_comune='$id_comune' and id_cons_gen='$id_cons_gen'", $dbi)|| die(mysql_error());
|
---|
[2] | 324 | Header("Location: admin.php?op=associazioni&id_cons_gen=$id_cons_gen");
|
---|
| 325 | }elseif ($do == "add") {
|
---|
[95] | 326 | if ($id_collegio){
|
---|
[2] | 327 | $result = mysql_query("insert into ".$prefix."_ele_comu_collegi (id_collegio,id_cons,id_comune,id_cons_gen) values ('$id_collegio','$id_cons_comu','$idcomunenew','$id_cons_gen')", $dbi) || die("<br><br>Errore di inserimento: ".mysql_error());
|
---|
[95] | 328 | }
|
---|
[2] | 329 | Header("Location: admin.php?op=associazioni&id_cons_gen=$id_cons_gen");
|
---|
[86] | 330 | }elseif ($do == "delete" and $delcons>0) {
|
---|
[77] | 331 | $idcns=$delcons;
|
---|
| 332 | $res_del = mysql_query("delete from ".$prefix."_ele_voti_ref where id_cons=$idcns" ,$dbi);
|
---|
| 333 | $res_del = mysql_query("delete from ".$prefix."_ele_voti_candidati where id_cons=$idcns" ,$dbi);
|
---|
| 334 | $res_del = mysql_query("delete from ".$prefix."_ele_voti_lista where id_cons=$idcns" ,$dbi);
|
---|
| 335 | $res_del = mysql_query("delete from ".$prefix."_ele_voti_gruppo where id_cons=$idcns" ,$dbi);
|
---|
| 336 | $res_del = mysql_query("delete from ".$prefix."_ele_voti_parziale where id_cons=$idcns" ,$dbi);
|
---|
[86] | 337 | if ($pwd4==1){
|
---|
[77] | 338 | $res_del = mysql_query("delete from ".$prefix."_ele_candidati where id_cons=$idcns" ,$dbi);
|
---|
| 339 | $res_del = mysql_query("delete from ".$prefix."_ele_lista where id_cons=$idcns" ,$dbi);
|
---|
[86] | 340 | $res_del = mysql_query("delete from ".$prefix."_ele_gruppo where id_cons=$idcns" ,$dbi);
|
---|
[77] | 341 | $res_del = mysql_query("delete from ".$prefix."_ele_sezioni where id_cons=$idcns" ,$dbi);
|
---|
| 342 | $res_del = mysql_query("delete from ".$prefix."_ele_cons_comune where id_cons=$idcns" ,$dbi);
|
---|
[95] | 343 | $res = mysql_query("SELECT id_cons FROM ".$prefix."_ele_comuni where id_comune='$id_comune' ", $dbi);
|
---|
| 344 | list($id_cons_pred)=mysql_fetch_row($res);
|
---|
| 345 | if ($idcns==$id_cons_pred) {
|
---|
| 346 | $res = mysql_query("select id_cons from ".$prefix."_ele_cons_comune where id_comune=$id_comune order by id_cons desc limit 0,1" ,$dbi);
|
---|
| 347 | list($id_cons_pred)=mysql_fetch_row($res);
|
---|
| 348 | $res = mysql_query("update ".$prefix."_ele_comuni set id_cons='$id_cons_pred' where id_comune='$id_comune' ", $dbi);
|
---|
| 349 | }
|
---|
[86] | 350 | }else{
|
---|
| 351 | $res_del = mysql_query("update ".$prefix."_ele_sezioni set validi='0', nulli='0', bianchi='0', contestati='0', solo_gruppo='0', autorizzati_m='0', autorizzati_f='0', voti_nulli='0', validi_lista='0', contestati_lista='0', voti_nulli_lista='0' where id_cons=$idcns" ,$dbi);
|
---|
[77] | 352 |
|
---|
[86] | 353 | }
|
---|
[77] | 354 | Header("Location: admin.php?op=associazioni&id_cons_gen=$id_cons_gen");
|
---|
[2] | 355 | }
|
---|
| 356 | }
|
---|
| 357 | }
|
---|
| 358 |
|
---|
[86] | 359 |
|
---|
| 360 |
|
---|
| 361 |
|
---|
[77] | 362 | # die ("do:$do - id_cons:$id_cons_comu - idcomune:$id_comune - new: $idcomunenew");
|
---|
[2] | 363 |
|
---|
| 364 | //****************************
|
---|
| 365 | // switch
|
---|
| 366 | //****************************
|
---|
| 367 | if ($op=="associazioni"){
|
---|
[185] | 368 | associazioni($ok, $do,$descr_comu,$id_cons_comu,$id_collegio,$idcomune,$chiusa,$id_conf,$preferenze);
|
---|
[2] | 369 | }
|
---|
| 370 | ele();
|
---|
| 371 | if (isset($_GET['id_cons_gen'])) $id_cons_gen=intval($_GET['id_cons_gen']); else $id_cons_gen='0';
|
---|
| 372 | all();
|
---|
| 373 | include("footer.php");
|
---|
| 374 |
|
---|
| 375 | ?>
|
---|
| 376 |
|
---|
[87] | 377 |
|
---|