This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/rml/report_card_styles.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
38
39
40
41
42
<metal:block
    xmlns:tal="http://xml.zope.org/namespaces/tal"
    xmlns:metal="http://xml.zope.org/namespaces/metal"
    xmlns:i18n="http://xml.zope.org/namespaces/i18n"
    i18n:domain="schooltool.gradebook">

 <blockTableStyle id="table.comments">
    <blockValign value="TOP" start="0,0" stop="-1,-1"/>
    <blockFont start="0,0" stop="-1,-1" size="8" name="Ubuntu_Regular" />
    <blockBackground start="0,0" stop="-1,-1"
                     colorsByRow="table.row.background" />
    <blockTextColor  start="0,0" stop="-1,-1" colorName="table.text" />
  </blockTableStyle>

  <paraStyle
      name="report_card_comments-header"
      fontName="Ubuntu_Regular"
      fontSize="10"
      spaceBefore="10"
      spaceAfter="10"
      />

  <paraStyle
      name="report_card_comment"
      fontName="Ubuntu_Regular"
      fontSize="8"
      />

  <paraStyle
      name="report_card-header-title"
      fontName="Ubuntu_Regular"
      fontSize="20"
      spaceAfter="16"
      />

  <paraStyle
      name="report_card-header-subtitle"
      fontName="Ubuntu_Regular"
      fontSize="12"
      />

</metal:block>