This file is indexed.

/usr/share/popfile/skins/ocean/history-page.thtml is in popfile 1.1.3+dfsg-0ubuntu1.

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
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<TMPL_INCLUDE NAME="common-top.thtml">
<TMPL_INCLUDE NAME="common-middle.thtml">

<TMPL_IF NAME="If_Show_Bucket_Help">

<div class="helpMessage">
        <TMPL_VAR NAME="Localize_Help_Bucket_Setup">
    <br /><br />
    <form method="post" action="/buckets">
        <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />
        <input type="submit" class="submit" name="nomore_bucket_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" />
    </form>
</div>

</TMPL_IF>

<TMPL_IF NAME="If_Show_Training_Help">

<div class="helpMessage">
        <TMPL_VAR NAME="Localize_Help_Training">
    <br /><br />
    <form method="post" action="/buckets">
        <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />
        <input type="submit" class="submit" name="nomore_training_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" />
    </form>
</div>

</TMPL_IF>

<TMPL_IF NAME="History_If_Some_Messages">

<form class="HistoryMainForm" action="/history" method="post">
    <input type="hidden" name="search" value="<TMPL_VAR ESCAPE=HTML NAME="History_Field_Search">" />
    <input type="hidden" name="sort" value="<TMPL_VAR ESCAPE=HTML NAME="History_Field_Sort">" />
    <input type="hidden" name="negate" value="<TMPL_VAR ESCAPE=HTML NAME="History_Field_Not">" />
    <input type="hidden" name="session" value="<TMPL_VAR ESCAPE=HTML NAME="Session_Key">" />
    <input type="hidden" name="start_message" value="<TMPL_VAR ESCAPE=HTML NAME="History_Start_Message">" />
    <input type="hidden" name="filter" value="<TMPL_VAR ESCAPE=HTML NAME="History_Field_Filter">" />

<TMPL_IF "History_If_MultiPage">

<table width="100%" summary="">
    <tr>
        <td align="left">
            <h2 class="history"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">) </h2>
            <input type="submit" class="submit removeButton" name="clearall" value="<TMPL_VAR NAME="Localize_History_RemoveAll">" />
        </td>
        <td class="historyNavigatorTop">

            <!-- the following html was generated by history-navigator-widget.thtml -->
            <TMPL_INCLUDE NAME="history-navigator-widget.thtml">
            <!-- end of history-navigator-widget.thtml content -->

 (<a class="history" href="/history?session=<TMPL_VAR NAME="Session_Key">"><TMPL_VAR NAME="Localize_Refresh"></a>)

        </td>
    </tr>
</table>

<TMPL_ELSE>

<table width="100%" summary="">
    <tr>
        <td align="left">
            <h2 class="history"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">)</h2>
            <input type="submit" class="submit removeButton" name="clearall" value="<TMPL_VAR NAME="Localize_History_RemoveAll">" />
        </td>
        <td class="historyNavigatorTop" align="right">

 (<a class="history" href="/history?session=<TMPL_VAR NAME="Session_Key">"><TMPL_VAR NAME="Localize_Refresh"></a>)

        </td>
    </tr>
</table>

</TMPL_IF>

</form>

<table summary="">
        <tr>
        <td colspan="<TMPL_VAR NAME="History_Colspan">">
            <!-- the following html was history-search-filter-widget.thtml -->
            <TMPL_INCLUDE NAME="history-search-filter-widget.thtml">
            <!-- end of history-search-filter-widget.thtml content -->
        </td>
        </tr>
</table>

