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

« back to all changes in this revision

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

Moved groups over to the new class-based xhtml templating way of being
displayed

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:xi="http://www.w3.org/2001/XInclude"
3
3
      xmlns:py="http://genshi.edgewall.org/" py:strip="">
4
 
 
5
 
  <body py:strip="">
 
4
  <head>
 
5
    <title>Groupz</title>
 
6
  </head>
 
7
  <body>
6
8
    <div id="ivle_padding">
7
9
      <p py:if="no_enrolments">Error: You are not currently enrolled in any subjects.</p>
8
10
      <py:for each="enrolment in enrolments">