This file is indexed.

/usr/share/sgml/docbook/stylesheet/dsssl/modular/frames/navbar.htm is in docbook-dsssl 1.79-6ubuntu1.

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
<html>
<head>
<title>Navigation</title>
<script language="JScript" src="docbook.js"></script>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="docbook.css">
</head>
<body onload="set_links()" bgcolor="#C0C0C0">
<div class="NAVBAR">
<table width="100%" border=0 cellpadding=0 cellspacing=0>
<tr>
  <td width="10%" align="left">
    <span class="NAVBTN" id="HOME"
          onClick='goto_link("HOME")'>Home</span>
  </td>
  <td width="40%" align="left">
    <span class="NAVBTN" id="UP"
          onClick='goto_link("UP")'>Up</span>
  </td>
  <td width="40%" align="right">
    <span class="NAVBTN" id="PREVIOUS"
          onClick='goto_link("PREVIOUS")'>Prev</span>
  </td>
  <td width="10%" align="right">
    <span class="NAVBTN" id="NEXT"
          onClick='goto_link("NEXT")'>Next</span>
  </td>
</tr>
</table>
</div>
</body>
</html>