From a0139c37aaafa845157335627ece7a5a88f4085f Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Wed, 15 Jun 2016 13:04:15 +0200 Subject: First version of a visualization. --- .../exams/templates/page-add-exam.html | 6 ++ modules-available/exams/templates/page-exams.html | 101 +++++++++++++++------ 2 files changed, 79 insertions(+), 28 deletions(-) (limited to 'modules-available/exams/templates') diff --git a/modules-available/exams/templates/page-add-exam.html b/modules-available/exams/templates/page-add-exam.html index b6a8f6b1..a537e7e9 100644 --- a/modules-available/exams/templates/page-add-exam.html +++ b/modules-available/exams/templates/page-add-exam.html @@ -31,6 +31,12 @@ +
+
+ + +
+
diff --git a/modules-available/exams/templates/page-exams.html b/modules-available/exams/templates/page-exams.html index 6c67fa2c..8758b408 100644 --- a/modules-available/exams/templates/page-exams.html +++ b/modules-available/exams/templates/page-exams.html @@ -1,32 +1,77 @@ +
+

All Exams

-

All Exams

- - - - - - - - - - {{#exams}} +
IDLocationBeginEndActions
- - - - - + + + + + - {{/exams}} + {{#exams}} + + + + + + + + {{/exams}} -
{{examid}} - {{locationname}} - {{starttime}}{{endtime}} -
- - - -
-
IDLocationBeginEndActions
{{examid}} + {{locationname}} + {{starttime}}{{endtime}} +
+ + + +
+
-Add Exam + + Add Exam + +
+ +
+ -- cgit v1.2.3-55-g7522