1
<html xmlns="http://www.w3.org/1999/xhtml"
2
xmlns:xi="http://www.w3.org/2001/XInclude"
3
xmlns:py="http://genshi.edgewall.org/" py:strip="">
4
<head foo="bar" py:strip="">
5
<title>Tutorial - Subject Menu</title>
7
<body class="innerbody" py:strip="">
9
<div id="ivle_padding">
10
<h1>IVLE Tutorials - ${subject}</h1>
12
<ul id="tutorial-toc">
13
<py:for each="worksheet in worksheets">
15
<a href="${worksheet.loc}">${worksheet.name}</a>
16
<py:if test="worksheet.assessable">
18
<li class="${worksheet.complete_class}">
19
Completed ${worksheet.mand_done}/${worksheet.total}${worksheet.optional_message}
26
<py:if test="problems_total > 0">
28
<li class="${complete_class}">
29
Total exercises completed: ${problems_done}/${problems_total} (${problems_pct}%)
32
<p style="font-weight: bold">
33
Worksheet mark: ${mark}/${max_mark}