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 --- resources/views/layouts/app.twig | 74 ++++++++++++++++++++++++++++++++ resources/views/layouts/maintenance.html | 71 ++++++++++++++++++++++++++++++ 2 files changed, 145 insertions(+) create mode 100644 resources/views/layouts/app.twig create mode 100644 resources/views/layouts/maintenance.html (limited to 'resources/views/layouts') diff --git a/resources/views/layouts/app.twig b/resources/views/layouts/app.twig new file mode 100644 index 00000000..aa45484d --- /dev/null +++ b/resources/views/layouts/app.twig @@ -0,0 +1,74 @@ +{% 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/resources/views/layouts/maintenance.html b/resources/views/layouts/maintenance.html new file mode 100644 index 00000000..f7ab5772 --- /dev/null +++ b/resources/views/layouts/maintenance.html @@ -0,0 +1,71 @@ + + + + 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. +

+
+
+ +
+
+
+
+ +
+ + -- cgit v1.2.3-54-g00ecf