1165.3.2
by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to |
1 |
<html xmlns="http://www.w3.org/1999/xhtml" |
2 |
xmlns:py="http://genshi.edgewall.org/"> |
|
3 |
<head>
|
|
1165.3.20
by William Grant
Correct some OfferingProjectsView text. |
4 |
<title>Projects for ${offering.subject.name}</title> |
1165.3.2
by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to |
5 |
</head> |
6 |
<body>
|
|
1165.3.20
by William Grant
Correct some OfferingProjectsView text. |
7 |
<h1>Projects for ${offering.subject.name}</h1> |
1165.3.2
by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to |
8 |
<div id="ivle_padding"> |
9 |
<ul id="projectset_list"> |
|
10 |
<py:for each="projectset in projectsets"> |
|
11 |
${projectset} |
|
12 |
</py:for> |
|
13 |
</ul> |
|
1341.1.1
by William Grant
Make the "Add a new project set" link actually do something. |
14 |
<div class="add-projectset"> |
15 |
<a href="#" id="add_new_projectset" |
|
1451
by William Grant
Add icons to the project management view. |
16 |
class="add-projectset-link addaction">Add a new project set</a> |
1341.1.1
by William Grant
Make the "Add a new project set" link actually do something. |
17 |
<form id="new_projectset_form" class="new_projectset" |
18 |
method="PUT" name="new_projectset_form" |
|
1361
by William Grant
Remove the last +projectsets hardcoding. |
19 |
action="${req.publisher.generate(offering, OfferingRESTView)}"> |
1165.3.36
by William Grant
Swap around some elements to make the OfferingProjectsView XHTML more valid. |
20 |
<div id="new_projectset_div"> |
1165.3.2
by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to |
21 |
<label for="group_size">Group Size:</label> |
1341.1.3
by William Grant
Add inline documentation of the group size field. |
22 |
<input type="text" name="group_size" id="group_size"></input> Leave blank for individual projects. Enter 0 for unlimited membership. |
1341.1.2
by William Grant
Linebreaks are good. |
23 |
<br /> |
1165.3.7
by Nick Chadwick
Modified the styling of the projects page, and added a non-functional |
24 |
<input type="submit" id="submit_new_projectset" name="Bob" |
1341.1.1
by William Grant
Make the "Add a new project set" link actually do something. |
25 |
value="Create"/> |
1165.3.36
by William Grant
Swap around some elements to make the OfferingProjectsView XHTML more valid. |
26 |
</div> |
27 |
</form> |
|
1165.3.2
by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to |
28 |
</div> |
29 |
</div> |
|
30 |
</body> |
|
31 |
</html> |