summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/index.phtml
blob: 8836ffc1d8e87853bd283463f7f6695166301e70 (plain) (blame)
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
<h1>Pool Control</h1>
<div id='calendar'
	style='margin: 3em 0; font-size: 13px'></div>

<!-- ADD POOL CONTROL CALENDAR -->
<script
	type="text/javascript" src="/media/js/calendar.js"></script>


<!-- ############## -->
<!-- DIALOG WINDOWS -->
<!-- ############## -->

<!-- delete wdhEvent -->
<div id="eventDeleteWdhDialog" style="display: none">
<p>This is a Repeat-Event!</p>
<p>Do you want to delete any event occurring this event or just the
selected one?</p>
</div>

<!-- resize wdhEvent -->
<div id="eventResizeWdhDialog" style="display: none">
<p>This is a Repeat-Event!</p>
<p>Do you want to resize any event occurring this event or just the
selected one?</p>
</div>

<!-- move wdhEvent -->
<div id="eventMoveWdhDialog" style="display: none">
<p>This is a Repeat-Event!</p>
<p>Do you want to move any event occurring this event or just the
selected one?</p>
</div>

<!-- edit wdhEvent -->
<div id="eventEditWdhDialog" style="display: none">
<p>This is a Repeat-Event!</p>
<p>Do you want to edit any event occurring this event or just the
selected one?</p>
</div>

<!-- eventDelete -->
<div id="eventDeleteDialog" style="display: none">
<p>Are you sure to delete this Event?</p>
</div>

<!-- eventAdd -->
<div id="eventAddDialog" style="display: none">
<p>Are you sure to add this Event?</p>
</div>

<!-- eventNotDroppableDialog -->
<div id="eventNotDroppableDialog" style="display: none">
<p>You can´t drop this Event here! There exists at least one collision
between two events.</p>
<p>Please choose another position</p>
<div id="accordion">
<h3><a href="#">Show conflicts</a></h3>
<div id="conflicts"><br>
</div>
<h3><a href="#">Show conflict-free Events</a></h3>
<div id="cfevents"><br>
</div>
</div>
</div>

<!-- eventNotDroppableDialog2 -->
<div id="eventNotDroppableDialog2" style="display: none">
<p>You can´t drop this Event here! There exists at least one collision
between two events.</p>
<p>Please choose another position</p>
</div>

<!-- formularOverlapping Dialog -->
<div id="formularOverlappingDialog" style="display: none">
<p>There exists at least one collision between your Events!</p>
<p>Please choose another position and try again.</p>
</div>

<!-- errorRights -->
<div id="errorRightsDialog" style="display: none">
<p>Permission denied!</p>
</div>

<!-- errorTime -->
<div id="errorTimeDialog" style="display: none">
<p>One or more Events have been droped in the past.</p>
<p>Please select a date in the future!</p>
</div>

<!-- no pool selected -->
<div id="noPoolSelectedDialog" style="display: none">
<p>Please choose a Pool first!</p>
</div>

<!-- default -->
<div id="defaultDialog" style="display: none">
<p>Are you sure about this change?</p>
</div>

<!-- add loading image -->
<IMG
	id="progress" class="fc-progress" src="/media/img/loader.gif" />