From 322b79babf45b1bff0d219cfbf10524b975075fd Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Thu, 7 Dec 2017 12:38:55 +0100 Subject: Split all data and data from last week, moved chart to the right side of the page. --- app/Resources/views/default/AllData.html.twig | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 app/Resources/views/default/AllData.html.twig (limited to 'app/Resources/views/default/AllData.html.twig') diff --git a/app/Resources/views/default/AllData.html.twig b/app/Resources/views/default/AllData.html.twig new file mode 100644 index 0000000..7bc33af --- /dev/null +++ b/app/Resources/views/default/AllData.html.twig @@ -0,0 +1,35 @@ +{% extends 'base.html.twig' %} + +{% block body %} +
+
+ + + + + + + + + + + + {% for table in data %} + + + + + + + {% endfor %} +
TimeStampCoNoSo
{{ table.TimeStamp }}{{ table.Co }}{{ table.No }}{{ table.So }}
+
+
+ +
+
+{% endblock %} +{% block javascripts %} + +