<form class="HistoryMainForm" action="/history" method="post">
    <input type="hidden" name="search" value="<TMPL_VAR ESCAPE=HTML NAME="History_Field_Search">" />
    <input type="hidden" name="sort" value="<TMPL_VAR ESCAPE=HTML NAME="History_Field_Sort">" />
    <input type="hidden" name="negate" value="<TMPL_VAR ESCAPE=HTML NAME="History_Field_Not">" />
    <input type="hidden" name="session" value="<TMPL_VAR ESCAPE=HTML NAME="Session_Key">" />
    <input type="hidden" name="start_message" value="<TMPL_VAR ESCAPE=HTML NAME="History_Start_Message">" />
    <input type="hidden" name="filter" value="<TMPL_VAR ESCAPE=HTML NAME="History_Field_Filter">" />

    <table class="historyTable" width="100%" summary="<TMPL_VAR NAME="Localize_History_MainTableSummary">">
        <tr valign="bottom" class="rowHeader">
            <th id="removeChecks" scope="col" align="left"></th>

            <TMPL_LOOP NAME="History_Loop_Headers">

            <th class="historyLabel" scope="col" align="left">
                <a href="/history?<TMPL_VAR NAME="History_Fields">&amp;setsort=<TMPL_VAR NAME="History_Sort"><TMPL_VAR NAME="History_Header">">

                    <TMPL_IF NAME="History_If_Sorted">

                    <em class="historyLabelSort">

                        <TMPL_IF NAME="History_If_Sorted_Ascending">

                        &gt;&nbsp;<TMPL_VAR NAME="History_Label">

                        <TMPL_ELSE>

                        &lt;&nbsp;<TMPL_VAR NAME="History_Label">

                        </TMPL_IF>

                    </em>

                    <TMPL_ELSE>

                    <TMPL_VAR NAME="History_Label">

                    </TMPL_IF>

                </a>
            </th>

            </TMPL_LOOP>

            <td class="historyLabel" scope="col" align="left">
                <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" />
            </td>
        </tr>

        <TMPL_LOOP NAME="History_Loop_Messages">

            <TMPL_IF NAME="History_If_Session">
            <tr class="rowBoundary"><td colspan="<TMPL_VAR NAME="History_Colspan">"></td></tr>
            </TMPL_IF>

            <TMPL_IF NAME="__odd__">
            <tr class="rowOdd">
            <TMPL_ELSE>
            <tr class="rowEven">
            </TMPL_IF>

            <td>
                <input type="checkbox" id="remove_<TMPL_VAR NAME="History_I1">" class="checkbox" name="remove_<TMPL_VAR NAME="History_I1">"/>
                <input type="hidden" id="rowid_<TMPL_VAR NAME="History_I1">" name="rowid_<TMPL_VAR NAME="History_I1">" value="<TMPL_VAR NAME="History_I1">"/>
            </td>
            <TMPL_IF NAME="History_If_inserted">
            <td>
                <span class="date" title="<TMPL_VAR NAME="History_Arrived" ESCAPE=HTML>"><TMPL_VAR NAME="History_Arrived" ESCAPE=HTML></span>
            </td>
            </TMPL_IF>
            <TMPL_IF NAME="History_If_from">
            <td>
                <span title="<TMPL_VAR NAME="History_From" ESCAPE=HTML>"><TMPL_VAR NAME="History_Short_From" ESCAPE=HTML></span>
            </td>
            </TMPL_IF>
            <TMPL_IF NAME="History_If_to">
            <td>
                <span title="<TMPL_VAR NAME="History_To" ESCAPE=HTML>"><TMPL_VAR NAME="History_Short_To" ESCAPE=HTML></span>
            </td>
            </TMPL_IF>
            <TMPL_IF NAME="History_If_cc">
            <td>
                <span title="<TMPL_VAR NAME="History_Cc" ESCAPE=HTML>"><TMPL_VAR NAME="History_Short_Cc" ESCAPE=HTML></span>
            </td>
            </TMPL_IF>
            <TMPL_IF NAME="History_If_subject">
            <td>
                <a class="messageLink" title="<TMPL_VAR NAME="History_Subject" ESCAPE=HTML>" href="/view?view=<TMPL_VAR NAME="History_Mail_File"><TMPL_VAR NAME="History_Fields">">
                    <TMPL_VAR NAME="History_Short_Subject" ESCAPE=HTML>
                </a>
            </td>
            </TMPL_IF>
            <TMPL_IF NAME="History_If_date">
            <td>
                <span class="date" title="<TMPL_VAR NAME="History_Date" ESCAPE=HTML>"><TMPL_VAR NAME="History_Date"></span>
            </td>
            </TMPL_IF>
            <TMPL_IF NAME="History_If_size">
            <td>
                <span title="<TMPL_VAR NAME="History_Size">"><TMPL_VAR NAME="History_Size"></span>
            </td>
            </TMPL_IF>

            <TMPL_IF NAME="History_If_bucket">
            <td>

                <TMPL_IF NAME="History_If_Magnetized">


                </TMPL_IF>

                <TMPL_IF NAME="History_If_Not_Pseudo">

                <a href="/buckets?session=<TMPL_VAR NAME="Session_Key">&amp;showbucket=<TMPL_VAR NAME="History_Bucket">">

                </TMPL_IF>

                <span style="color:<TMPL_VAR NAME="History_Bucket_Color">">
                    <TMPL_VAR NAME="History_Bucket">
                </span>

                <TMPL_IF NAME="History_If_Not_Pseudo">

                </a>

                </TMPL_IF>

            </td>
            </TMPL_IF>
            <td>

                <TMPL_IF NAME="History_If_Reclassified">
                <span class="reclassifyText"><TMPL_VAR NAME="Localize_History_Reclassified"></span>
                <input type="submit" class="submit undoButton" name="undo_<TMPL_VAR NAME="History_I">" value="<TMPL_VAR NAME="Localize_Undo">" />

                <TMPL_ELSE>

                <TMPL_IF NAME="History_If_Magnetized">
                    <div class="historyMagnetUsed">
                         <img title="<TMPL_VAR NAME="History_Magnet" ESCAPE=HTML>" alt="<TMPL_VAR NAME="History_Magnet" ESCAPE=HTML>" src="/skins/default/magnet.png">
                         <span><TMPL_VAR NAME="History_MagnetUsed"></span>
                    </div>
                <TMPL_ELSE>

                <select name="reclassify_<TMPL_VAR NAME="History_I">">
                    <option selected="selected">&nbsp;</option>

                    <TMPL_LOOP NAME="History_Loop_Loop_Buckets">

                    <option value="<TMPL_VAR NAME="History_Bucket">" style="color: <TMPL_VAR NAME="History_Bucket_Color">">
                        <TMPL_VAR NAME="History_Bucket">
                    </option>

                    </TMPL_LOOP>

                </select>

                </TMPL_IF>

                </TMPL_IF>
            </td>
        </tr>

        <TMPL_IF NAME="History_If_Feedback">

        <tr class="rowHighlighted">
            <td>
                &nbsp;
            </td>
            <td colspan="<TMPL_VAR NAME="History_Colspan">">
                <TMPL_VAR NAME="History_Feedback">
            </td>
        </tr>

        </TMPL_IF>

        </TMPL_LOOP>

        <tr>
        <td colspan="<TMPL_VAR NAME="History_Colspan">"></td>
        </tr>
        <tr>
            <td colspan="<TMPL_VAR NAME="History_Colspan">">
                <div class="removeButtonsBottom">
                <input type="submit" class="submit removeButton" name="clearchecked" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" />
                <input type="submit" class="submit removeButton" name="clearpage" value="<TMPL_VAR NAME="Localize_History_RemovePage">" />
                <input type="submit" class="submit removeButton" name="clearall" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" />
                </div>
            </td>
            <td>
                <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" />
            </td>
        </tr>
        <tr>
            <td colspan="<TMPL_VAR NAME="History_Colspan">">
                <span class="historyLabel">
                    <TMPL_VAR NAME="Localize_History_Column_Characters">:
                </span>
                <input type="submit" class="submit" name="increase" value="<TMPL_VAR NAME="Localize_History_Increase">" />
                <input type="submit" class="submit" name="decrease" value="<TMPL_VAR NAME="Localize_History_Decrease">" />
                <input type="submit" class="submit" name="automatic" value="<TMPL_VAR NAME="Localize_History_Automatic">" />
            </td>
        </tr>
    </table>
