diff --git a/server/content/rank.php b/server/content/rank.php
index 2f7d543..6fcf207 100644
--- a/server/content/rank.php
+++ b/server/content/rank.php
@@ -1,16 +1,16 @@
Ranglisten";
-
+
$options = 'Jahres-Rangliste ';
- $options .= 'Jugend-Rangliste ';
- $options .= '' . $_CLASS['youth-german-name'] . '-Rangliste ';
- $options .= 'Benutzerdefiniert ';
+// $options .= 'Jugend-Rangliste ';
+// $options .= '' . $_CLASS['youth-german-name'] . '-Rangliste ';
+// $options .= 'Benutzerdefiniert ';
$content .= $tpl->load('select', ['html-id' => 'select-type', 'placeholder' => 'Rangliste', 'options' => $options, 'css-class' => 'mt-3 mb-0']);
$content .= $tpl->load('select', ['html-id' => 'select-year', 'placeholder' => 'Jahr', 'css-class' => 'mt-3 mb-0']);
$content .= $tpl->load('input', ['html-id' => 'input-from', 'placeholder' => 'Von', 'type' => 'date', 'css-class' => 'mt-3']);
@@ -20,27 +20,33 @@
$chbox = $tpl->load('checkbox', ['html-id' => 'input-jugstrict', 'placeholder' => 'Streng']);
$content .= '
' . $chbox . '
';
$content .= $tpl->load('button', ['Anzeigen', '#', 'html-id' => 'button-show']);
-
+
$sp['output'] .= $tpl->load('card', [$content]);
-
+
+// TODO
+$content = 'Störung ';
+$content .= 'Momentan können wir Dir hier leider nur die Jahresrangliste anzeigen. ';
+$content .= 'Um die anderen Ranglisten zu sehen, besuche bitte unsere Webseite .
';
+$sp['output'] .= $tpl->load('card', [$content]);
+
// No Results
$content = 'ACHTUNG ';
$content .= 'Zu folgenden Regatten wurden noch keine Ergebnisse hinterlegt:
';
$content .= '';
-
+
$sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-noresults', 'css-class' => 'bg-red2-dark']);
-
+
// Ranking
$content = $tpl->load('input', ['html-id' => 'input-search', 'placeholder' => 'Suche', 'type' => 'text']);
$content .= '
';
-
+
$sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-rank']);
-
+
// Menu
$items = '';
$items .= '
';
$sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-rank', 'title' => 'Ranglisten-Details', 'height' => 500]);
-
+
$sp['scripts'] .= $scripts->load('rank');
-
-?>
\ No newline at end of file
+
+?>
diff --git a/server/version.php b/server/version.php
index 4d43ad4..abe2df7 100644
--- a/server/version.php
+++ b/server/version.php
@@ -1,5 +1,5 @@