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

« back to all changes in this revision

Viewing changes to ivle/webapp/groups/template.html

  • Committer: Matt Giuca
  • Date: 2010-02-25 02:53:40 UTC
  • Revision ID: matt.giuca@gmail.com-20100225025340-ei60f48zjmnu144d
Groups page is now 'Project set' page. Changed title. It now lists all projects in the set, as well as groups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
2
      xmlns:py="http://genshi.edgewall.org/">
3
3
  <head>
4
 
    <title>Groups for ${projectset.offering.subject.name}</title>
 
4
    <title>Project set for ${projectset.offering.subject.name}</title>
5
5
  </head>
6
6
  <body>
7
 
    <h1>Groups for ${projectset.offering.subject.name}</h1>
 
7
    <h1>Project set for ${projectset.offering.subject.name}</h1>
8
8
    <div id="ivle_padding">
 
9
      <p>Projects in this set:</p>
 
10
      <ul>
 
11
        <li py:for="project in projectset.projects">
 
12
          <a href="${req.publisher.generate(project)}">${project.name}</a>
 
13
        </li>
 
14
      </ul>
 
15
      <p>Groups in this set:</p>
9
16
      <ul>
10
17
        <li py:for="group in projectset.project_groups"
11
18
            id="project_group_${group.id}">