This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/requirement/browser/scoresystemwidget.pt is in python-schooltool.gradebook 2.6.3-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

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