~ubuntu-branches/ubuntu/raring/schooltool.intervention/raring

« back to all changes in this revision

Viewing changes to src/schooltool/intervention/browser/intervention_students.pt

  • Committer: Bazaar Package Importer
  • Author(s): Gediminas Paulauskas
  • Date: 2011-02-24 17:10:33 UTC
  • Revision ID: james.westby@ubuntu.com-20110224171033-8wflfqxxe3zld6bf
Tags: upstream-0.4.2
ImportĀ upstreamĀ versionĀ 0.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<tal:tag condition="view/update" />
 
2
<html metal:use-macro="context/@@standard_macros/page"
 
3
      i18n:domain="schooltool.intervention">
 
4
<head>
 
5
  <title metal:fill-slot="title" i18n:translate="">
 
6
    Intervention
 
7
  </title>
 
8
</head>
 
9
<body>
 
10
<div metal:fill-slot="body">
 
11
  <form method="post" class="standalone" style="width: 60em">
 
12
    <h3 tal:content="view/title" />
 
13
 
 
14
    <tal:block condition="not: view/noCurrentTerm">
 
15
      <fieldset tal:define="student_batch view/student_table/batch">
 
16
        <legend><b tal:content="view/student_title" /></legend>
 
17
        <div class="item_list">
 
18
          <tal:block replace="structure view/student_table/batch/render|nothing" />
 
19
          <tal:block replace="structure view/student_table/filter_widget/render|nothing" />
 
20
          <tal:block replace="structure view/student_table/render" />
 
21
        </div>
 
22
      </fieldset>
 
23
    </tal:block>
 
24
 
 
25
    <div class="controls">
 
26
      <a class="button-neutral" href="" i18n:translate=""
 
27
         tal:attributes="href view/inboxURL">
 
28
         Return to Inbox
 
29
      </a>
 
30
    </div>
 
31
  </form>
 
32
</div>
 
33
</body>
 
34
</html>