This file is indexed.

/usr/share/bibledit/notes/select.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
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<h2>translate("Select Notes")</h2>
<p class="success">##success##</p>
<p>
  translate("Select notes that refer to:")
  <a ##passageselector3## href="select?passageselector=3">translate("any passage")</a>
  |
  <a ##passageselector0## href="select?passageselector=0">translate("the current verse")</a>
  |
  <a ##passageselector1## href="select?passageselector=1">translate("the current chapter")</a>
  |
  <a ##passageselector2## href="select?passageselector=2">translate("the current book")</a>
</p>
<p>
  translate("Select notes that have been edited:")
  <a ##editselector0## href="select?editselector=0">translate("at any time")</a>
  |
  <a ##editselector1## href="select?editselector=1">translate("during the last 30 days")</a>
  |
  <a ##editselector2## href="select?editselector=2">translate("during the last 7 days")</a>
  |
  <a ##editselector3## href="select?editselector=3">translate("since yesterday")</a>
  |
  <a ##editselector4## href="select?editselector=4">translate("today")</a>
</p>
<p>
translate("Select notes that have not been edited for:")
  <a ##noneditselector0## href="select?noneditselector=0">translate("any time")</a>
  |
  <a ##noneditselector1## href="select?noneditselector=1">translate("a day")</a>
  |
  <a ##noneditselector2## href="select?noneditselector=2">translate("two days")</a>
  |
  <a ##noneditselector3## href="select?noneditselector=3">translate("a week")</a>
  |
  <a ##noneditselector4## href="select?noneditselector=4">translate("a month")</a>
  |
  <a ##noneditselector5## href="select?noneditselector=5">translate("a year")</a>
</p>
<p>
translate("Select notes that have a certain status:")
  <a ##anystatus## href="select?statusselector=">translate("Any")</a>
  ##statusblock##
</p>
<p>
translate("Select notes that belong to:")
  <a ##anybible## href="select?bibleselector=">translate("any Bible")</a>
  ##bibleblock##
</p>
<p>
translate("Select notes that have been assigned to somebody:")
  <a ##anyassignee## href="select?assignmentselector=">translate("do not care about this")</a>
  ##assigneeblock##
  <!-- #BEGINZONE nonexistingassignee -->
  | translate("Currently looking for notes assigned to:") ##assignmentselector##
  <!-- #ENDZONE nonexistingassignee -->
</p>
<p>
translate("Select notes by subscription:")
  <a ##subscriptionselector0## href="select?subscriptionselector=0">translate("do not care about this")</a>
  |
  <a ##subscriptionselector1## href="select?subscriptionselector=1">translate("notes I am subscribed to")</a>
</p>
<p>
translate("Select notes that have a severity of:")
  <a ##anyseverity## href="select?severityselector=-1">translate("Any")</a>
  ##severityblock##
</p>
<form action="select" name="text" method="post">
  translate("Select notes that contain text:")
  <a ##textselector0## href="select?textselector=0">translate("Any")</a>
  |
  <a ##textselector1## href="select?textselector=1">translate("Specific text or words:")</a>
  <!-- #BEGINZONE textselection -->
  <input type="text" name="text" value="##searchtext##" />
  <input type="submit" name="save" value=translate("Save") />
  <!-- #ENDZONE textselection -->
</form>
<br>
<p>translate("Number of notes selected:") ##count##</p>
<br>
<p>
  translate("Passage inclusion:")
  <a ##passageinclusionselector0## href="select?passageinclusionselector=0">translate("Do not include the passage text")</a>
  <a ##passageinclusionselector1## href="select?passageinclusionselector=1">translate("Include the passage text")</a>
</p>
<p>
  translate("Text inclusion:")
  <a ##textinclusionselector0## href="select?textinclusionselector=0">translate("Do not include the note text")</a>
  <a ##textinclusionselector1## href="select?textinclusionselector=1">translate("Include the note text")</a>
</p>
<h3><a href="index">translate("Display the notes list")</a></h3>
<script type="text/javascript" src="poll.js?##VERSION##"></script>