This file is indexed.

/usr/share/bibledit/resource/print.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
<h3>translate("Print Resources")</h3>
<p>translate("Resources to print:") <a href="select?page=print"></a></p>
<br>
<!-- #BEGINITERATION resources -->
<p>
<a href="?remove=##offset##">##trash##</a>
<a href="?moveup=##offset##">##uparrow##</a>
<a href="?movedown=##offset##">##downarrow##</a>
##name##
</p>
<!-- #ENDITERATION resources -->
<br>
<p>
  translate("Print from")
  <a href="?frombook=">##from_book##</a>
  <a href="?fromchapter=">##from_chapter##</a>:<a href="?fromverse=">##from_verse##</a>
  translate("to")
  <a href="?tobook=">##to_book##</a>
  <a href="?tochapter=">##to_chapter##</a>:<a href="?toverse=">##to_verse##</a>
</p>
<br>
<p><a href="?generate=">translate("Generate the document.")</a></p>