~ubuntu-branches/ubuntu/natty/schooltool.gradebook/natty

« back to all changes in this revision

Viewing changes to src/schooltool/requirement/browser/scoresystemwidget.pt

  • Committer: Bazaar Package Importer
  • Author(s): Gediminas Paulauskas
  • Date: 2011-02-24 16:53:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110224165353-hi69ckyal3b8dyns
Tags: upstream-0.9.0~a1
ImportĀ upstreamĀ versionĀ 0.9.0~a1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<fieldset i18n:domain="schooltool.gradebook">
 
2
<tal:block replace="structure view/existing_widget" />
 
3
<p><b>-- or --</b></p>
 
4
<p>
 
5
  <span tal:replace="structure view/custom_widget" />
 
6
  <label for=""
 
7
      tal:attributes="for view/custom_widget/name"
 
8
      tal:content="view/custom_widget/label">
 
9
    Custom score system
 
10
  </label>
 
11
</p>
 
12
<p>
 
13
  <label for=""
 
14
      tal:attributes="for view/min_widget/name"
 
15
      tal:content="view/min_widget/label">
 
16
    Min Score
 
17
  </label>
 
18
  <span tal:replace="structure view/min_widget" />
 
19
</p>
 
20
<p>
 
21
  <label for=""
 
22
      tal:attributes="for view/max_widget/name"
 
23
      tal:content="view/max_widget/label">
 
24
    Max Score
 
25
  </label>
 
26
  <span tal:replace="structure view/max_widget" />
 
27
</p>
 
28
</fieldset>