This file is indexed.

/usr/share/popfile/skins/ocean/view-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
<TMPL_INCLUDE NAME="common-top.thtml">
<TMPL_INCLUDE NAME="common-middle.thtml">

<!-- a table for the title of this page and navigation controls: prev next close -->
<table width="100%" summary="">
    <tr>
        <td align="left">
            <h2 class="buckets"><TMPL_VAR NAME="Localize_View_Title"></h2>
        </td>

        <td class="openMessageCloser">
            <a class="messageLink" href="/history?<TMPL_VAR NAME="View_All_Fields">">
                <span class="historyLabel"><TMPL_VAR NAME="Localize_Close"></span>
            </a>
        </td>
    </tr>
</table>

<!-- a table for the message to be viewed -->
<table class="openMessageTable" cellpadding="10%" cellspacing="0" width="100%" summary="<TMPL_VAR NAME="Localize_History_OpenMessageSummary">">
    <tr>
        <td>
            <form id="HistoryMainForm" action="/history" method="post">
                <input type="hidden" name="search" value="<TMPL_VAR NAME="View_Field_Search">" />
                <input type="hidden" name="sort" value="<TMPL_VAR NAME="View_Field_Sort">" />
                <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />
                <input type="hidden" name="negate" value="<TMPL_VAR NAME="View_Field_Negate">" />
                <input type="hidden" name="start_message" value="<TMPL_VAR NAME="View_This_Page">" />
                <input type="hidden" name="filter" value="<TMPL_VAR NAME="View_Field_Filter">" />

                <table class="messageHeaders">
                    <tr>
                        <td>
                            <b>
                                <TMPL_VAR NAME="Localize_From">:
                            </b>
                        </td>
                        <td>
                            <TMPL_VAR NAME="View_From" ESCAPE=HTML>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <b>
                                <TMPL_VAR NAME="Localize_To">:
                            </b>
                        </td>
                        <td>
                            <TMPL_VAR NAME="View_To" ESCAPE=HTML>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <b>
                                <TMPL_VAR NAME="Localize_Cc">:
                            </b>
                        </td>
                        <td>
                            <TMPL_VAR NAME="View_Cc" ESCAPE=HTML>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <b>
                                <TMPL_VAR NAME="Localize_Date">:
                            </b>
                        </td>
                        <td>
                            <TMPL_VAR NAME="View_Date" ESCAPE=HTML>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <b>
                                <TMPL_VAR NAME="Localize_Subject">:
                            </b>
                        </td>
                        <td>
                            <TMPL_VAR NAME="View_Subject" ESCAPE=HTML>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <b>
                                <TMPL_VAR NAME="Localize_Classification">:
                            </b>
                        </td>
                        <td>
                            <span style="color:<TMPL_VAR NAME="View_Bucket_Color">">
                                <TMPL_VAR NAME="View_Bucket">
                            </span>
                        </td>
                    </tr>

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

                    <TMPL_IF NAME="View_If_Class_Changed">

                    <tr>
                        <td colspan="2">
                            <b>
                                <TMPL_VAR NAME="Localize_History_ChangedClass">
                                <span style="color:<TMPL_VAR NAME="View_Class_Changed_Color">">
                                    <TMPL_VAR NAME="View_Class_Changed">
                                </span>
                            </b>
                        </td>
                    </tr>

                    </TMPL_IF>

                    <tr>

                        <TMPL_IF NAME="View_If_Reclassified">

                        <td colspan="2">
                            <b>
                                <TMPL_VAR NAME="View_Already">
                            </b>

                            <input type="submit" class="undoButton" name="undo_<TMPL_VAR NAME="View_Index">" value="<TMPL_VAR NAME="Localize_Undo">">
                        </td>

                        <TMPL_ELSE>

                        <TMPL_IF NAME="View_If_Magnetized">

                        <td colspan="2">
                            <b>
                                <TMPL_VAR NAME="Localize_History_MagnetUsed">:
                            </b>
                            <TMPL_VAR NAME="View_Magnet">
                        </td>

                        <TMPL_ELSE>

                        <td colspan="2">
                            <b>
                                <TMPL_VAR NAME="Localize_History_ShouldBe">:
                            </b>

                            <select name="reclassify_<TMPL_VAR NAME="View_Index">">
                                <option selected="selected"></option>

                                <TMPL_LOOP NAME="View_Loop_Buckets">

                                <option value="<TMPL_VAR NAME="View_Bucket">" style="color: <TMPL_VAR NAME="View_Bucket_Color">">
                                    <TMPL_VAR NAME="View_Bucket">
                                </option>

                                </TMPL_LOOP>

                            </select>
                            <input type="submit" class="reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" />
                        </td>

                        </TMPL_IF>

                        </TMPL_IF>

                    </tr>
                </table>
            </form>
        </td>
    </tr>
    <tr>
        <td class="openMessageBody">
            <hr />
            <TMPL_VAR NAME="View_Message">
        </td>
    </tr>
    <tr>
        <td class="top20">

            <!-- the following was inserted by view-quickmagnets-widget.thtml -->
            <TMPL_INCLUDE NAME="view-quickmagnets-widget.thtml">
            <!-- end of view-quickmagnets-widget.thtml -->

            <TMPL_IF NAME="View_If_Magnetized">

            <TMPL_VAR NAME="View_Magnet_Reason">

            <TMPL_ELSE>

            <!-- the following was inserted by view-scores-widget.thtml -->
            <TMPL_INCLUDE NAME="view-scores-widget.thtml">
            <!-- end of view-scores-widget.thtml -->

            </TMPL_IF>

        </td>
    <tr>
        <td>
            <a class="messageLink" href="/view?view=<TMPL_VAR NAME="View_This">&amp;session=<TMPL_VAR NAME="Session_Key">&amp;text=1"><TMPL_VAR NAME="Localize_View_DownloadMessage"></a>
        </td>

        <td class="openMessageCloser">
            <a class="messageLink" href="/history?<TMPL_VAR NAME="View_All_Fields">"><span class="historyLabel"><TMPL_VAR NAME="Localize_Close"></span></a>
        </td>
    </tr>
</table>

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