forked from GIPdA/libreBrigade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
diplome_edit.php
418 lines (362 loc) · 17.5 KB
/
diplome_edit.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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<?php
# project: eBrigade
# homepage: https://ebrigade.app
# version: 5.3
# Copyright (C) 2004, 2021 Nicolas MARCHE (eBrigade Technologies)
# This program 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.
#
# This program 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 this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
include_once ("config.php");
check_all(54);
$id=$_SESSION['id'];
writehead();
get_session_parameters();
if ( check_rights($id,54,"0")) $thislevel=0;
else $thislevel=get_highest_section_where_granted($id,54);
if (isset ($_GET["aml"])) {
$filter=$thislevel;
}
test_permission_level(54);
if (! check_rights($id,54,$filter)) $filter=$thislevel;
if (isset ($_GET["psid"])) $psid=intval($_GET["psid"]);
else $psid=0;
?>
<STYLE type='text/css'>
.categorie{color:$mydarkcolor; background-color:$mylightcolor; font-size:10pt;}
.type{color:$mydarkcolor; background-color:white; font-size:9pt;}
</STYLE>
<script>
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
});
function redirect(psid,filter){
url="parametrage.php?tab=4&child=11&psid="+psid+"&filter="+filter;
self.location.href=url;
return true
}
function checkNumber(element,defaultvalue,max)
{
var e = document.getElementById(element);
var s = element.value;
var re = /^([0-9]+)$/;
if (! re.test(s) || s > max ) {
swalAlert("Saisissez un nombre inférieur à "+ max+ ": '"+ s + "' ne convient pas.");
element.value = defaultvalue;
return false;
}
// All characters are numbers.
return true;
}
function hideRow(k) {
var select = document.getElementById('affichage['+k+']').value;
if ( select == 9 ) {
document.getElementById('perso['+k+']').style.display = '';
}
else {
document.getElementById('perso['+k+']').style.display = 'none';
}
}
function changeStatus() {
what=document.getElementById('image');
document.getElementById("imageform").submit();
}
</script>
</head>
<?php
$help="Le diplôme doit être imprimé sur une page au format A4 (210 mm x 297 mm), format paysage.
Le champ 'actif' indique si le champ doit être imprimé.
La taille de caractère, ainsi que la police et le style peuvent être définis.
Le champ x correspond à l'abscisse, distance horizontale en mm à partir de la gauche de la feuille. Valeurs de x entre 0 et 297).
Le champ y correspond à l'ordonnée, distance verticale en mm à partir du haut de la feuille. Valeurs de x entre 0 et 210.
Si affichage 'personnalisé' est choisi alors les données saisies dans 'Personnalisation' seront imprimées.";
echo "<body>";
echo "<div align=center class='table-responsive'>
<table class='noBorder'><tr>
<td align = center>
</td></tr></table>";
$actif=array();
$affichage=array();
$style=array();
$police=array();
$pos_x=array();
$pos_y =array();
$annexe=array();
$style_org=array("Normal","Gras","Italique","Gras et Italique");
$taille_org=array(8,9,10,11,12,14,16,18);
$police_org=array("Courrier","Arial","Times");
extract($_POST);
if (isset($_POST["action"])) $action=$_POST["action"];
else $action="show";
//============================================================
// Reinitialiser
//============================================================
if (isset($_GET["reinit"])) {
if ( $filter > 0 and $psid > 0 and check_rights($id,54,$filter)) {
$query="delete from diplome_param where PS_ID=".$psid." and S_ID =".$filter;
$result=mysqli_query($dbc,$query);
}
}
//============================================================
// Save info and upload file.
//============================================================
//Allowable file Mime Types. Add more mime types if you want
$FILE_MIMES = array('image/jpeg','image/jpg','image/x-png','image/pjpeg','image/gif','image/png');
//Allowable file ext. names. you may add more extension names.
$FILE_EXTS = array('.jpg','.png','.gif');
$upload_dir=$filesdir."/diplomes";
$msgstring="";
//echo "<pre>";
//print_r($_POST);
//echo "</pre>";
// enregistrement dans la table
if ($action == "save") {
$psid=intval($_POST["psid"]);
$query="select TYPE from poste where PS_ID=".$psid;
$result=mysqli_query($dbc,$query);
$row=mysqli_fetch_array($result);
$type=str_replace(" ", "",$row["TYPE"]);
$file_name="";
if ( isset ($_FILES['userfile']) and check_rights($id,54,"0") and $filter==0 ) {
if ($_FILES['userfile']['size'] <> 0) {
$error=0;
$temp_name = $_FILES['userfile']['tmp_name'];
$file_type = $_FILES['userfile']['type'];
$file_ext = strtolower(substr($file_name,strrpos($file_name,".")));
$file_path = $upload_dir."/".$type.".jpg";
//File Size Check
if ( $_FILES['userfile']['size'] > $MAX_SIZE) {
$msgstring = $MAX_SIZE_ERROR;
$error=1;
}
//File Type/Extension Check
else if (!in_array($file_type, $FILE_MIMES) && !in_array($file_ext, $FILE_EXTS)) {
$msgstring = "Attention, les fichiers du type ($file_type) sont interdits.";
$error=1;
}
else {
// create upload subdir
if (!is_dir($upload_dir)) {
if (!mkdir($upload_dir))
die ("Le répertoire d'upload n'existe pas et sa création a échoué.");
if (!chmod($upload_dir,0755))
die ("Echec lors de la mise à jour des permissions.");
}
if (! $result = move_uploaded_file($temp_name, $file_path)) {
$msgstring ="Une erreur est apparue lors de l'upload du fichier.";
$error=1;
}
if (!chmod($file_path,0777)) {
$msgstring = "Echec lors de la mise à jour des permissions.";
$error=1;
}
}
}
}
echo "<font color=red>".$msgstring."</font>";
for($i=1; $i <= $numfields_org ; $i++) {
$q1="select count(1) as NB from diplome_param where PS_ID=".$psid." and FIELD=".$i." and S_ID=".$filter;
$r1=mysqli_query($dbc,$q1);
$row=mysqli_fetch_array($r1);
if ( isset ($actif[$i])) $is_actif = intval($actif[$i]);
else $is_actif = 0;
if ( $row["NB"] == 0 )
$query="insert into diplome_param
(PS_ID,S_ID,FIELD,ACTIF,AFFICHAGE,TAILLE,STYLE,
POLICE,POS_X,POS_Y,
ANNEXE) values (".
$psid.",".$filter.",".$i.",".intval($is_actif).",".intval($affichage[$i]).",".intval($aff_taille[$i]).",".intval($aff_style[$i]).","
.intval($aff_police[$i]).",".intval($pos_x[$i]).",".intval($pos_y[$i]).",
\"".secure_input($dbc,str_replace("\"","'",$annexe[$i]))."\")";
else
$query="UPDATE diplome_param SET ACTIF=".$is_actif.",
AFFICHAGE =".intval($affichage[$i]).",
TAILLE =".intval($aff_taille[$i]).",
STYLE=".intval($aff_style[$i]).",
POLICE =".intval($aff_police[$i]).",
POS_X =".intval($pos_x[$i]).",
POS_Y=".intval($pos_y[$i]).",
ANNEXE=\"".secure_input($dbc,str_replace("\"","'",$annexe[$i]))."\"
WHERE PS_ID=".$psid."
and FIELD=".$i."
and S_ID=".$filter;
mysqli_query($dbc,$query);
}
}
echo "<form enctype='multipart/form-data' name='imageform' id='imageform' action='parametrage.php?tab=4&child=11' method='POST' >";
echo "<div class='div-decal-left' align=left>";
//filtre section
if ( check_rights($id,24)) $disabled="";
else $disabled="disabled";
echo "<select class='selectpicker' data-container='body' data-style='btn btn-default' id='filter' name='filter' $disabled class='selectpicker' data-container='body' data-style='btn btn-default' ".datalive_search()." data-style='btn-default' data-container='body'
onchange=\"redirect(document.getElementById('selectdiplome').value,document.getElementById('filter').value);\">";
display_children2(-1, 0, $filter, $nbmaxlevels -1, $sectionorder);
echo "</select>";
// filtre compétence
echo "<select class='selectpicker' data-container='body' data-style='btn btn-default' id='selectdiplome' name='selectdiplome' class='selectpicker' data-container='body' data-style='btn btn-default' data-style='btn-default' data-container='body'
onchange=\"redirect(document.getElementById('selectdiplome').value,document.getElementById('filter').value);\">";
$query="select PS_ID, TYPE, DESCRIPTION, PS_PRINT_IMAGE from poste
where PS_PRINTABLE=1
and PS_DIPLOMA=1";
if ( $filter > 0 ) $query .= " and PS_NATIONAL=0";
$query .= " order by TYPE";
$result=mysqli_query($dbc,$query);
$curtype="";
$print_image=0;
if (is_iphone()) $big_device=false;
else $big_device=true;
while (custom_fetch_array($result)) {
if ( $psid == 0 ) $psid = $PS_ID;
if ( $psid == $PS_ID ) {
$selected='selected';
$curtype=$TYPE;
$print_image = $PS_PRINT_IMAGE;
}
else $selected='';
if ( ! $big_device ) $DESCRIPTION = substr($DESCRIPTION,0,30);
echo "<option value='".$PS_ID."' $selected class='option-ebrigade'>".$TYPE." - ".$DESCRIPTION."</option>";
}
echo "</select>";
echo "</div>";
echo "<table class='noBorder'><tr>";
$default=$filesdir."/diplomes/diplome.jpg";
$file=$filesdir."/diplomes/".str_replace(" ", "",$curtype).".jpg";
$btn_class='btn-warning';
if ( file_exists($file)){
$link=" <a href=showfile.php?diplome=1&file=".str_replace(" ", "",$curtype).".jpg§ion=0&evenement=0&message=0
title='Télécharger image du diplôme'><img src=".$file." class='img-thumbnail' width='120'></a>";
$btn_class='btn-success';
$t='Choisir une autre image';
}
else if ( file_exists($default)) {
$link=" <a href='showfile.php?diplome=1&file=diplome.jpg§ion=0&evenement=0&message=0' title='Télécharger image du diplôme'><img src=".$default." class='img-thumbnail' width='120'></a>";
$t='Choisir une image personnalisée pour ce diplôme';
}
else {
$link=$curtype;
$btn_class='btn-danger';
$t='Choisir une image pour ce diplôme';
}
echo "<tr><td><span class='left10'>Image du diplôme </span> <span class='badge' style='background-color:purple;'>".str_replace(" ", "",$curtype)."</span> ".$link."
<a href='#' data-toggle='popover' data-trigger='hover' data-content=\"".$help."\"><i class='fa fa-question-circle fa-lg' ></i></a></td></tr>";
if ( $filter == 0 ) {
echo "<tr><td><span class='left10'>Modifier image</span> <label class='btn $btn_class btn-file' title=\"".$t."\">
<i class='fa fa-image fa-lg'></i><input type='file' id='userfile' name='userfile' style='display:none;' onchange='javascript:changeStatus();'>
</label></td></tr>";
if ( $print_image == 1 )
$i="<i class='fa fa-check-square fa-lg' style='color:green;' title='Image de diplôme imprimée, voir paramétrage des compétences'></i>";
else
$i="<i class='fa fa-ban fa-lg' style='color:red;' title='Image de diplôme NON imprimée, voir paramétrage des compétences'></i>";
$H="Si l'impresssion de l'image est activée, alors le diplôme sera obligatoirement imprimée sur du papier blanc, pas de papier pré-imprimé possible. Si la case est décochée,
Le diplôme sera imprimée sur du papier pré-imprimé, ou sous forme d'aperçu avant impression sur papier blanc. Cette configuration est possible dans le paramétrage de la compétence.";
$helper="<a href='#' data-toggle='popover' data-trigger='hover' data-content=\"".$H."\"><i class='fa fa-question-circle fa-lg' ></i></a>";
echo "<tr><td><span class='left10'>".$i."</span> Imprimer l'image ".$helper."</td></tr>";
}
else
echo "<tr><td class=small>La modification de l'image liée à ce diplôme n'est possible que au niveau National</td></tr>";
echo "</table>";
echo "<div class='col-sm-10'>";
for($i=1; $i <= $numfields_org; $i++) {
$query="select PS_ID,S_ID, FIELD,ACTIF,AFFICHAGE,TAILLE,STYLE,
POLICE,POS_X,POS_Y, ANNEXE from diplome_param
where PS_ID=".$psid." and FIELD=".$i." and S_ID in (0,".$filter.")
order by S_ID desc";
$result=mysqli_query($dbc,$query);
$data = @mysqli_fetch_array($result);
// bloquer certains champs au niveau local
$modifiable=true;
$local_disabled="";
if ( $filter > 0 ) {
$modifiable=false;
$local_disabled="disabled";
}
echo "<div class='card hide card-default graycarddefault cardtab' style='margin-bottom:15px'>
<div class='card-header graycard cardtab'>
<div class='card-title'><strong> Impression champ N° $i </strong></div>
</div>
<div class='card-body graycard'>";
echo "<table class='noBorder' cellspacing=0 border=0>";
$local_disabled2=$local_disabled;
if ($data["ACTIF"]=='1') $checked='checked'; else $checked='';
if ( ! $modifiable and $data["ACTIF"] == 0 ) $local_disabled2="";
if ( ! $modifiable )
echo "<input type='hidden' name='actif[".$i."]' id='actif[".$i."]' value=".$data["ACTIF"].">";
echo "<td>
<input type='checkbox' name='actif[".$i."]' id='actif[".$i."]' value=1 $checked $local_disabled2/> Actif </td>";
echo "<td>Taille ";
echo "<select class='selectpicker smalldropdown3-nofont' data-container='body' data-style='btn btn-default' id='aff_taille[".$i."]' name='aff_taille[".$i."]'>";
for($j=0; $j != 8; $j++) {
echo "<option value='".$j."'";
if ($data["TAILLE"]==$j) echo " selected='selected'";
echo'>'.$taille_org[$j].'</option>';
};
echo "</select></td>";
echo "<td> Affichage ";
echo "<select class='selectpicker smallerdropdown2' data-container='body' data-style='btn btn-default' name='affichage[".$i."]' id='affichage[".$i."]' onchange=\"hideRow(".$i.");\" $local_disabled>";
$query1="select FIELD, FIELD_NAME, CATEGORY from diplome_param_field order by CATEGORY, DISPLAY_ORDER";
$result1=mysqli_query($dbc,$query1);
$cat="";
while ( custom_fetch_array($result1)) {
if ( $cat <> $CATEGORY ) {
echo "<OPTGROUP LABEL='".$CATEGORY."'>";
$cat = $CATEGORY;
}
echo "<option value='".$FIELD."'";
if ($data["AFFICHAGE"]==$FIELD) echo " selected='selected'";
echo ">".$FIELD_NAME."</option>";
}
echo "</select>";
if ( ! $modifiable )
echo "<input type='hidden' name='affichage[".$i."]' id='affichage[".$i."]' value=".$data["AFFICHAGE"].">";
echo "</td>";
echo "<td> Style <select class='selectpicker smallerdropdown2' data-container='body' data-style='btn btn-default' name='aff_style[".$i."]' id='aff_style[".$i."]'>";
for($j=0; $j != 4; $j++) {
echo '<option value="'.$j.'"';
if ($data["STYLE"]==$j) echo " selected='selected'";
echo ">".$style_org[$j]."</option>";
};
echo "</select></td>";
echo "<td>Police <select class='selectpicker smallerdropdown2' data-container='body' data-style='btn btn-default' name='aff_police[".$i."]' id='aff_police[".$i."]'>";
for($j=0; $j != 3; $j++) {
echo "<option value=".$j;
if ($data["POLICE"]==$j) echo " selected='selected'";
echo ">".$police_org[$j]."</option>";
}
echo"</select>
</td>
</tr>";
// echo "</tr></table><table class='noBorder' cellspacing=0 border=0><tr>";
// echo "<tr>";
echo "<td>Position X <input name=pos_x[".$i."] id=pos_x_".$i." type='text' size='5' maxlength='5' class='form-control form-control-sm'
title='Choisir une valeur comprise entre 0 et 297' style='display:inline-flex; width:65px'
onchange=\"checkNumber(pos_x_".$i.",'".$data["POS_X"]."',297);\"
value='".$data["POS_X"]."'/></td>";
echo "<td>Position Y <input name=pos_y[".$i."] id=pos_y_".$i." type='text' size='5' maxlength='5' class='form-control form-control-sm'
title='Choisir une valeur comprise entre 0 et 210' style='display:inline-flex; width:65px'
onchange=\"checkNumber(pos_y_".$i.",'".$data["POS_Y"]."',210);\"
value='".$data["POS_Y"]."'/></td>";
if ( $data["AFFICHAGE"] == 9 ) $style="";
else $style="style='display:none'";
echo "<td colspan='3' ><span name='perso[".$i."]' id='perso[".$i."]' $style>Personnalisation:
<input name='annexe[".$i."]' id='annexe[".$i."]' type='text' size='50' maxlength='50'
value=\"".$data["ANNEXE"]."\"/></span></td>";
echo "</tr></table></div></div>";
}
echo "<p><input type='hidden' name='action' value='save'>
<input type='hidden' name='psid' value='".$psid."'>
<input type='submit' class='btn btn-success' value='Sauvegarder'>";
if ( $filter > 0 )
echo " <input type='button' class='btn btn-default' value='Réinitialiser' title='Remplacer ce paramétrage spécifique par le paramétrage national'
onclick='javascript:self.location.href=\"parametrage.php?tab=4&child=11&filter=".$filter."&psid=".$psid."&reinit=1\";'>";
echo "</form>
</div>";
writefoot();
?>