This file is indexed.

/usr/share/bibledit/webbb/search.html is in bibledit-data 5.0.453-3.

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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
<title>Search</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
  <table width="100%">
    <tr>
      <td><a href="##backlinkUrl##" id="" title="##backlinkText##">##backlinkText##</a></td>
      <td align="right">
        <form action="search" method="GET" name="search" id="search">
          <input name="q" type="text" value="##queryString##">
          <input type="image" name="search" src="lens.png">
          <input type="hidden" name="url" value="##backlinkUrl##">
          <input type="hidden" name="text" value="##backlinkText##">
        </form>
      </td>
    </tr>
  </table>
  <font size="-1" color="grey"><hr /></font>
  <p><font size="-1" color="grey">##hitCount## translate("chapters")</font></p>
  ##hitsblock##
</body>