1
<html xmlns="http://www.w3.org/1999/xhtml"
2
xmlns:py="http://genshi.edgewall.org/">
4
<title>Tutorial - Subject Menu</title>
7
<div id="ivle_padding">
8
<h1>IVLE Tutorials - ${subject}</h1>
10
<ul id="tutorial-toc">
11
<py:for each="worksheet in worksheets">
13
<!-- XXX: Generate URL properly! -->
14
<a href="/subjects/${subject}/+worksheets/${worksheet.id}">${worksheet.name}</a>
15
<py:if test="worksheet.assessable">
17
<li class="${worksheet.complete_class}">
18
Completed ${worksheet.mand_done}/${worksheet.total}${worksheet.optional_message}
25
<py:if test="problems_total > 0">
27
<li class="${complete_class}">
28
Total exercises completed: ${problems_done}/${problems_total} (${problems_pct}%)
31
<p style="font-weight: bold">
32
Worksheet mark: ${mark}/${max_mark}