1165.3.2
by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to |
1 |
<li xmlns='http://www.w3.org/1999/xhtml' |
2 |
xmlns:py='http://genshi.edgewall.org/' |
|
3 |
id='project_${project.id}'> |
|
1165.3.7
by Nick Chadwick
Modified the styling of the projects page, and added a non-functional |
4 |
<div class='project-title'> |
1358
by William Grant
Use the publishing framework to generate URLs to projectsets. |
5 |
<a href="${req.publisher.generate(project)}"><strong>${project.name}</strong></a> |
1710.1.18
by Matt Giuca
Added links to ProjectEdit view, from offering projects page, manage projects page, and individual project pages. |
6 |
<a href='${req.publisher.generate(project, ProjectEdit)}'><img |
1710.1.20
by Matt Giuca
Fully link the Project Delete view, from all the places the Project Edit view is linked. |
7 |
src='/+media/ivle.webapp.core/images/interface/pencil.png' alt="Edit" |
8 |
title="Edit project" /></a> |
|
9 |
<a href='${req.publisher.generate(project, ProjectDelete)}'><img |
|
10 |
src='/+media/ivle.webapp.core/images/interface/delete.png' alt="Delete" |
|
11 |
title="Delete project" /></a> |
|
1165.3.25
by William Grant
Sink the project title, and move the project delete icon to the end. |
12 |
</div> |
1165.3.6
by Nick Chadwick
Modified the javascript for adding projects and projectsets, so that |
13 |
<pre class='project-synopsis'>${project.synopsis}</pre> |
1165.3.2
by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to |
14 |
</li> |