source: trunk/admin/modules/Elezioni/ele_configurazione.php@ 48

Last change on this file since 48 was 48, checked in by roby, 14 years ago

continua menu contestuale

File size: 10.8 KB
Line 
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/************************************************************************/
11if (!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);
25if ($perms<32) 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);
29list($tipo_cons,$id_cons) = mysql_fetch_row($res);
30
31include("modules/Elezioni/funzionidata.php");
32include("modules/Elezioni/ele.php");
33
34if (isset($param['do'])) get_magic_quotes_gpc() ? $do=$param['do']:$do=addslashes($param['do']); else $do='';
35if (isset($param['min'])) $min=intval($param['min']); else $min=0;
36if (isset($param['ok'])) get_magic_quotes_gpc() ? $ok=$param['ok']:$ok=addslashes($param['ok']); else $ok='';
37if (isset($param['blocco'])) get_magic_quotes_gpc() ?
38$blocco=$param['blocco']:$blocco=addslashes($param['blocco']); else $blocco='';
39if (isset($param['tema2'])) get_magic_quotes_gpc() ? $tema2=$param['tema2']:$tema2=addslashes($param['tema2']); else $tema2='';
40if (isset($param['multicomune'])) get_magic_quotes_gpc() ? $multicomune=$param['multicomune']:$multicomune=addslashes($param['multicomune']); else $multicomune='';
41if (isset($param['fileout'])) get_magic_quotes_gpc() ? $fileout=$param['fileout']:$fileout=addslashes($param['fileout']); else $fileout='';
42if (isset($param['prefix2'])) get_magic_quotes_gpc() ? $prefix2=$param['prefix2']:$prefix2=addslashes($param['prefix2']); else $prefix2='';
43if (isset($param['adminmail'])) get_magic_quotes_gpc() ? $adminmail=$param['adminmail']:$adminmail=addslashes($param['adminmail']); else $adminmail='';
44if (isset($param['siteurl'])) get_magic_quotes_gpc() ? $siteurl=$param['siteurl']:$siteurl=addslashes($param['siteurl']); else $siteurl='';
45if (isset($param['sitename'])) get_magic_quotes_gpc() ? $sitename=$param['sitename']:$sitename=addslashes($param['sitename']); else $sitename='';
46if (isset($param['siteistat'])) get_magic_quotes_gpc() ? $siteistat=$param['siteistat']:$siteistat=addslashes($param['siteistat']); else $siteistat='';
47if (isset($param['language2'])) get_magic_quotes_gpc() ? $language2=$param['language2']:$language2=addslashes($param['language2']); else $language2='';
48if (isset($param['flash2'])) get_magic_quotes_gpc() ? $flash2=$param['flash2']:$flash2=addslashes($param['flash2']); else $flash2='';
49if (isset($param['displayerrors'])) $displayerrors=intval($param['displayerrors']); else $displayerrors='0';
50
51if (isset($param['gkey'])) get_magic_quotes_gpc() ? $gkey=$param['gkey']:$gkey=addslashes($param['gkey']); else $gkey='';
52if (isset($param['ed_user'])) get_magic_quotes_gpc() ? $ed_user=$param['ed_user']:$ed_user=addslashes($param['ed_user']); else $ed_user='';
53if (isset($param['googlemaps'])) $googlemaps=intval($param['googlemaps']); else $googlemaps='0';
54if (isset($param['editor'])) $editor=intval($param['editor']); else $editor='0';
55if (isset($param['tema_on'])) $tema_on=intval($param['tema_on']); else $tema_on='0';
56if (isset($param['help'])) $help=intval($param['help']);
57
58/******************************************************/
59/*Funzione di visualizzazione globale */
60/*****************************************************/
61 function all() {
62 global $tipo_cons,$param,$currentlang, $bgcolor1, $bgcolor2, $prefix, $prefix2, $dbi, $offset, $min, $id_cons,$id_cons_gen,$id_comune,$do,$tema,$language,$help;
63 global $gkey,$ed_user,$googlemaps,$editor,$tema_on;
64// $restemp = mysql_query("select count(0) from ".$prefix."_ele_conf where tema='$tema'", $dbi);
65// list($numtemp)=mysql_fetch_row($restemp);
66
67
68 if (isset($help)) include("language/$language/ele_configurazione.html");
69
70 //-----------------------visualizza riga superiore per inserimento -
71 echo "<form name=\"gruppo2\" enctype=\"multipart/form-data\" method=\"post\" action=\"admin.php\">"
72 ."<input type=\"hidden\" name=\"op\" value=\"confconsiglio\">";
73 $resl = mysql_query("SELECT * FROM ".$prefix."_config", $dbi);
74 $gru=mysql_fetch_array($resl);
75 echo "<input type=\"hidden\" name=\"do\" value=\"update\">";
76 echo "<input type=\"hidden\" name=\"op\" value=\"configurazione\">";
77 echo "<br><table border=\"0\" width=\"100%\">";
78 echo "<tr bgcolor=\"$bgcolor2\"><td colspan=\"4\" align=\"center\"><b>"._CONFIGDEFAULT."</b></td></tr><tr><td>&nbsp</td></tr>";
79 echo "<tr><td>";
80 $sel= ($gru['tema_on']==1) ? "selected":"";
81 echo "<b>"._TEMAATTIVO."</b></td><td><select name=\"tema_on\"><option value=\"0\">No<option value=\"1\" $sel>Si</select></td>";
82 echo "<td>";
83 echo "<b>"._TEMA."</b></td>";
84 ##########
85 $resmod = mysql_query("SELECT tema FROM ".$prefix."_ele_temi order by tema", $dbi);
86
87 echo "<td><select name=\"tema2\"><option value=\"\">";
88 while (list($desc) = mysql_fetch_row($resmod)){
89 if (!$gru['tema']) $gru['tema']=$desc;
90 $sel= ($gru['tema']==$desc) ? "selected":"";
91 echo "<option value=\"".$desc."\" $sel>".$desc;
92 }
93 echo "</select></td></tr>";
94 $sel= ($gru['blocco']==1) ? "selected":"";
95 echo "<tr><td><b>"._BLOCCO."</b></td><td><select name=\"blocco\"><option value=\"0\">No<option value=\"1\" $sel>Si</select></td>";
96 $sel= ($gru['flash']==1) ? "selected":"";
97 echo "<td><b>"._FLASH."</b></td><td><select name=\"flash2\"><option value=\"0\">No<option value=\"1\" $sel>Si</select></td>";
98 echo "</tr>";
99 $sel= ($gru['multicomune']==1) ? "selected":"";
100 echo "<tr><td><b>"._MULTICOMUNE."</b></td><td><select name=\"multicomune\"><option value=\"0\">No<option value=\"1\" $sel>Si</select></td>";
101// echo "<td><b>"._FILEOUT."</b></td><td><input type=\"text\" name=\"fileout\">".$gru['fileout']."</td>";
102# echo "</tr>"
103# ."<tr><td><b>"._PREFIX."</b></td><td><input type=\"text\" name=\"prefix2\" value=\"".$gru['prefix']."\"></td>"
104 echo "<td><b>"._ADMINMAIL."</b></td><td><input type=\"text\" name=\"adminmail\" value=\"".$gru['adminmail']."\"></td></tr>"
105 ."<tr><td><b>"._SITEURL."</b></td><td><input type=\"text\" name=\"siteurl\" value=\"".$gru['siteurl']."\"></td>";
106 echo"<td><b>"._TESTATA."</b></td>";
107 echo "<td><input type=\"file\" name=\"sitelogo\" size=\"10\"></td></tr>";
108# echo"<td><b>"._SITENAME."</b></td><td><input type=\"text\" name=\"sitename\" value=\"".$gru['sitename']."\"></td></tr>";
109 $resmod = mysql_query("SELECT id_comune,descrizione FROM ".$prefix."_ele_comuni order by descrizione", $dbi);
110 echo "<tr><td><b>"._SITEISTAT."</b></td>";
111 echo "<td><select name=\"siteistat\"><option value=\"\">";
112 while (list($id_comune2,$desc) = mysql_fetch_row($resmod)){
113 if (!$gru['siteistat']) $gru['siteistat']=$id_comune2;
114 $sel= ($gru['siteistat']==$id_comune2) ? "selected":"";
115 echo "<option value=\"".$id_comune2."\" $sel>".$desc;
116 }
117 echo "</select></td>";
118
119##########
120 echo "<td><b>"._LANGUAGE."</b></td><td><input type=\"text\" name=\"language2\" value=\"".$gru['language']."\"></td></tr>";
121 $sel= ($gru['googlemaps']==1) ? "selected":"";
122 echo "<tr><td><b>"._GOOGLEMAPS."</b></td><td><select name=\"googlemaps\"><option value=\"0\">No<option value=\"1\" $sel>Si</select></td>";
123 echo "<td><b>"._GKEY."</b></td><td><input type=\"text\" name=\"gkey\" value=\"".$gru['gkey']."\"></td></tr>";
124 $sel= ($gru['editor']==1) ? "selected":"";
125 echo "<tr><td><b>"._EDITOR."</b></td><td><select name=\"editor\"><option value=\"0\">No<option value=\"1\" $sel>Si</select></td>";
126 echo "<td><b>"._EDUSER."</b></td>";
127 echo "<td><select name=\"ed_user\">";
128 $sel=$gru['ed_user']=='Admin'? "selected":"";
129 echo "<option value=\"Admin\" $sel>Admin";
130 $sel=$gru['ed_user']=='User'? "selected":"";
131 echo "<option value=\"User\" $sel>User";
132 $sel=$gru['ed_user']=='Eleonline'? "selected":"";
133 echo "<option value=\"Eleonline\" $sel>Eleonline</td></tr>";
134
135 echo "<tr>";
136
137# $sel= ($gru['displayerrors']==1) ? "selected":"";
138# echo "<td><b>"._DISPLAYERRORS."</b></td><td><select name=\"displayerrors\"><option value=\"0\">No<option value=\"1\" $sel>Si</select>";
139 echo "<input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\">";
140 echo "<td><input type=\"submit\" name=\"add\" value=\""._MODIFY."\"></td>";
141 echo "</tr>";
142 echo "</table>";
143 echo "</form><br>";
144
145 }
146
147//***********************************************************
148//Funzione di inserimento e gestione dei gruppi
149//************************************************************
150
151function confcons() {
152
153 global $id_cons_gen, $prefix, $dbi, $blocco,$tema2,$multicomune,$fileout,$prefix2,$adminmail,$siteurl,$sitename,$siteistat,$language2,$flash2,$displayerrors;
154 global $gkey,$ed_user,$googlemaps,$editor,$tema_on;
155
156 $aid=$_SESSION['aid'];
157 $perms=ChiSei($id_cons_gen);
158 if ($perms >128) {
159 $stemmablob='';
160 $stemmanome='';
161 $STEMM=$_FILES['sitelogo'];
162 $filestemma=$STEMM['tmp_name'];
163 $nomestemma=$STEMM['name'];
164 $sqlset='';
165 if ($filestemma){
166 $fdstemma = fopen ("$filestemma", "rb");
167 $stemmacontents = fread ($fdstemma, filesize ("$filestemma"));
168 fclose ($fdstemma);
169 $stemmablob=addslashes($stemmacontents);
170 $stemmanome=addslashes($nomestemma);
171 }
172#displayerrors='$displayerrors',
173#per il momento non Ú usato: , site_logo='$site_logo'
174 $result = mysql_query("update ".$prefix."_config set testata='$stemmablob', nome_testata='$stemmanome', blocco='$blocco', multicomune='$multicomune', language='$language2', siteistat='$siteistat', adminmail='$adminmail', sitename='$sitename', siteurl='$siteurl', flash='$flash2', tema='$tema2',gkey='$gkey',ed_user='$ed_user',googlemaps='$googlemaps',editor='$editor',tema_on='$tema_on' ", $dbi) || die("Errore di aggiornamento dei dati!".mysql_error());
175 if ($tema2=='facebook')
176 $_SESSION['tema']=$tema2;
177 else $_SESSION['tema']='default';
178 Header("Location: admin.php?id_cons_gen=$id_cons_gen");
179
180 }
181}
182
183if ($do and $do="modify")
184 confcons();
185
186ele();
187
188all();
189echo"</td></tr></table>";
190include("footer.php");
191
192
193
194
195?>
196
Note: See TracBrowser for help on using the repository browser.