From 9d1ba271f3b9ed27e2a2c7b3eb9cded200e3c8b7 Mon Sep 17 00:00:00 2001 From: Timon Ostertun Date: Sat, 26 Sep 2020 18:08:14 +0200 Subject: [PATCH] Added TODO sites --- server/content/account.php | 19 +++++++++++++++++++ server/content/boats.php | 2 +- server/content/clubs.php | 2 +- server/content/contact.php | 19 +++++++++++++++++++ server/content/index.php | 6 +++--- server/content/news.php | 19 +++++++++++++++++++ server/content/planning.php | 19 +++++++++++++++++++ server/content/planning_edit.php | 19 +++++++++++++++++++ server/content/planning_list.php | 19 +++++++++++++++++++ server/content/planning_view.php | 19 +++++++++++++++++++ server/content/regatta_plan.php | 19 +++++++++++++++++++ server/content/sailors.php | 2 +- server/content/trim_boat.php | 19 +++++++++++++++++++ server/content/trim_boat_edit.php | 19 +++++++++++++++++++ server/content/trim_list.php | 19 +++++++++++++++++++ server/content/trim_trim_add.php | 19 +++++++++++++++++++ server/content/trim_trim_edit.php | 19 +++++++++++++++++++ 17 files changed, 253 insertions(+), 6 deletions(-) create mode 100644 server/content/account.php create mode 100644 server/content/contact.php create mode 100644 server/content/news.php create mode 100644 server/content/planning.php create mode 100644 server/content/planning_edit.php create mode 100644 server/content/planning_list.php create mode 100644 server/content/planning_view.php create mode 100644 server/content/regatta_plan.php create mode 100644 server/content/trim_boat.php create mode 100644 server/content/trim_boat_edit.php create mode 100644 server/content/trim_list.php create mode 100644 server/content/trim_trim_add.php create mode 100644 server/content/trim_trim_edit.php 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