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

« back to all changes in this revision

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

  • Committer: Gediminas Paulauskas
  • Date: 2011-09-19 16:56:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: menesis@pov.lt-20110919165645-718diuud5tc4mjsx
Tags: 0.5.0-0ubuntu1
* New upstream release.
* debian/rules: move gradebook to Suggests.

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
 
    <fieldset>
15
 
      <legend><b tal:content="view/student_title" /></legend>
16
 
      <div class="row">
17
 
        <p class="hint"><label i18n:translate="" for="SEARCH_STUDENT_NAME">Student name</label></p>
18
 
        <input type="text"
19
 
               id="SEARCH_STUDENT_NAME"
20
 
               name="SEARCH_STUDENT_NAME" />
21
 
        <input type="checkbox" name="WITH_GOALS_ONLY" />
22
 
        <span i18n:translate="">Show only students with goals</span>
23
 
        <input class="button-ok"
24
 
               type="submit" name="SEARCH_STUDENT_BUTTON" value="Find Now"
25
 
               i18n:attributes="value"/>
26
 
      </div>
27
 
    </fieldset>
28
 
 
29
 
    <fieldset tal:define="assigned_batch view/available_table/batch">
30
 
      <legend><b tal:content="view/inbox_title" /></legend>
31
 
      <div class="item_list">
32
 
        <tal:block replace="structure view/available_table/batch/render|nothing" />
33
 
        <tal:block replace="structure view/available_table/filter_widget/render|nothing" />
34
 
        <tal:block replace="structure view/available_table/render" />
35
 
      </div>
36
 
    </fieldset>
37
 
  </form>
38
 
</div>
39
 
</body>
40
 
</html>