This file is indexed.

/usr/share/doc/php-xml-htmlsax3/docs/examples/simpletemplate.tpl is in php-xml-htmlsax3 3.0.0+cvs01112007-2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> <var name="title"> </title>
</head>

<body>
<h1><var name="title"></h1>

<font
    color='blue'
    size = "3"
    face=Verdana>

    <var name="para1">

</font>

<br     />

<var name="para2">

<br     />

<form>
    <select>
        <option selected>Selected Option - note the attribute
    </select>
</form>

<?php
// PI Handler deals with this
echo "Hello World!"
?>

<%
// JASP handler deals with this
document.write("Hello World!");
%>

</list>
</body>
</html>