diff --git a/server/content/account.php b/server/content/account.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/account.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '
';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file
diff --git a/server/content/boats.php b/server/content/boats.php
index 9ddabf4..d6ba12b 100644
--- a/server/content/boats.php
+++ b/server/content/boats.php
@@ -31,7 +31,7 @@
$sp['output'] .= $tpl->load('pagination', ['html-id' => 'pagination']);
// Menu
- // TODO: add entries for jump2rank jump2club
+ // TODO: add entries for jump2club and more?
$items = $tpl->load('menu/item-icon', ['', '#', 'html-id' => 'menu-item-boatname', 'icon' => 'fa-edit']);
$items .= $tpl->load('menu/item-icon', ['Vereins-Website', '', 'html-id' => 'menu-item-clubwebsite', 'icon' => 'fa-globe']);
$sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-boat', 'title' => 'Boots-Details', 'height' => 320]);
diff --git a/server/content/clubs.php b/server/content/clubs.php
index fcc0504..bec7f54 100644
--- a/server/content/clubs.php
+++ b/server/content/clubs.php
@@ -20,7 +20,7 @@
$sp['output'] .= $tpl->load('pagination', ['html-id' => 'pagination']);
// Menu
- // TODO: add entries for jump2rank jump2club
+ // TODO: more entries ?
$items = $tpl->load('menu/item-icon', ['Vereins-Website', '', 'html-id' => 'menu-item-clubwebsite', 'icon' => 'fa-globe']);
$sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-club', 'title' => 'Vereins-Details', 'height' => 320]);
diff --git a/server/content/contact.php b/server/content/contact.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/contact.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file
diff --git a/server/content/index.php b/server/content/index.php
index 3e4c2ea..0df2a33 100644
--- a/server/content/index.php
+++ b/server/content/index.php
@@ -60,11 +60,11 @@
$content = 'Regatta-Kalender
';
$content .= 'Du willst alle Regatta-Termine in deinem Kalender, aber nicht alles abtippen?
Kein Problem! Abonniere einfach unseren ics-Kalender.
';
$content .= 'Nur die Regatten, zu denen Du gehst?
Auch kein Problem! ';
- $content .= 'Erstelle einfach eine Saison-Planung und abonniere Deinen persönlichen Kalender.';
- $content .= 'Registriere Dich einfach kostenlos, erstelle eine Saison-Planung und wir erstellen Dir einen persönlichen Kalender.';
+ $content .= 'Erstelle einfach eine Saison-Planung und abonniere Deinen persönlichen Kalender.';
+ $content .= 'Registriere Dich einfach kostenlos, erstelle eine Saison-Planung und wir erstellen Dir einen persönlichen Kalender.';
$content .= '
';
$content .= $tpl->load('button', [' Regatta-Kalender', 'https://regatten.net/client/calendar/' . BOATCLASS . '/everything.ics', 'css-class' => 'mb-2']);
- $content .= $tpl->load('button', [' Kalender für ', 'https://regatten.net/client/calendar/' . BOATCLASS . '/user_%USERID%.ics', 'css-class' => 'show-loggedin replace-userid-href']);
+ $content .= $tpl->load('button', [' Kalender für ', 'https://regatten.net/client/calendar/' . BOATCLASS . '/user_%USERID%.ics', 'css-class' => 'show-loggedin replace-userid-href']);
$sp['output'] .= $tpl->load('card', [$content]);
diff --git a/server/content/news.php b/server/content/news.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/news.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file
diff --git a/server/content/planning.php b/server/content/planning.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/planning.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file
diff --git a/server/content/planning_edit.php b/server/content/planning_edit.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/planning_edit.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file
diff --git a/server/content/planning_list.php b/server/content/planning_list.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/planning_list.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file
diff --git a/server/content/planning_view.php b/server/content/planning_view.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/planning_view.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file
diff --git a/server/content/regatta_plan.php b/server/content/regatta_plan.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/regatta_plan.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file
diff --git a/server/content/sailors.php b/server/content/sailors.php
index 49f30c2..f9a0094 100644
--- a/server/content/sailors.php
+++ b/server/content/sailors.php
@@ -31,7 +31,7 @@
$sp['output'] .= $tpl->load('pagination', ['html-id' => 'pagination']);
// Menu
- // TODO: add entries for jump2rank jump2club
+ // TODO: add entries for follow, jump2rank, jump2club and more?
$items = $tpl->load('menu/item-icon', ['', '#', 'html-id' => 'menu-item-year', 'icon' => 'fa-edit']);
$items .= $tpl->load('menu/item-icon', ['Vereins-Website', '', 'html-id' => 'menu-item-clubwebsite', 'icon' => 'fa-globe']);
$sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-sailor', 'title' => 'Segler-Details', 'height' => 320]);
diff --git a/server/content/trim_boat.php b/server/content/trim_boat.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/trim_boat.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file
diff --git a/server/content/trim_boat_edit.php b/server/content/trim_boat_edit.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/trim_boat_edit.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file
diff --git a/server/content/trim_list.php b/server/content/trim_list.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/trim_list.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file
diff --git a/server/content/trim_trim_add.php b/server/content/trim_trim_add.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/trim_trim_add.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file
diff --git a/server/content/trim_trim_edit.php b/server/content/trim_trim_edit.php
new file mode 100644
index 0000000..85a23df
--- /dev/null
+++ b/server/content/trim_trim_edit.php
@@ -0,0 +1,19 @@
+load('error', ['404', 'Seite existiert noch nicht']);
+ $content .= '';
+ $content .= 'Die gesuchte Seite ist leider noch nicht verfügbar.
';
+ $content .= 'Wir arbeiten daran, sie schnellstmöglich zur Verfügung zu stellen.
';
+ $content .= 'Wie wäre es mit der Homepage?';
+ $content .= '
';
+ $content .= $tpl->load('button', ['Zur Startseite', LINK_PRE . 'index', 'css-class' => 'mb-3']);
+ $content .= $tpl->load('button', ['Kontakt', LINK_PRE . 'contact']);
+
+ $sp['output'] = $tpl->load('card', [$content, 'css-class' => 'text-center pt-3']);
+
+?>
\ No newline at end of file