-
Notifications
You must be signed in to change notification settings - Fork 2
/
admin_config2.php
285 lines (264 loc) · 16.1 KB
/
admin_config2.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<?php
/**
* admin_config2.php
* Interface permettant à l'administrateur la configuration de certains paramètres généraux
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2009-09-29 18:02:56 $
* @author Laurent Delineau <[email protected]>
* @copyright Copyright 2003-2008 Laurent Delineau
* @link http://www.gnu.org/licenses/licenses.html
* @package root
* @version $Id: admin_config2.php,v 1.11 2009-09-29 18:02:56 grr Exp $
* @filesource
*
* This file is part of GRR.
*
* GRR is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* GRR is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with GRR; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
* $Log: admin_config2.php,v $
* Revision 1.11 2009-09-29 18:02:56 grr
* *** empty log message ***
*
* Revision 1.10 2009-04-09 14:52:31 grr
* *** empty log message ***
*
* Revision 1.9 2009-02-27 13:28:19 grr
* *** empty log message ***
*
* Revision 1.8 2008-11-16 22:00:58 grr
* *** empty log message ***
*
* Revision 1.7 2008-11-10 08:17:34 grr
* *** empty log message ***
*
* Revision 1.6 2008-11-10 07:06:39 grr
* *** empty log message ***
*
*
*/
// Nombre maximum de réservation (tous domaines confondus)
if (isset($_GET['UserAllRoomsMaxBooking'])) {
settype($_GET['UserAllRoomsMaxBooking'],"integer");
if ($_GET['UserAllRoomsMaxBooking']=='') $_GET['UserAllRoomsMaxBooking'] = -1;
if ($_GET['UserAllRoomsMaxBooking']<-1) $_GET['UserAllRoomsMaxBooking'] = -1;
if (!saveSetting("UserAllRoomsMaxBooking", $_GET['UserAllRoomsMaxBooking'])) {
echo "Erreur lors de l'enregistrement de UserAllRoomsMaxBooking !<br />";
die();
}
}
// Type d'accès
if (isset($_GET['authentification_obli'])) {
if (!saveSetting("authentification_obli", $_GET['authentification_obli'])) {
echo "Erreur lors de l'enregistrement de authentification_obli !<br />";
die();
}
}
// Visualisation de la fiche de description d'une ressource.
if (isset($_GET['visu_fiche_description'])) {
if (!saveSetting("visu_fiche_description", $_GET['visu_fiche_description'])) {
echo "Erreur lors de l'enregistrement de visu_fiche_description !<br />";
die();
}
}
// Accès fiche de réservation d'une ressource.
if (isset($_GET['acces_fiche_reservation'])) {
if (!saveSetting("acces_fiche_reservation", $_GET['acces_fiche_reservation'])) {
echo "Erreur lors de l'enregistrement de acces_fiche_reservation !<br />";
die();
}
}
// Accès à l'outil de recherche/rapport/stat
if (isset($_GET['allow_search_level'])) {
if (!saveSetting("allow_search_level", $_GET['allow_search_level'])) {
echo "Erreur lors de l'enregistrement de allow_search_level !<br />";
die();
}
}
// allow_user_delete_after_begin
if (isset($_GET['allow_user_delete_after_begin'])) {
if (!saveSetting("allow_user_delete_after_begin", $_GET['allow_user_delete_after_begin'])) {
echo "Erreur lors de l'enregistrement de allow_user_delete_after_begin !<br />";
die();
}
}
// allow_gestionnaire_modify_del
if (isset($_GET['allow_gestionnaire_modify_del'])) {
if (!saveSetting("allow_gestionnaire_modify_del", $_GET['allow_gestionnaire_modify_del'])) {
echo "Erreur lors de l'enregistrement de allow_gestionnaire_modify_del !<br />";
die();
}
}
if (!loadSettings())
die("Erreur chargement settings");
# print the page header
print_header("","","","",$type="with_session", $page="admin");
if (isset($_GET['ok'])) {
$msg = get_vocab("message_records");
affiche_pop_up($msg,"admin");
}
// Affichage de la colonne de gauche
include "admin_col_gauche.php";
// Affichage du tableau de choix des sous-configuration
include "include/admin_config_tableau.inc.php";
//echo "<h2>".get_vocab('admin_config2.php')."</h2>";
echo "<form action=\"./admin_config.php\" method=\"get\" style=\"width: 100%;\">\n";
// Type d'accès
# authentification_obli = 1 : il est obligatoire de se connecter pour accéder au site.
# authentification_obli = 0 : Il n'est pas nécessaire de se connecter pour voir les réservations mais la connection est
# obligatoire si l'utilisateur veut réserver ou modifier une réservation
echo "<h3>".get_vocab("authentification_obli_msg")."</h3>\n";
echo "<table>\n";
echo "<tr><td>".get_vocab("authentification_obli0")."</td><td>\n";
echo "<input type='radio' name='authentification_obli' value='0' "; if (getSettingValue("authentification_obli")=='0') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("authentification_obli1")."</td><td>\n";
echo "<input type='radio' name='authentification_obli' value='1' "; if (getSettingValue("authentification_obli")=='1') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "</table>\n";
###########################################################
# Visualisation de la fiche de description d'une ressource.
###########################################################
# visu_fiche_description = 0 : N'importe qui allant sur le site peut afficher la fiche de description d'une ressource, meme s'il n'est pas connecté
# visu_fiche_description = 1 : Il faut obligatoirement se connecter pour voir la fiche de description d'une ressource, même en simple visiteur.
# visu_fiche_description = 2 : Il faut obligatoirement se connecter et avoir le statut "utilisateur" pour voir la fiche de description d'une ressource
# visu_fiche_description = 3 : Il faut obligatoirement se connecter et être au moins gestionnaire d'une ressource pour voir la fiche de description d'une ressource
# visu_fiche_description = 4 : Il faut obligatoirement se connecter et être au moins administrateur du domaine pour voir la fiche de description d'une ressource du domaine.
# visu_fiche_description = 5 : Il faut obligatoirement se connecter et être administrateur de site pour voir la fiche de description d'une ressource.
# visu_fiche_description = 6 : Il faut obligatoirement se connecter et être administrateur général pour voir la fiche de description d'une ressource.
echo "<hr /><h3>".get_vocab("visu_fiche_description_msg")."</h3>\n";
echo "<table cellspacing=\"5\">\n";
echo "<tr><td>".get_vocab("visu_fiche_description0")."</td><td>\n";
echo "<input type='radio' name='visu_fiche_description' value='0' "; if (getSettingValue("visu_fiche_description")=='0') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("visu_fiche_description1")."</td><td>";
echo "<input type='radio' name='visu_fiche_description' value='1' "; if (getSettingValue("visu_fiche_description")=='1') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("visu_fiche_description2")."</td><td>";
echo "<input type='radio' name='visu_fiche_description' value='2' "; if (getSettingValue("visu_fiche_description")=='2') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("visu_fiche_description3")."</td><td>";
echo "<input type='radio' name='visu_fiche_description' value='3' "; if (getSettingValue("visu_fiche_description")=='3') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("visu_fiche_description4")."</td><td>";
echo "<input type='radio' name='visu_fiche_description' value='4' "; if (getSettingValue("visu_fiche_description")=='4') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
if (getSettingValue("module_multisite") == "Oui") {
echo "<tr><td>".get_vocab("visu_fiche_description5")."</td><td>";
echo "<input type='radio' name='visu_fiche_description' value='5' "; if (getSettingValue("visu_fiche_description")=='5') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
}
echo "<tr><td>".get_vocab("visu_fiche_description6")."</td><td>\n";
echo "<input type='radio' name='visu_fiche_description' value='6' "; if (getSettingValue("visu_fiche_description")=='6') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "</table>\n";
###########################################################
# Visualisation de la fiche de réservatiob d'une ressource.
###########################################################
# acces_fiche_reservation = 0 : N'importe qui allant sur le site, meme s'il n'est pas connecté
# acces_fiche_reservation = 1 : Il faut obligatoirement se connecter, même en simple visiteur.
# acces_fiche_reservation = 2 : Il faut obligatoirement se connecter et avoir le statut "utilisateur"
# acces_fiche_reservation = 3 : Il faut obligatoirement se connecter et être au moins gestionnaire d'une ressource
# acces_fiche_reservation = 4 : Il faut obligatoirement se connecter et être au moins administrateur du domaine
# acces_fiche_reservation = 5 : Il faut obligatoirement se connecter et être administrateur de site
# acces_fiche_reservation = 6 : Il faut obligatoirement se connecter et être administrateur général
echo "<hr /><h3>".get_vocab("acces_fiche_reservation_msg")."</h3>\n";
echo "<table cellspacing=\"5\">\n";
echo "<tr><td>".get_vocab("visu_fiche_description0")."</td><td>\n";
echo "<input type='radio' name='acces_fiche_reservation' value='0' "; if (getSettingValue("acces_fiche_reservation")=='0') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("visu_fiche_description1")."</td><td>";
echo "<input type='radio' name='acces_fiche_reservation' value='1' "; if (getSettingValue("acces_fiche_reservation")=='1') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("visu_fiche_description2")."</td><td>";
echo "<input type='radio' name='acces_fiche_reservation' value='2' "; if (getSettingValue("acces_fiche_reservation")=='2') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("visu_fiche_description3")."</td><td>";
echo "<input type='radio' name='acces_fiche_reservation' value='3' "; if (getSettingValue("acces_fiche_reservation")=='3') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("visu_fiche_description4")."</td><td>";
echo "<input type='radio' name='acces_fiche_reservation' value='4' "; if (getSettingValue("acces_fiche_reservation")=='4') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
if (getSettingValue("module_multisite") == "Oui") {
echo "<tr><td>".get_vocab("visu_fiche_description5")."</td><td>";
echo "<input type='radio' name='acces_fiche_reservation' value='5' "; if (getSettingValue("acces_fiche_reservation")=='5') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
}
echo "<tr><td>".get_vocab("visu_fiche_description6")."</td><td>";
echo "<input type='radio' name='acces_fiche_reservation' value='6' "; if (getSettingValue("acces_fiche_reservation")=='6') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "</table>\n";
// Définir le niveau d'accès à l'outil de recherche/rapport/stat #
# allow_search_level = 0 : N'importe qui allant sur le site peut accéder à l'outil de recherche, même s'il n'est pas connecté
# allow_search_level = 1 (valeur par défaut) : Il faut obligatoirement se connecter pour accéder à l'outil de recherche
# allow_search_level = 2 : Il faut obligatoirement se connecter et avoir le statut "utilisateur" pour accéder à l'outil de recherche
# allow_search_level = 5 : Il faut obligatoirement se connecter et être administrateur général pour accéder à l'outil de recherche.
echo "<hr /><h3>".get_vocab("allow_search_level_msg")."</h3>\n";
echo "<table cellspacing=\"5\">\n";
echo "<tr><td>".get_vocab("allow_search_level0")."</td><td>\n";
echo "<input type='radio' name='allow_search_level' value='0' "; if (getSettingValue("allow_search_level")=='0') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("allow_search_level1")."</td><td>";
echo "<input type='radio' name='allow_search_level' value='1' "; if (getSettingValue("allow_search_level")=='1') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("allow_search_level2")."</td><td>";
echo "<input type='radio' name='allow_search_level' value='2' "; if (getSettingValue("allow_search_level")=='2') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("allow_search_level5")."</td><td>";
echo "<input type='radio' name='allow_search_level' value='6' "; if (getSettingValue("allow_search_level")=='6') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "</table>\n";
//Nombre max de de réservations, toutes ressources confondues
//Suppression/Modification de réservations
# allow_user_delete_after_begin = 0 : un utilisateur ne peut pas supprimer ou modifier une réservation en cours ni créer une réservation sur un créneau "entamé".
# allow_user_delete_after_begin = 1 : un utilisateur peut supprimer, modifier ou créer dans certaines conditions une réservation en cours (et dont il est bénéficiaire) et créer une réservation sur un créneau "entamé".
# allow_user_delete_after_begin = 2 : un utilisateur peut modifier dans certaines conditions une réservation en cours (et dont il est bénéficiaire) et créer une réservation sur un créneau "entamé" (mais pas supprimer ni créer) .
echo "<hr /><h3>".get_vocab("allow_user_delete_after_beginning_msg")."</h3>\n";
echo "<table cellspacing=\"5\">\n";
echo "<tr><td>".get_vocab("allow_user_delete_after_beginning0")."</td><td>\n";
echo "<input type='radio' name='allow_user_delete_after_begin' value='0' "; if (getSettingValue("allow_user_delete_after_begin")=='0') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("allow_user_delete_after_beginning1")."</td><td>";
echo "<input type='radio' name='allow_user_delete_after_begin' value='1' "; if (getSettingValue("allow_user_delete_after_begin")=='1') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("allow_user_delete_after_beginning2")."</td><td>";
echo "<input type='radio' name='allow_user_delete_after_begin' value='2' "; if (getSettingValue("allow_user_delete_after_begin")=='2') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "</table>\n";
# allow_gestionnaire_modify_delete=0 : un gestionnaire d'une ressource ne peut pas supprimer ou modifier les réservation effectuées sur la ressource, sauf celles dont il est l'auteur.
# allow_gestionnaire_modify_delete=1 : un gestionnaire d'une ressource peut supprimer ou modifier n'importe quelle réservation effectuées sur la ressource
echo "<hr />\n";
echo "<table cellspacing=\"5\">\n";
echo "<tr><td>".get_vocab("allow_gestionnaire_modify_del0")."</td><td>\n";
echo "<input type='radio' name='allow_gestionnaire_modify_del' value='0' "; if (getSettingValue("allow_gestionnaire_modify_del")=='0') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "<tr><td>".get_vocab("allow_gestionnaire_modify_del1")."</td><td>";
echo "<input type='radio' name='allow_gestionnaire_modify_del' value='1' "; if (getSettingValue("allow_gestionnaire_modify_del")=='1') echo "checked=\"checked\""; echo " />\n";
echo "</td></tr>\n";
echo "</table>\n";
// Nombre max de réservations (toutes ressources)
echo "<hr />\n";
echo "<table cellspacing=\"5\">\n";
echo "<tr><td>".get_vocab("max_booking")." ";
echo " - ".get_vocab("all_rooms");
echo grr_help("aide_grr_config_generale");
echo "</td><td><input type=\"text\" name=\"UserAllRoomsMaxBooking\" value=\"".getSettingValue("UserAllRoomsMaxBooking")."\" size=\"5\"/></td></tr>\n";
echo "</table>\n";
echo "<p><input type=\"hidden\" name=\"page_config\" value=\"2\" />\n";
echo "<br /></p><div id=\"fixe\" style=\"text-align:center;\"><input type=\"submit\" name=\"ok\" value=\"".get_vocab("save")."\" style=\"font-variant: small-caps;\"/></div>\n";
echo "</form>\n";
// fin de l'affichage de la colonne de droite
echo "</td></tr></table>\n";
?>