From d072920a676743dd4ba9d4cc4af080eee9809a01 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 12 Jul 2016 16:54:36 +0200 Subject: [exams] Show list of upcomfing exam lectures; allow adding exam period based on upcoming exam --- modules-available/exams/templates/page-exams.html | 139 +++++++--------------- 1 file changed, 45 insertions(+), 94 deletions(-) (limited to 'modules-available/exams/templates/page-exams.html') diff --git a/modules-available/exams/templates/page-exams.html b/modules-available/exams/templates/page-exams.html index 5fa4c0c5..184a69e3 100644 --- a/modules-available/exams/templates/page-exams.html +++ b/modules-available/exams/templates/page-exams.html @@ -1,96 +1,47 @@ -
-

{{lang_allExamPeriods}}

- -
- - - - - - - - - {{#exams}} - - - - - - - - {{/exams}} - -
{{lang_id}}{{lang_locations}}{{lang_begin}}{{lang_end}}{{lang_actions}}
{{examid}} - {{locationnames}} -
{{description}}
-
{{starttime_s}}{{endtime_s}} -
- {{^liesInPast}} - - {{/liesInPast}} - {{lang_edit}} - - - -
-
- -
- - -
-
-
+

{{lang_allExamPeriods}}

+ +
+ + + + + + + + + {{#exams}} + + + + + + + + {{/exams}} +
{{lang_id}}{{lang_locations}}{{lang_begin}}{{lang_end}}{{lang_actions}}
{{examid}} + {{locationnames}} + {{^locationnames}} + {{lang_global}} + {{/locationnames}} +
+ {{description}} + {{^description}} + {{lang_noDescription}} + {{/description}} +
+
{{starttime_s}}{{endtime_s}} +
+ {{^liesInPast}} + + {{/liesInPast}} + {{lang_edit}} + + + +
+
- +
+ {{lang_addExam}} +
-- cgit v1.2.3-55-g7522