This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/templates/f_gradebook_filldown_dialog.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
29
30
31
32
33
34
35
36
37
<div class="hidden-dialog" id="filldown-dialog-container"
     i18n:domain="schooltool.gradebook">
  <div id="unsaved-changes-warning" class="unsaved-changes-warning"
       i18n:translate="">
    You have unsaved changes that will be lost.
  </div>
  <div class="filldown-dialog-title" i18n:translate="">
    Fill empty cells
  </div>
  <form>
    <div class="viewspace">
      <fieldset>
        <div class="row">
          <div class="label">
            <label for="filldown_value">
              <span i18n:translate="">Grade</span>
            </label>
          </div>
          <p class="hint" i18n:translate="">
            Choose a grade to apply to all the students in the
            gradebook column.
          </p>
          <div class="widget">
            <input type="text" id="filldown_value" name="filldown_value"
                   value="" size="4" />
          </div>
        </div>
      </fieldset>
      <div class="buttons">
        <input type="submit" class="button-ok filldown-submit" name="SUBMIT"
               value="Submit" i18n:attributes="value" />
        <input type="submit" class="button-cancel filldown-cancel" name="CANCEL"
               value="Cancel" i18n:attributes="value" />
      </div>
    </div>
  </form>
</div>