This file is indexed.

/usr/share/popfile/skins/default/history-navigator-widget.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
<TMPL_VAR NAME="Localize_History_Jump">: 
<TMPL_IF NAME="History_Navigator_If_Previous">
[<a href="/history?start_message=<TMPL_VAR NAME="History_Navigator_Previous"><TMPL_VAR NAME="History_Navigator_Fields">">&lt; <TMPL_VAR NAME="Localize_Previous"></a>] 
</TMPL_IF>

<TMPL_LOOP NAME="History_Navigator_Loop">
<TMPL_IF NAME="History_Navigator_If_Spacer">
<TMPL_IF NAME="History_Navigator_If_Dots">
...
</TMPL_IF>
<TMPL_ELSE>
<TMPL_IF NAME="History_Navigator_If_This_Page">
<b><TMPL_VAR NAME="History_Navigator_Page"></b>
<TMPL_ELSE>
[<a href="/history?start_message=<TMPL_VAR NAME="History_Navigator_I"><TMPL_VAR NAME="History_Navigator_Fields">"><TMPL_VAR NAME="History_Navigator_Page"></a>]
</TMPL_IF>
</TMPL_IF>
</TMPL_LOOP>

<TMPL_IF NAME="History_Navigator_If_Next">
[<a href="/history?start_message=<TMPL_VAR NAME="History_Navigator_Next"><TMPL_VAR NAME="History_Navigator_Fields">"><TMPL_VAR NAME="Localize_Next"> &gt;</a>]
</TMPL_IF>