forked from JeromeDevome/GRR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonth_all.php
472 lines (468 loc) · 18.8 KB
/
month_all.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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<?php
/**
* month_all.php
* Interface d'accueil avec affichage par mois des réservation de toutes les ressources d'un domaine
* Ce script fait partie de l'application GRR
* Dernière modification : $Date: 2009-12-02 20:11:07 $
* @author Laurent Delineau <[email protected]>
* @copyright Copyright 2003-2008 Laurent Delineau
* @link http://www.gnu.org/licenses/licenses.html
* @package root
* @version $Id: month_all.php,v 1.17 2009-12-02 20:11:07 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
*/
include "include/connect.inc.php";
include "include/config.inc.php";
include "include/misc.inc.php";
include "include/functions.inc.php";
include "include/$dbsys.inc.php";
include "include/mincals.inc.php";
include "include/mrbs_sql.inc.php";
$grr_script_name = "month_all.php";
require_once("./include/settings.class.php");
if (!Settings::load())
die("Erreur chargement settings");
require_once("include/session.inc.php");
include "include/resume_session.php";
Definition_ressource_domaine_site();
get_planning_area_values($area);
include "include/language.inc.php";
$affiche_pview = '1';
if (!isset($_GET['pview']))
$_GET['pview'] = 0;
else
$_GET['pview'] = 1;
if ($_GET['pview'] == 1)
$class_image = "print_image";
else
$class_image = "image";
//Default parameters:
if (empty($debug_flag))
$debug_flag = 0;
if (empty($month) || empty($year) || !checkdate($month, 1, $year))
{
$month = date("m");
$year = date("Y");
}
if (!isset($day))
$day = 1;
if ((Settings::get("authentification_obli") == 0) && (getUserName() == ''))
$type_session = "no_session";
else
$type_session = "with_session";
$back = "";
if (isset($_SERVER['HTTP_REFERER']))
$back = htmlspecialchars($_SERVER['HTTP_REFERER']);
if ($type_session == "with_session")
$_SESSION['type_month_all'] = "month_all";
$type_month_all = 'month_all';
print_header($day, $month, $year, $type_session);
if (check_begin_end_bookings($day, $month, $year))
{
showNoBookings($day, $month, $year, $back);
exit();
}
if (((authGetUserLevel(getUserName(),-1) < 1) && (Settings::get("authentification_obli") == 1)) || authUserAccesArea(getUserName(), $area) == 0)
{
showAccessDenied($back);
exit();
}
if (Settings::get("verif_reservation_auto") == 0)
{
verify_confirm_reservation();
verify_retard_reservation();
}
$month_start = mktime(0, 0, 0, $month, 1, $year);
$weekday_start = (date("w", $month_start) - $weekstarts + 7) % 7;
$days_in_month = date("t", $month_start);
$month_end = mktime(23, 59, 59, $month, $days_in_month, $year);
if ($enable_periods == 'y')
{
$resolution = 60;
$morningstarts = 12;
$eveningends = 12;
$eveningends_minutes = count($periods_name) - 1;
}
$this_area_name = "";
$this_room_name = "";
$this_area_name = grr_sql_query1("SELECT area_name FROM ".TABLE_PREFIX."_area WHERE id=$area");
$i = mktime(0,0,0,$month - 1, 1, $year);
$yy = date("Y",$i);
$ym = date("n",$i);
$i = mktime(0,0,0,$month + 1, 1, $year);
$ty = date("Y",$i);
$tm = date("n",$i);
$all_day = preg_replace("/ /", " ", get_vocab("all_day2"));
//Get all meetings for this month in the room that we care about
//row[0] = Start time
//row[1] = End time
//row[2] = Entry ID
//row[3] = Entry name (brief description)
//row[4] = beneficiaire of the booking
//row[5] = Nom de la ressource
//row[6] = Description complète
//row[7] = type
//row[8] = Modération
//row[9] = beneficiaire extérieur
//row[10] = id de la ressource
$sql = "SELECT start_time, end_time, ".TABLE_PREFIX."_entry.id, name, beneficiaire, room_name, ".TABLE_PREFIX."_entry.description, type, ".TABLE_PREFIX."_entry.moderate, beneficiaire_ext, ".TABLE_PREFIX."_room.id
FROM ".TABLE_PREFIX."_entry inner join ".TABLE_PREFIX."_room on ".TABLE_PREFIX."_entry.room_id=".TABLE_PREFIX."_room.id
WHERE (start_time <= $month_end AND end_time > $month_start and area_id='".$area."')
ORDER by start_time, end_time, ".TABLE_PREFIX."_room.room_name";
//Build an array of information about each day in the month.
//The information is stored as:
//d[monthday]["id"][] = ID of each entry, for linking.
//d[monthday]["data"][] = "start-stop" times of each entry.
$res = grr_sql_query($sql);
if (!$res)
echo grr_sql_error();
else
{
//insertion du menu_gauche.php
echo '<div class="row">'.PHP_EOL;
include("menu_gauche.php");
include "chargement.php";
if ($_GET['pview'] != 1){
//if (Settings::get("menu_gauche") == 1){
echo '<div class="col-lg-9 col-md-12 col-xs-12">'.PHP_EOL;
//}
echo '<div id="planning">'.PHP_EOL;
}else{
echo '<div id="print_planning">'.PHP_EOL;}
echo '<div class="titre_planning">'.PHP_EOL.'<table class="table-header">'.PHP_EOL;
//Test si le format est imprimable
if ((!isset($_GET['pview'])) || ($_GET['pview'] != 1))
{
#Show Go to week before and after links
echo '<tr>'.PHP_EOL;
echo '<td class="left">'.PHP_EOL;
echo '<button class="btn btn-default btn-xs" onclick="charger();javascript: location.href=\'month_all.php?year='.$yy.'&month='.$ym.'&area='.$area.'\';"><span class="glyphicon glyphicon-backward"></span>'.get_vocab("monthbefore").'</button>'.PHP_EOL;
echo '</td>'.PHP_EOL;
echo '<td>'.PHP_EOL;
include "include/trailer.inc.php";
echo '</td>'.PHP_EOL;
echo '<td class="right">'.PHP_EOL;
echo '<button class="btn btn-default btn-xs" onclick="charger();javascript: location.href=\'month_all.php?year='.$ty.'&month='.$tm.'&area='.$area.'\';">'.get_vocab('monthafter').' <span class="glyphicon glyphicon-forward"></span></button>'.PHP_EOL;
echo '</td>'.PHP_EOL;
echo '</tr>'.PHP_EOL;
echo "<tr>";
echo "<td class=\"left\"> ";
$month_all2 = 1;
echo "<input type=\"button\" class=\"btn btn-default btn-xs\" id=\"voir\" value=\"Afficher le menu à gauche.\" onClick=\"divaffiche($month_all2)\" style=\"display:inline;\" /> ";
echo "</td>";
echo '</table>'.PHP_EOL;
}
echo '<h4 class="titre">'.ucfirst($this_area_name).' - '.get_vocab("all_areas").'<br>'.ucfirst(utf8_strftime("%B %Y", $month_start)).' </h4>'.PHP_EOL;
if ($_GET['pview'] != 1)
echo ' <a href="month_all2.php?year='.$year.'&month='.$month.'&area='.$area.'"><img src="img_grr/change_view.png" alt="'.get_vocab("change_view").'" title="'.get_vocab("change_view").'" class="image" /></a>'.PHP_EOL;
echo '</div>'.PHP_EOL;
if (isset($_GET['precedent']))
{
if ($_GET['pview'] == 1 && $_GET['precedent'] == 1)
{
echo '<span id="lienPrecedent">'.PHP_EOL;
echo '<button class="btn btn-default btn-xs" onclick="charger();javascript:history.back();">Précedent</button>'.PHP_EOL;
echo '</span>'.PHP_EOL;
}
}
echo '<div class="contenu_planning">'.PHP_EOL;
for ($i = 0; ($row = grr_sql_row($res, $i)); $i++)
{
$verif_acces_ressource[$row[10]] = verif_acces_ressource(getUserName(), $row[10]);
$acces_fiche_reservation[$row[10]] = verif_acces_fiche_reservation(getUserName(), $row[10]);
$t = max((int)$row[0], $month_start);
$end_t = min((int)$row[1], $month_end);
$day_num = date("j", $t);
if ($enable_periods == 'y')
$midnight = mktime(12, 0, 0, $month, $day_num, $year);
else
$midnight = mktime(0, 0, 0, $month, $day_num, $year);
while ($t < $end_t)
{
$d[$day_num]["id"][] = $row[2];
$d[$day_num]["id_room"][] = $row[10];
if (Settings::get("display_info_bulle") == 1)
$d[$day_num]["who"][] = get_vocab("reservee au nom de").affiche_nom_prenom_email($row[4], $row[9], "nomail");
else if (Settings::get("display_info_bulle") == 2)
$d[$day_num]["who"][] = $row[6];
else
$d[$day_num]["who"][] = "";
$d[$day_num]["who1"][] = affichage_lien_resa_planning($row[3],$row[2]);
$d[$day_num]["room"][] = $row[5] ;
$d[$day_num]["color"][] = $row[7];
$d[$day_num]["description"][] = affichage_resa_planning($row[6],$row[2]);
$d[$day_num]["moderation"][] = $row[8];
$midnight_tonight = $midnight + 86400;
//Describe the start and end time, accounting for "all day"
//and for entries starting before/ending after today.
//There are 9 cases, for start time < = or > midnight this morning,
//and end time < = or > midnight tonight.
//Use ~ (not -) to separate the start and stop times, because MSIE
//will incorrectly line break after a -.
if ($enable_periods == 'y')
{
$start_str = preg_replace("/ /", " ", period_time_string($row[0]));
$end_str = preg_replace("/ /", " ", period_time_string($row[1], -1));
// Debug
//echo affiche_date($row[0])." ".affiche_date($midnight)." ".affiche_date($row[1])." ".affiche_date($midnight_tonight)."<br />";
switch (cmp3($row[0], $midnight) . cmp3($row[1], $midnight_tonight))
{
case "> < ": //Starts after midnight, ends before midnight
case "= < ": //Starts at midnight, ends before midnight
if ($start_str == $end_str)
$d[$day_num]["data"][] = $start_str;
else
$d[$day_num]["data"][] = $start_str . get_vocab("to") . $end_str;
break;
case "> = ": //Starts after midnight, ends at midnight
$d[$day_num]["data"][] = $start_str . get_vocab("to")."24:00";
break;
case "> > ": //Starts after midnight, continues tomorrow
$d[$day_num]["data"][] = $start_str . get_vocab("to").">";
break;
case "= = ": //Starts at midnight, ends at midnight
$d[$day_num]["data"][] = $all_day;
break;
case "= > ": //Starts at midnight, continues tomorrow
$d[$day_num]["data"][] = $all_day . ">";
break;
case "< < ": //Starts before today, ends before midnight
$d[$day_num]["data"][] = "<".get_vocab("to") . $end_str;
break;
case "< = ": //Starts before today, ends at midnight
$d[$day_num]["data"][] = "<" . $all_day;
break;
case "< > ": //Starts before today, continues tomorrow
$d[$day_num]["data"][] = "<" . $all_day . ">";
break;
}
}
else
{
switch (cmp3($row[0], $midnight) . cmp3($row[1], $midnight_tonight))
{
case "> < ": //Starts after midnight, ends before midnight
case "= < ": //Starts at midnight, ends before midnight
$d[$day_num]["data"][] = date(hour_min_format(), $row[0]) . get_vocab("to") . date(hour_min_format(), $row[1]);
break;
case "> = ": //Starts after midnight, ends at midnight
$d[$day_num]["data"][] = date(hour_min_format(), $row[0]) . get_vocab("to")."24:00";
break;
case "> > ": //Starts after midnight, continues tomorrow
$d[$day_num]["data"][] = date(hour_min_format(), $row[0]) . get_vocab("to").">";
break;
case "= = ": //Starts at midnight, ends at midnight
$d[$day_num]["data"][] = $all_day;
break;
case "= > ": //Starts at midnight, continues tomorrow
$d[$day_num]["data"][] = $all_day . ">";
break;
case "< < ": //Starts before today, ends before midnight
$d[$day_num]["data"][] = "<".get_vocab("to") . date(hour_min_format(), $row[1]);
break;
case "< = ": //Starts before today, ends at midnight
$d[$day_num]["data"][] = "<" . $all_day;
break;
case "< > ": //Starts before today, continues tomorrow
$d[$day_num]["data"][] = "<" . $all_day . ">";
break;
}
}
//Only if end time > midnight does the loop continue for the next day.
if ($row[1] <= $midnight_tonight)
break;
$day_num++;
$t = $midnight = $midnight_tonight;
}
}
}
// Début du tableau affichant le planning
echo '<table class="table-bordered table-striped">',PHP_EOL;
// Début affichage première ligne (intitulé des jours)
echo '<tr>',PHP_EOL;
for ($weekcol = 0; $weekcol < 7; $weekcol++)
{
$num_week_day = ($weekcol + $weekstarts) % 7;
// on n'affiche pas tous les jours de la semaine
if ($display_day[$num_week_day] == 1)
echo '<th style="width:14%;">',day_name($num_week_day),'</th>',PHP_EOL;
}
echo '</tr>',PHP_EOL;
// Fin affichage première ligne (intitulé des jours)
// Début affichage des lignes affichant les réservations
// On grise les cellules appartenant au mois précédent
$weekcol = 0;
if ($weekcol != $weekday_start)
{
echo '<tr>',PHP_EOL;
for ($weekcol = 0; $weekcol < $weekday_start; $weekcol++)
{
$num_week_day = ($weekcol + $weekstarts)%7;
if ($display_day[$num_week_day] == 1)
echo '<td class="cell_month_o"></td>',PHP_EOL;
}
}
// Début Première boucle sur les jours du mois
$ferie = getHolidays($year);
for ($cday = 1; $cday <= $days_in_month; $cday++)
{
$num_week_day = ($weekcol + $weekstarts) % 7;
$t = mktime(0, 0, 0, $month,$cday,$year);
$name_day = ucfirst(utf8_strftime("%d", $t));
$jour_cycle = grr_sql_query1("SELECT Jours FROM ".TABLE_PREFIX."_calendrier_jours_cycle WHERE DAY='$t'");
if ($weekcol == 0)
echo '<tr>',PHP_EOL;
if ($display_day[$num_week_day] == 1)
{
// début condition "on n'affiche pas tous les jours de la semaine"
echo '<td class="cell_month">',PHP_EOL;
// On affiche les jours du mois dans le coin supérieur gauche de chaque cellule
$ferie_true = 0;
$class = "";
$title = "";
if (Settings::get("show_holidays") == "Oui")
{
foreach ($ferie as $key => $value)
{
if ($t == $value)
{
$ferie_true = 1;
break;
}
}
$sh = getSchoolHolidays($t, $year);
if ($sh[0] == true)
{
$class .= "vacance ";
$title = " ".$sh[1];
}
if ($ferie_true)
$class .= "ferie ";
}
echo '<div class="monthday ',$class,'">',PHP_EOL,'<a title="',htmlspecialchars(get_vocab("see_all_the_rooms_for_the_day")),$title,'" href="day.php?year=',$year,'&month=',$month,'&day=',$cday,'&area=',$area,'">',$name_day;
if (Settings::get("jours_cycles_actif") == "Oui" && intval($jour_cycle) > -1)
{
if (intval($jour_cycle) > 0)
echo " - ".get_vocab("rep_type_6")." ".$jour_cycle;
else
echo " - ".$jour_cycle;
}
echo '</a>',PHP_EOL,'</div>',PHP_EOL;
if (est_hors_reservation(mktime(0,0,0,$month,$cday,$year),$area))
{
echo '<div class="empty_cell">',PHP_EOL;
echo '<img src="img_grr/stop.png" alt="',get_vocab("reservation_impossible"),'" title="',get_vocab("reservation_impossible"),'" width="16" height="16" class="',$class_image,'" />',PHP_EOL,'</div>',PHP_EOL;
}
else
{
// Des réservation à afficher pour ce jour ?
if (isset($d[$cday]["id"][0]))
{
$n = count($d[$cday]["id"]);
//Show the start/stop times, 2 per line, linked to view_entry.
//If there are 12 or fewer, show them, else show 11 and "...".
for ($i = 0; $i < $n; $i++)
{
if ($verif_acces_ressource[$d[$cday]["id_room"][$i]])
{
// On n'affiche pas les réservation des ressources non visibles pour l'utilisateur.
if ($i == 11 && $n > 12)
{
echo " ...\n";
break;
}
echo '<table class="table-noborder">',PHP_EOL,'<tr>',PHP_EOL;
tdcell($d[$cday]["color"][$i]);
echo '<span class="small_planning">',PHP_EOL;
if ($acces_fiche_reservation[$d[$cday]["id_room"][$i]])
{
if (Settings::get("display_level_view_entry") == 0)
{
$currentPage = 'month_all';
$id = $d[$cday]["id"][$i];
echo '<a title="',htmlspecialchars($d[$cday]["who"][$i]),'" data-width="675" onclick="request(',$id,',',$cday,',',$month,',',$year,',\'',$currentPage,'\',readData);" data-rel="popup_name" class="poplight">',PHP_EOL;
}
else
{
echo '<a class="lienCellule" title="',htmlspecialchars($d[$cday]["who"][$i]),'" href="view_entry.php?id=',$d[$cday]["id"][$i],'&day=',$cday,'&month=',$month,'&year=',$year,'&page=month_all">',PHP_EOL;
}
}
echo $d[$cday]["data"][$i],'<br>',htmlspecialchars($d[$cday]["room"][$i]),'<br>',$d[$cday]["who1"][$i],'<br/>',PHP_EOL;
$Son_GenreRepeat = grr_sql_query1("SELECT type_name FROM ".TABLE_PREFIX."_type_area ,".TABLE_PREFIX."_entry WHERE ".TABLE_PREFIX."_entry.id= ".$d[$cday]["id"][$i]." AND ".TABLE_PREFIX."_entry.type= ".TABLE_PREFIX."_type_area.type_letter");
echo $Son_GenreRepeat."<br/>";
if ($d[$cday]["description"][$i] != "")
echo $d[$cday]["description"][$i]."<br/>";
if ((isset($d[$cday]["moderation"][$i])) && ($d[$cday]["moderation"][$i] == 1))
echo '<img src="img_grr/flag_moderation.png" alt="',get_vocab("en_attente_moderation"),'" title="',get_vocab("en_attente_moderation"),'" class="image" />',PHP_EOL;
if ($acces_fiche_reservation[$d[$cday]["id_room"][$i]])
echo '</a>',PHP_EOL;
echo '</span>',PHP_EOL,'</td>',PHP_EOL,'</tr>',PHP_EOL,'</table>',PHP_EOL;
}
}
/*} else{
echo "\n<table class='table-noborder'><tr>\n";
tdcell('#F49AC2');
echo "<span class=\"small_planning\">";
// echo "<a href=\"edit_entry.php?room=$room&period=$time_t_stripped&year=$year&month=$month&day=$day&page=day\" title=\"".get_vocab("cliquez_pour_effectuer_une_reservation")."\" ><span class=\"glyphicon glyphicon-plus\"></span></a>";
echo "<a title=\"".htmlspecialchars(get_vocab("see_all_the_rooms_for_the_day")).$title."\" href=\"day.php?year=$year&month=$month&day=$cday&area=$area\"><span class=\"glyphicon glyphicon-plus\"></span></a>";
echo "</span></td></tr></table>\n";
*/
}
}
echo '</td>',PHP_EOL;
}
// fin condition "on n'affiche pas tous les jours de la semaine"
if (++$weekcol == 7)
{
$weekcol = 0;
echo '</tr>',PHP_EOL;
}
}
// Fin Première boucle sur les jours du mois !
// On grise les cellules appartenant au mois suivant
if ($weekcol > 0)
{
for (; $weekcol < 7; $weekcol++)
{
$num_week_day = ($weekcol + $weekstarts) % 7;
// on n'affiche pas tous les jours de la semaine
if ($display_day[$num_week_day] == 1)
echo '<td class="cell_month_o" ></td>',PHP_EOL;
}
}
echo '</table>',PHP_EOL;
//Fermeture du div contenu_Planning
echo '</div>',PHP_EOL;
if ($_GET['pview'] != 1)
{
echo '<div id="toTop">',PHP_EOL,'<b>',get_vocab("top_of_page"),'</b>',PHP_EOL;
bouton_retour_haut ();
echo '</div>',PHP_EOL;
}
//Fermeture DIV Panning
//echo "</div>".PHP_EOL;
//if (Settings::get("menu_gauche") == 0){
echo '</div>'.PHP_EOL;
//}
// Affichage d'un message pop-up
echo '</div>'.PHP_EOL;
affiche_pop_up(get_vocab("message_records"),"user");
echo "<div id=\"popup_name\" class=\"popup_block\" ></div>";
include "footer.php";
?>