source: trunk/admin/modules/Elezioni/ele_associazioni.php@ 316

Last change on this file since 316 was 316, checked in by roby, 5 years ago
File size: 22.1 KB
Line 
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
13if (!defined('ADMIN_FILE')) {
14 die ("You can't access this file directly...");
15}
16global $dbi;
17$aid=$_SESSION['aid'];
18$prefix=$_SESSION['prefix'];
19$id_comune=$_SESSION['id_comune'];
20$sql = $dbi->prepare("SELECT * FROM ".$prefix."_config");
21$sql->execute();
22$riga = $sql->fetchAll(PDO::FETCH_ASSOC);
23$row=$riga[0];
24$language = $row['language'];
25$id_cons_gen=intval($_GET['id_cons_gen']);
26$perms=ChiSei(0);
27if ($perms<128 or !$id_cons_gen) die("$perms Non hai i permessi per inserire dati, o non hai scelto la consultazione!");
28$sql="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' ";
29$res = $dbi->prepare("$sql");
30$res->execute();
31# $gru = $sth->fetch(PDO::FETCH_BOTH);
32list($tipo_cons,$descr_cons,$id_cons,$id_conf) = $res->fetch(PDO::FETCH_NUM);
33
34$sql="SELECT genere FROM ".$prefix."_ele_tipo where tipo_cons='$tipo_cons' ";
35$res = $dbi->prepare("$sql");
36$res->execute();
37list($genere) = $res->fetch(PDO::FETCH_NUM);
38
39include("modules/Elezioni/funzionidata.php");
40include("modules/Elezioni/ele.php");
41if (isset($_GET['descr_comu'])) get_magic_quotes_gpc() ? $descr_comu=$param['descr_comu']:$descr_comu=addslashes($param['descr_comu']); else $descr_comu='';
42if (isset($_GET['do'])) get_magic_quotes_gpc() ? $do=$param['do']:$do=addslashes($param['do']); else $do='';
43if (isset($_GET['ok'])) $ok=intval($_GET['ok']); else $ok='';
44if (isset($_GET['id_cons_comu'])) $id_cons_comu=intval($_GET['id_cons_comu']); else $id_cons_comu='0';
45if (isset($_GET['id_collegio'])) $id_collegio=intval($_GET['id_collegio']); else $id_collegio='0';
46if (isset($_GET['idcomune'])) $idcomune=intval($_GET['idcomune']); else $idcomune='';
47if (isset($_GET['idcomunenew'])) $idcomunenew=intval($_GET['idcomunenew']); else $idcomunenew='0';
48if (isset($_GET['chiusa'])) $chiusa=intval($_GET['chiusa']); else $chiusa='0';
49if (isset($_GET['id_conf'])) $id_conf=intval($_GET['id_conf']); else $id_conf=0;
50if (isset($_GET['idfascia'])) $idfascia=intval($_GET['idfascia']); else $idfascia=0;
51if (isset($_GET['min'])) $min=intval($_GET['min']); else $min=0;
52if (isset($_GET['help'])) $help=intval($_GET['help']); else $help='';
53if (isset($_GET['pwd4'])) $pwd4=intval($_GET['pwd4']); else $pwd4='';
54if (isset($_GET['preferenze'])) $preferenze=intval($_GET['preferenze']); else $preferenze=1;
55if (isset($_GET['vismf'])) $vismf=intval($_GET['vismf']); else $vismf=0;
56if (isset($_GET['sg'])) $sg=intval($_GET['sg']); else $sg=0;
57if (isset($_GET['disgiunto'])) $disgiunto=intval($_GET['disgiunto']); else $disgiunto=0;
58
59$offset=15;
60$hiddenInfo = "<input type=\"hidden\" name=\"min\" value=\"$min\">";
61
62
63 /******************************************************/
64 /*Funzione di visualizzazione globale */
65 /*****************************************************/
66 //
67 function all() {
68 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,$sg,$disgiunto,$id_cons_comu,$genere;
69$aid=$_SESSION['aid'];
70$prefix=$_SESSION['prefix'];
71############# Controllo flag per cancellazione consultazione
72 echo "<SCRIPT type=\"text/javascript\">\n\n<!--\n"
73 ."//-->\n";
74 echo "function del_cons() {\n";
75 echo "if (document.getElementById('pwd3').checked==false) {\n";
76 echo "if (document.getElementById('chiusa').selectedIndex==3) document.getElementById('chiusa').options[0].selected=true \n";
77 echo "document.getElementById('pwd4').checked=false \n";
78 echo "document.getElementById('trspunta').style.visibility='hidden' \n";
79 echo "} \n";
80 echo "else document.getElementById('trspunta').style.visibility='visible' \n";
81 echo "if (document.getElementById('chiusa').selectedIndex!=3) { \n";
82 echo "document.getElementById('add').value=\""._MODIFY."\" \n";
83 echo "document.getElementById('do').value=\"update\" \n";
84 echo "}else{\n";
85 echo "if (document.getElementById('pwd4').checked==false) \n";
86 echo "document.getElementById('add').value=\""._DELETE." "._DATI."\" \n";
87 echo "else document.getElementById('add').value=\""._DELETE." "._CONSULTA."\" \n";
88 echo "document.getElementById('do').value=\"delete\" \n";
89 echo "} \n";
90 echo "} \n";
91 echo "</script>\n";
92
93echo "<script type=\"text/javascript\" language=\"JavaScript\" >\n\n<!--\n"
94 ."//-->\n";
95echo "function showdate(str,posiz,tempo)\n";
96echo "{\n";
97echo "if (str==\"\")\n";
98echo " {\n";
99echo " document.getElementById(posiz).innerHTML=\"\";\n";
100echo " return;\n";
101echo " }\n";
102echo "if (window.XMLHttpRequest)\n";
103echo " {// code for IE7+, Firefox, Chrome, Opera, Safari\n";
104echo " xmlhttp=new XMLHttpRequest();\n";
105echo " }\n";
106echo "else\n";
107echo " {// code for IE6, IE5\n";
108echo " xmlhttp=new ActiveXObject(\"Microsoft.XMLHTTP\");\n";
109echo " }\n";
110echo "xmlhttp.onreadystatechange=function()\n";
111echo " {\n";
112echo " if (xmlhttp.readyState==4 && xmlhttp.status==200 && posiz!=null)\n";
113echo " {\n";
114echo " document.getElementById(posiz).innerHTML=xmlhttp.responseText;\n";
115echo " }\n";
116echo " }\n";
117echo "xmlhttp.open(\"GET\",str,true);\n";
118echo "xmlhttp.send();\n";
119
120echo "}\n";
121echo "</script>\n";
122
123#########################
124 if ($help) include("language/$language/ele_associazioni.html");
125 OpenTable();
126 echo "<tr><td><hr><br>";
127 $sql="SELECT descrizione FROM ".$prefix."_ele_consultazione where id_cons_gen='$id_cons_gen'";
128 $res = $dbi->prepare("$sql");
129 $res->execute();
130 list ($descr_cons) = $res->fetch(PDO::FETCH_NUM);
131//inserire avviso su mancanza dei permessi
132 echo "<form name=\"model\" action=\"admin.php\">";
133 echo "<table width=\"100%\" border=\"3\">";
134 echo "<tr align=\"center\"><td bgcolor=\"$bgcolor1\"><b>"._CONSULTA."</b></td>";
135 echo "<td bgcolor=\"$bgcolor1\"><b>"._DEFCOMUNE."</b></td>";
136 echo "<td width=\"10%\" bgcolor=\"$bgcolor1\"><b>"._PREFERENZE."</b></td>";
137 echo "<td bgcolor=\"$bgcolor1\"><b>"._STATO."</b></td>";
138 if($tipo_cons==3){
139 echo "<td bgcolor=\"$bgcolor1\"><b>"._CONF."</b></td>";
140 echo "<td bgcolor=\"$bgcolor1\" align=\"center\"><b>"._FASCIA."</b></td>";
141 }
142 echo "<td bgcolor=\"$bgcolor1\" align=\"center\"><b>"._VISAFFMF."</b></td>";
143 $sql = "SELECT * from ".$prefix."_ele_voti_gruppo where id_cons='$id_cons_comu'";
144 $rescomu = $dbi->prepare("$sql");
145 $rescomu->execute();
146 $tardi=$rescomu->rowCount();
147 if (!$tardi && $genere==5){
148 echo "<td bgcolor=\"$bgcolor1\" align=\"center\"><b>"._ASOLO_GRUPPO."</b></td>";
149 echo "<td bgcolor=\"$bgcolor1\" align=\"center\"><b>"._DISGIUNTO."</b></td>";
150 }
151 echo "</tr>";
152 echo "<tr align=\"center\"><td>";
153 echo "<input type=\"hidden\" name=\"op\" value=\"associazioni\">";
154 echo "<input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\">$descr_cons</td>";
155 $sql = "SELECT id_comune, descrizione from ".$prefix."_ele_comuni order by descrizione asc";
156 $rescomu = $dbi->prepare("$sql");
157 $rescomu->execute();
158 echo "<td>";
159 if($idcomune) {
160 while ($listele=$rescomu->fetch(PDO::FETCH_BOTH))
161 if($listele['id_comune']==$idcomune) {
162 echo $listele['descrizione'];
163 echo "<input type=\"hidden\" name=\"idcomunenew\" value=\"$idcomune\">";
164 }
165
166 }else{
167 echo "<select name=\"idcomunenew\">";
168 echo "<option value=\"0\"> ";
169 while(list($id,$descr_comu)=$rescomu->fetch(PDO::FETCH_NUM)){
170 $sel= ($id == $idcomune) ? "selected":"";
171 echo "<option value=\"$id\" $sel>$descr_comu";
172 }
173 echo "</select>";
174 }
175 echo "</td>";
176 echo "<td><input type=\"text\" name=\"preferenze\" value=\"$preferenze\" size=\"2\"></td>";
177 $selez['0']='';
178 $selez['1']='';
179 $selez['2']='';
180 $selez['3']='';
181 $selez[$chiusa]="selected";
182 echo "<td><select name=\"chiusa\" id=\"chiusa\" onChange=\"javascript:del_cons()\">";
183 echo "<option value=\"0\" ".$selez[0].">"._ATTIVA;
184 echo "<option value=\"1\" ".$selez[1].">"._CHIUSA;
185 echo "<option value=\"2\" ".$selez[2].">"._NULLA;
186
187 if($idcomune) echo "<option value=\"3\" ".$selez[3].">"._ELIMINA;
188 echo "</select></td>";
189 if($tipo_cons==3){
190 if($idcomune) {
191 $sql="SELECT id_fascia from ".$prefix."_ele_cons_comune where id_cons_gen='$id_cons_gen' and id_comune='$idcomune'";
192 $rescomu = $dbi->prepare("$sql");
193 $rescomu->execute();
194 if($rescomu->rowCount())
195 list($fasciacom)=$rescomu->fetch(PDO::FETCH_NUM);
196 } else $fasciacom=0;
197 $sql="SELECT id_conf, descrizione from ".$prefix."_ele_conf order by id_conf desc";
198 $rescomu = $dbi->prepare("$sql");
199 $rescomu->execute();
200 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');\">";
201 echo "<option value=\"0\"> ";
202 while(list($id,$descr_conf)=$rescomu->fetch(PDO::FETCH_NUM)){
203 $sel='';
204 if ($idcomune and $id == $id_conf) $sel="selected";
205 echo "<option value=\"$id\" $sel>$descr_conf";
206 }
207 echo "</select></td>";
208 if(!$id_conf) $id_conf=1;
209 $sql="SELECT id_fascia,abitanti from ".$prefix."_ele_fasce where id_conf='$id_conf'";
210 $rescomu = $dbi->prepare("$sql");
211 $rescomu->execute();
212
213 echo "<td id=\"fasceconf\"><select name=\"idfascia\">";
214 echo "<option value=\"0\"> ";
215 $inffascia=0;
216 while(list($id,$abitanti)=$rescomu->fetch(PDO::FETCH_NUM)){
217 $sel='';
218 if ($idcomune and $id == $fasciacom) $sel="selected"; elseif ($id==1) $sel="selected";
219 echo "<option value=\"$id\" $sel>$inffascia - $abitanti";
220 $inffascia=$abitanti;
221 }
222 echo "</select></td>";
223
224
225 }
226 unset($sel);
227 $sql = "SELECT vismf,solo_gruppo,disgiunto from ".$prefix."_ele_cons_comune where id_cons='$id_cons_comu'";
228 $rescomu = $dbi->prepare("$sql");
229 $rescomu->execute();
230 list($vismf,$sg,$disgiunto)=$rescomu->fetch(PDO::FETCH_NUM);
231 echo "<td><select name=\"vismf\">";
232 if ($vismf==0) $sel="selected"; else $sel="";
233 echo "<option value=\"0\" $sel>No";
234 if ($vismf==1) $sel="selected"; else $sel="";
235 echo "<option value=\"1\" $sel>Si";
236 echo "</select></td>";
237 $sql = "SELECT * from ".$prefix."_ele_voti_gruppo where id_cons='$id_cons_comu'";
238 $rescomu = $dbi->prepare("$sql");
239 $rescomu->execute();
240 if (!$tardi &&$genere==5){
241 echo "<td><select name=\"sg\">";
242 if ($sg==0) $sel="selected"; else $sel="";
243 echo "<option value=\"0\" $sel>No";
244 if ($sg==1) $sel="selected"; else $sel="";
245 echo "<option value=\"1\" $sel>Si";
246 echo "</select></td>";
247 echo "<td><select name=\"disgiunto\">";
248 if ($disgiunto==0) $sel="selected"; else $sel="";
249 echo "<option value=\"0\" $sel>No";
250 if ($disgiunto==1) $sel="selected"; else $sel="";
251 echo "<option value=\"1\" $sel>Si";
252 echo "</select></td>";
253 }
254 echo "<td><input type=\"hidden\" name=\"ok\" value=0>";
255 if ($tardi && $genere==5) echo "<input type=\"hidden\" name=\"sg\" value=$sg><input type=\"hidden\" name=\"disgiunto\" value=$disgiunto>";
256 echo "<input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\">";
257 if ($idcomune) {
258 echo "<input type=\"hidden\" id=\"do\" name=\"do\" value=\"update\">";
259 echo "<input type=\"hidden\" name=\"idcomune\" value=\"$idcomune\">";
260 echo "<input type=\"submit\" id=\"add\" name=\"add\" value=\""._MODIFY."\" ></td></tr>";
261 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>";
262 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>";
263 }else{
264 echo "<input type=\"hidden\" name=\"do\" value=\"add\">";
265 echo "<input type=\"submit\" name=\"add\" value=\""._ADD."\">";
266 }
267 $i=0;
268 echo "</td></tr></table></form>";
269 echo "<hr><br><table width=\"100%\" border=\"3\">";
270 echo "<tr align=\"center\"><td width=\"15%\" bgcolor=\"$bgcolor1\"><b>"._CONSULTA."</b></td>";
271 echo "<td width=\"20%\" bgcolor=\"$bgcolor1\"><b>"._DEFCOMUNE."</b></td>";
272 echo "<td width=\"10%\" bgcolor=\"$bgcolor1\"><b>"._PREFERENZE."</b></td>";
273 echo "<td width=\"10%\" bgcolor=\"$bgcolor1\"><b>"._STATO."</b></td>";
274 if($tipo_cons==3){
275 echo "<td width=\"20%\" bgcolor=\"$bgcolor1\"><b>"._CONF."</b></td>";
276 echo "<td width=\"20%\" bgcolor=\"$bgcolor1\" align=\"center\"><b>"._FASCIA."</b></td>";
277 }
278 echo "<td width=\"10%\" bgcolor=\"$bgcolor1\" align=\"center\"><b>"._VISAFFMF."</b></td>";
279 if ($genere==5){
280 echo "<td width=\"10%\" bgcolor=\"$bgcolor1\" align=\"center\"><b>"._ASOLO_GRUPPO."</b></td>";
281 echo "<td width=\"10%\" bgcolor=\"$bgcolor1\" align=\"center\"><b>"._DISGIUNTO."</b></td>";
282 }
283 echo "<td width=\"10\" bgcolor=\"$bgcolor1\"><b>&nbsp;"._FUNZIONI."</b></td></tr>";
284
285 $sql="SELECT '',t1.id_comune,'',t1.id_cons, t2.descrizione, t1.chiusa, t1.id_conf, preferenze,t1.id_fascia,t1.vismf,t1.solo_gruppo,t1.disgiunto 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";
286 $resmod = $dbi->prepare("$sql");
287 $resmod->execute();
288 while (list($id_collegio,$id_comune2,$descr_coll,$id_cons_comu,$descr_comu, $chiusa,$id_conf,$preferenze2,$fasciacom,$vismf2,$sg2,$disgiunto2) = $resmod->fetch(PDO::FETCH_NUM)){ //elenco dei modelli inseriti
289 $sql="SELECT descrizione FROM ".$prefix."_ele_conf where id_conf='$id_conf'";
290 $resconf = $dbi->prepare("$sql");
291 $resconf->execute();
292 list($descr_conf) = $resconf->fetch(PDO::FETCH_NUM);
293 $i++;
294 $bgcolor1=($bgcolor1==$_SESSION['bgcolor1'])?$_SESSION['bgcolor2']:$_SESSION['bgcolor1'];
295 echo "<tr align=\"center\" bgcolor=\"$bgcolor1\">";
296 echo "<td><b>$descr_cons</b></td>";
297 echo "<td><b>$descr_comu</b></td>";
298 echo "<td><b>$preferenze2</b></td>";
299 $stato['0']=_ATTIVA;
300 $stato['1']=_CHIUSA;
301 $stato['2']=_NULLA;
302 echo "<td><b>".$stato[$chiusa]."</b></td>";
303 if($tipo_cons==3){
304 echo "<td><b>".$descr_conf."</b></td>";
305 $sql="SELECT id_fascia,abitanti from ".$prefix."_ele_fasce where id_conf='$id_conf'";
306 $rescomu = $dbi->prepare("$sql");
307 $rescomu->execute();
308 $inffascia=0;
309 if ($rescomu->rowCount()==0) echo "<td></td>";
310 while(list($id,$abitanti)=$rescomu->fetch(PDO::FETCH_NUM)){
311 $sel='';
312 if ($id == $fasciacom)
313 echo "<td>$inffascia - $abitanti</td>";
314 $inffascia=$abitanti;
315 }
316
317 }
318 if ($vismf2==0) $sel=_NO; else $sel=_SI;
319 echo "<td>$sel</td>";
320 if ($genere==5){
321 if ($sg2==0) $sel=_NO; else $sel=_SI;
322 echo "<td>$sel</td>";
323 if ($disgiunto2==0) $sel=_NO; else $sel=_SI;
324 echo "<td>$sel</td>";
325 }
326 echo "<td>";
327 echo "<form name=\"modello$i\" action=\"admin.php\">"
328 ."<input type=\"hidden\" name=\"op\" value=\"associazioni\">";
329 echo "<input type=\"hidden\" name=\"id_conf\" value=\"$id_conf\">";
330 echo "<input type=\"hidden\" name=\"idcomune\" value=\"$id_comune2\">";
331 echo "<input type=\"hidden\" name=\"id_cons_comu\" value=\"$id_cons_comu\">";
332 echo "<input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\">";
333 echo "<input type=\"hidden\" name=\"desc\" value=\"$descr_cons\">";
334 echo "<input type=\"hidden\" name=\"preferenze\" value=\"$preferenze2\">";
335 echo "<input type=\"hidden\" name=\"chiusa\" value=\"$chiusa\">";
336 echo "<input type=\"hidden\" name=\"ok\" value=0><input type=\"submit\" name=\"edit$i\" value=\""._EDIT."\">"
337 ."</form></td></tr>\n";
338 }
339 echo "</table></td></tr></table>";
340 CloseTable();
341 }
342
343function associazioni($ok, $do,$descr_comu,$id_cons_comu,$id_collegio,$id_comune,$chiusa,$id_conf,$preferenze) {
344 global $admin, $bgcolor1, $bgcolor2, $prefix, $dbi, $descr_cons,$genere,$id_cons_gen,$idcomunenew,$pwd4,$idfascia,$vismf,$sg,$disgiunto;
345 $delcons=0;
346 if ($do !="" and $id_cons_gen>0 and $idcomunenew>0) {
347 $sql="SELECT id_cons from ".$prefix."_ele_cons_comune where id_cons_gen='$id_cons_gen' and id_comune='$idcomunenew'";
348 $rescomu = $dbi->prepare("$sql");
349 $rescomu->execute();
350 $max = $rescomu->rowCount(); //esiste autorizzazione?
351 list($delcons)=$rescomu->fetch(PDO::FETCH_NUM);
352 if (!$max){ //se no la inserisce
353 $sql="insert into ".$prefix."_ele_cons_comune (chiusa,id_comune,id_cons_gen,id_conf,preferenze,id_fascia,vismf,solo_gruppo,disgiunto) values ('0','$idcomunenew','$id_cons_gen','$id_conf','$preferenze','$idfascia','$vismf','$sg','$disgiunto')";
354 $result = $dbi->prepare("$sql");
355 $result->execute();
356 $sql="SELECT id_cons from ".$prefix."_ele_cons_comune where id_cons_gen='$id_cons_gen' and id_comune='$idcomunenew'";
357 $rescomu = $dbi->prepare("$sql");
358 $rescomu->execute();
359 list($id_cons_comu)=$rescomu->fetch(PDO::FETCH_NUM);
360 $sql="SELECT id_cons FROM ".$prefix."_ele_comuni where id_comune='$idcomunenew' ";
361 $res = $dbi->prepare("$sql");
362 $res->execute();
363 list($id_cons_pred)=$res->fetch(PDO::FETCH_NUM);
364 if (!$id_cons_pred) {
365 $sql="update ".$prefix."_ele_comuni set id_cons='$id_cons_comu' where id_comune='$idcomunenew' ";
366 $res = $dbi->prepare("$sql");
367 $res->execute();
368 }
369 }
370 if ($do == "update") {
371 if ($idcomunenew>0) $newid=", id_comune = $idcomunenew ";
372 else $newid='';
373 $sql="update ".$prefix."_ele_comu_collegi set id_collegio= '$id_collegio' $newid where id_comune='$id_comune' and id_cons_gen='$id_cons_gen'";
374 $result = $dbi->prepare("$sql");
375 $result->execute();
376 $sql="update ".$prefix."_ele_cons_comune set id_conf='$id_conf', chiusa= '$chiusa', preferenze='$preferenze',id_fascia='$idfascia',vismf='$vismf',solo_gruppo='$sg',disgiunto='$disgiunto' where id_comune='$id_comune' and id_cons_gen='$id_cons_gen'";
377 $result = $dbi->prepare("$sql");
378 $result->execute();
379 Header("Location: admin.php?op=associazioni&id_cons_gen=$id_cons_gen");
380 }elseif ($do == "add") {
381 if ($id_collegio){
382 $sql="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')";
383 $result = $dbi->prepare("$sql");
384 $result->execute();
385 }
386 Header("Location: admin.php?op=associazioni&id_cons_gen=$id_cons_gen");
387 }elseif ($do == "delete" and $delcons>0) {
388 $idcns=$delcons;
389 $sql="delete from ".$prefix."_ele_voti_ref where id_cons=$idcns";
390 $result = $dbi->prepare("$sql");
391 $result->execute();
392 $sql="delete from ".$prefix."_ele_voti_candidati where id_cons=$idcns";
393 $result = $dbi->prepare("$sql");
394 $result->execute();
395 $sql="delete from ".$prefix."_ele_voti_lista where id_cons=$idcns";
396 $result = $dbi->prepare("$sql");
397 $result->execute();
398 $sql="delete from ".$prefix."_ele_voti_gruppo where id_cons=$idcns";
399 $result = $dbi->prepare("$sql");
400 $result->execute();
401 $sql="delete from ".$prefix."_ele_voti_parziale where id_cons=$idcns";
402 $result = $dbi->prepare("$sql");
403 $result->execute();
404 $sql="delete from ".$prefix."_ele_controllosez where id_cons=$idcns";
405 $result = $dbi->prepare("$sql");
406 $result->execute();
407 if ($pwd4==1){
408 $sql="delete from ".$prefix."_ele_candidati where id_cons=$idcns";
409 $result = $dbi->prepare("$sql");
410 $result->execute();
411 $sql="delete from ".$prefix."_ele_lista where id_cons=$idcns";
412 $result = $dbi->prepare("$sql");
413 $result->execute();
414 $sql="delete from ".$prefix."_ele_gruppo where id_cons=$idcns";
415 $result = $dbi->prepare("$sql");
416 $result->execute();
417 $sql="delete from ".$prefix."_ele_sezioni where id_cons=$idcns";
418 $result = $dbi->prepare("$sql");
419 $result->execute();
420 $sql="delete from ".$prefix."_ele_cons_comune where id_cons=$idcns";
421 $result = $dbi->prepare("$sql");
422 $result->execute();
423 $sql="SELECT id_cons FROM ".$prefix."_ele_comuni where id_comune='$id_comune' ";
424 $res = $dbi->prepare("$sql");
425 $res->execute();
426 list($id_cons_pred)=$res->fetch(PDO::FETCH_NUM);
427 if ($idcns==$id_cons_pred) {
428 $sql="select id_cons from ".$prefix."_ele_cons_comune where id_comune=$id_comune order by id_cons desc limit 0,1";
429 $res = $dbi->prepare("$sql");
430 $res->execute();
431 list($id_cons_pred)=$res->fetch(PDO::FETCH_NUM);
432 $sql="update ".$prefix."_ele_comuni set id_cons='$id_cons_pred' where id_comune='$id_comune' ";
433 $res = $dbi->prepare("$sql");
434 $res->execute();
435 }
436 }else{
437 $sql="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', colore='' where id_cons=$idcns";
438 $result = $dbi->prepare("$sql");
439 $result->execute();
440 }
441 Header("Location: admin.php?op=associazioni&id_cons_gen=$id_cons_gen");
442 }
443 }
444}
445
446
447
448
449
450//****************************
451// switch
452//****************************
453 if ($op=="associazioni"){
454 associazioni($ok, $do,$descr_comu,$id_cons_comu,$id_collegio,$idcomune,$chiusa,$id_conf,$preferenze);
455 }
456 ele();
457 if (isset($_GET['id_cons_gen'])) $id_cons_gen=intval($_GET['id_cons_gen']); else $id_cons_gen='0';
458 all();
459 include("footer.php");
460
461?>
462
463
Note: See TracBrowser for help on using the repository browser.