From c1a1180d1f43a430b38450cb0b64bcd74487b4ae Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Mon, 10 Sep 2018 17:22:05 +0200 Subject: Moved frontend, templates and lang to resources --- templates/errors/default.twig | 7 ---- templates/layouts/app.twig | 74 --------------------------------- templates/layouts/maintenance.html | 71 -------------------------------- templates/pages/credits.html | 36 ----------------- templates/pages/user-shifts.html | 83 -------------------------------------- 5 files changed, 271 deletions(-) delete mode 100644 templates/errors/default.twig delete mode 100644 templates/layouts/app.twig delete mode 100644 templates/layouts/maintenance.html delete mode 100644 templates/pages/credits.html delete mode 100644 templates/pages/user-shifts.html (limited to 'templates') diff --git a/templates/errors/default.twig b/templates/errors/default.twig deleted file mode 100644 index 5fb8bcbd..00000000 --- a/templates/errors/default.twig +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "layouts/app.twig" %} - -{% block title %}{% if status == 404 %}{{ __("Page not found") }}{% else %}Error {{ status }}{% endif %}{% endblock %} - -{% block content %} -
{{ content }}
-{% endblock %} diff --git a/templates/layouts/app.twig b/templates/layouts/app.twig deleted file mode 100644 index aa45484d..00000000 --- a/templates/layouts/app.twig +++ /dev/null @@ -1,74 +0,0 @@ -{% set theme = user.color|default(config('theme')) %} - - - - {% block head %} - {% block title %}{{ title }}{% endblock %} - Engelsystem - - - - - - - - {% if atom_feed -%} - - {% endif %} - - {% endblock %} - - - -{% block body %} - - -
-
{% block content %}{{ content|raw }}{% endblock %}
- -
-{% endblock %} - - - diff --git a/templates/layouts/maintenance.html b/templates/layouts/maintenance.html deleted file mode 100644 index f7ab5772..00000000 --- a/templates/layouts/maintenance.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - Maintenance - Engelsystem - - - - - - - -
-
-
-
-

- - - -

-
-

- The ENGELSYSTEM is in maintenance mode. -

-

This may be due to...

-

- ...archangels closing the gates of heaven.
- ...somebody's stolen the power chord and now the battery is empty.
- ...DHCP decided to give me another ip address. -

-
-
- -
-
-
-
- -
- - diff --git a/templates/pages/credits.html b/templates/pages/credits.html deleted file mode 100644 index 4e247113..00000000 --- a/templates/pages/credits.html +++ /dev/null @@ -1,36 +0,0 @@ -
-

Credits

-
-
-

Source code

-

- The original system was written by cookie. - It was then completely rewritten and enhanced by - msquare (maintainer), - MyIgel, - mortzu, - jplitza and - gnomus. -

-

- Please look at the - contributor list on github for a more complete version. -

-
-
-

Hosting

-

- Webspace, development platform and domain on engelsystem.de - is currently provided by would you buy this? (ichdasich) - and adminstrated by mortzu, - derf and ichdasich. -

-
-
-

Translation

-

- Many thanks for the german translation: e7p -

-
-
-
diff --git a/templates/pages/user-shifts.html b/templates/pages/user-shifts.html deleted file mode 100644 index 2fdade29..00000000 --- a/templates/pages/user-shifts.html +++ /dev/null @@ -1,83 +0,0 @@ - - -
- -
-
-

%title%

-
%start_select%
-
-
- -
- -
-
-
- – -
%end_select%
-
-
- -
- -
-
-
- -
-
- %buttons% -
-
-
-
- -
-
%room_select%
-
%type_select%
-
%filled_select%
-

%task_notice%

-
-
-
-
-
- -
-
-
-%shifts_table% %ical_text% -- cgit v1.2.3-54-g00ecf