This file is indexed.

/usr/lib/python2.7/dist-packages/zope/pagetemplate/tests/input/teeshoplaf.html is in python-zope.pagetemplate 4.0.4-0ubuntu2.

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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<html metal:define-macro="page">
<head>
<title>Zope Stuff</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="/common.css">
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr bgcolor="#0000CC" align="center"> 
    <td> 
      <table width="200" border="0" cellspacing="0" cellpadding="0">
        <tr bgcolor="#FFFFFF"> 
          <td><img src="/images/lside.gif" width="52" height="94"><img src="/images/swlogo.gif" width="150" height="89"><img src="/images/rside.gif" width="52" height="94"></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<br>
<table width="300" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr align="center"> 
    <td width="25%" class="boldbodylist">apparel</td>
    <td width="25%" class="boldbodylist">mugs</td>
    <td width="25%" class="boldbodylist">toys</td>
    <td width="25%" class="boldbodylist">misc</td>
  </tr>
</table>
<br>
<br>
<div metal:define-slot="body">
<table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td bgcolor="#0000CC">
      <table width="100%" border="0" cellspacing="1" cellpadding="3">
        <tr bgcolor="#FFFFFF" align="center"> 
          <td><img src="/images/welcome.gif" width="293" height="28"></td>
        </tr>
        <tr bgcolor="#FFFFFF" align="center" valign="top"> 
          <td> <br>
            <table width="100%" border="0" cellspacing="0" cellpadding="6">
              <tr> 
                <td>This is the tee for those who LOVE Zope. Show your heart on 
                  your tee.</td>
                <td align="right" width="1%"> 
                  <p><img src="/images/smlatee.jpg" width="200" height="200"></p>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</div>
</body>
</html>