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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/project_fragment.html

Modified the javascript for adding projects and projectsets, so that
they are now much prettier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<li xmlns='http://www.w3.org/1999/xhtml'
2
2
    xmlns:py='http://genshi.edgewall.org/'
3
3
    id='project_${project.id}'>
4
 
    <a href='${project_url}'><h4>${project.short_name} - ${project.name}</h4></a>
5
 
  <p>${project.synopsis}</p>
 
4
  <a href='#' class="delete-project"><img src='${delete-image}' /></a>
 
5
  <a href='${project_url}'><h4>${project.short_name} - ${project.name}</h4></a>
 
6
  <pre class='project-synopsis'>${project.synopsis}</pre>
6
7
</li>