aboutsummaryrefslogtreecommitdiff
path: root/templates/nocookies.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2021-07-22 16:07:19 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2021-07-22 16:19:12 +0200
commita3da1483a9e689846179159355badfec8073dbec (patch)
tree770dcca6bdf5f6f2a11b0e7fcbbeda6919a3fc52 /templates/nocookies.php
current code from svn, revision 62608
Diffstat (limited to 'templates/nocookies.php')
-rw-r--r--templates/nocookies.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/nocookies.php b/templates/nocookies.php
new file mode 100644
index 0000000..d1fb3d3
--- /dev/null
+++ b/templates/nocookies.php
@@ -0,0 +1,11 @@
+<div class="index_container">
+ <?= MessageBox::error(_('Cookies sind nicht aktiviert!'), [
+ _('Die Anmeldung für Stud.IP ist nur möglich, wenn Sie das Setzen von Cookies erlauben!'),
+ sprintf(
+ _('Bitte ändern Sie die Einstellungen Ihres Browsers und wiederholen Sie den %sLogin%s'),
+ '<a href="' . URLHelper::getLink($_SERVER['REQUEST_URI']).'">', '</a>'),
+ sprintf(
+ _('Bitte wenden Sie sich bei Problemen an: <a href="mailto:%1$s">%1$s</a>'),
+ $GLOBALS['UNI_CONTACT'])
+ ]) ?>
+</div>