~azzar1/unity/add-show-desktop-key

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>
1165.3.63 by Nick Chadwick
Removed non-functional links to delete projects and grant extensions.
6
    <!--<a href='#'><img
7
    src='/+media/ivle.webapp.core/images/interface/cross.png' alt="Delete"
8
    title="Delete project" /></a> -->
1165.3.25 by William Grant
Sink the project title, and move the project delete icon to the end.
9
  </div>
1165.3.6 by Nick Chadwick
Modified the javascript for adding projects and projectsets, so that
10
  <pre class='project-synopsis'>${project.synopsis}</pre>
1165.3.2 by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to
11
</li>