aboutsummaryrefslogtreecommitdiff
path: root/app/views/login/privacy_info.php
blob: 556451f8b3fd2ed4f6e99a201231c2ab566e3472 (plain)
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
<?
# Lifter010: TODO
?>
<div class="white" style="padding: 2ex;">
  <table width="100%">
    <tr><td>
      <h2><?= _('Stud.IP - Erläuterungen zum Datenschutz im Überblick') ?></h2>

      <p><?= _('Die wichtigsten Informationen auf einen Blick: Wer kann was über mich sehen bzw. herausfinden?') ?></p>

      <table border="1" cellpadding="2" cellspacing="1">

        <tr>
          <th>&nbsp;</th>
          <th><?= _('Ich selbst') ?></th>
          <th><?= _('Jeder Studierende') ?></th>
          <th><?= _('Jeder Tutor oder Tutorin') ?></th>
          <th><?= _('Jeder Lehrende') ?></th>
          <th><?= _('Jeder Admin') ?></th>
          <th><?= _('Mein Tutor oder meien Tutorin') ?></th>
          <th><?= _('Meine Lehrperon') ?></th>
          <th><?= _('Mein Admin') ?></th>
          <th><?= _('Root') ?></th>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('Mich suchen') ?></td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('E-Mail-Adresse') ?></td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('Matrikelnummer') ?></td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('Studiengänge') ?></td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('Fachsemester') ?></td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('Stud.IP-Punkte') ?></td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('Teilname an einer best. VA') ?></td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('Liste aller besuchten VA') ?></td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('Tage seit letztem Login') ?></td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('Online-Status') ?></td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('Mein Name an meinen<br>Beiträgen, Dateien, ...') ?></td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
          <td style="background-color: green">&nbsp;</td>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('Telefonnummer, Adresse, ...') ?></td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
          <td style="background-color: yellow">&nbsp;</td>
        </tr>

        <tr>
          <td style="background-color: #aaaaaa"><?= _('Welche Dateien, Beiträge,<br>Ankündigungen,... habe ich gelesen?') ?></td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
          <td style="background-color: red">&nbsp;</td>
        </tr>

      </table>

      <h3><?= _('Legende:') ?></h3>

      <table border="1" cellpadding="1" cellspacing="2">
        <tr>
          <td width="50" style="background-color: green">&nbsp;</td>
          <td><?= _('immer möglich') ?></td>
        </tr>
        <tr>
          <td width="50" style="background-color: yellow">&nbsp;</td>
          <td><?= _('mit meiner Zustimmung möglich') ?></td>
        </tr>
        <tr>
          <td width="50" style="background-color: red">&nbsp;</td>
          <td><?= _('nicht möglich') ?></td>
        </tr>
      </table>

    </td></tr>
  </table>
</div>