diff --git a/public/css/style.css b/public/css/style.css index 7a674ff..0083f86 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -19,6 +19,10 @@ body { } } +#logo { + height: 38px; +} + .sidebar-sticky { height: calc(100vh - 48px); overflow-x: hidden; diff --git a/public/img/logo.png b/public/img/logo.png new file mode 100644 index 0000000..17ee091 --- /dev/null +++ b/public/img/logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b771b245d3d78f835856d89cbc954858ea85a0f8173f13815d7693755ceff8 +size 15608 diff --git a/views/doppelklinge.twig b/views/doppelklinge.twig index f83e5f5..7a0c4e5 100644 --- a/views/doppelklinge.twig +++ b/views/doppelklinge.twig @@ -3,38 +3,40 @@ {% block title %}irgendwas mit Doppelklinge{% endblock %} {% block content %} -
-

Gesamten Mainframe von Position X: 80 Y: 126 einfügen (strg-a, strg-c):

- -
- -
+
+
+ + +
+
+ +
-{% if(isset($list)): %} -
- - - - - - - - - - - - {% for($i = 0; $i < count($list); $i++): %} - - - - - - - - {% endfor; %} - -
AufgabeFortschrittZielübrigProzent
{{ $list[$i]->task }}{{ number_format($list[$i]->act, 0, '', '.') }}{{ number_format($list[$i]->max, 0, '', '.') }}{{ number_format($list[$i]->left, 0, '', '.') }}{{ $list[$i]->percent }}
-

insgesamt {{ $percent }}% erledigt (ø {{ $avg }}%).

-

Stand: {{ $dt }}

+ {% if(isset($list)): %} +
+ + + + + + + + + + + + {% for($i = 0; $i < count($list); $i++): %} + + + + + + + + {% endfor; %} + +
AufgabeFortschrittZielübrigProzent
{{ $list[$i]->task }}{{ number_format($list[$i]->act, 0, '', '.') }}{{ number_format($list[$i]->max, 0, '', '.') }}{{ number_format($list[$i]->left, 0, '', '.') }}{{ $list[$i]->percent }}
+

insgesamt {{ $percent }}% erledigt (ø {{ $avg }}%).

+

Stand: {{ $dt }}

{% endif; %} {% endblock %} diff --git a/views/layout.twig b/views/layout.twig index 8b86bc4..7646797 100644 --- a/views/layout.twig +++ b/views/layout.twig @@ -1,8 +1,11 @@ - + - + + + + {% yield title %} @@ -11,7 +14,7 @@