</form>

<TMPL_IF "History_If_MultiPage">

<table width="100%" summary="">
    <tr>
        <td class="historyNavigatorBottom">
            <TMPL_INCLUDE NAME="history-navigator-widget.thtml">
        </td>
    </tr>
</table>

</TMPL_IF>

<TMPL_ELSE> <!-- if some messages -->

<h2 class="history"><TMPL_VAR NAME="Localize_History_Title"></h2>
<br />
<br />
<span class="bucketsLabel">
    <TMPL_IF NAME="History_Field_Search">
      <TMPL_VAR NAME="Localize_History_NoMatchingMessages">.
    <TMPL_ELSE>
      <TMPL_IF NAME="History_Field_Filter">
        <TMPL_VAR NAME="Localize_History_NoMatchingMessages">.
      <TMPL_ELSE>
        <TMPL_VAR NAME="Localize_History_NoMessages">.
      </TMPL_IF>
    </TMPL_IF>
</span>
<br />
<br />

<!-- the following html was history-search-filter-widget.thtml -->
<TMPL_INCLUDE NAME="history-search-filter-widget.thtml">
<!-- end of history-search-filter-widget.thtml content -->

</TMPL_IF> <!-- if some messages -->

<TMPL_INCLUDE NAME="history-javascript.thtml">
<TMPL_INCLUDE NAME="common-bottom.thtml">