This file is indexed.

/usr/share/prayer/templates/old/logout.t is in prayer-templates-src 1.3.5-dfsg1-4build1.

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
%# $Cambridge: hermes/src/prayer/templates/old/logout.t,v 1.1 2008/09/16 10:52:48 dpc22 Exp $
%#
% CALL header
<h2 style="text-align: center">
Confirm logout from <% $g_service_name |h %> Webmail system</h2>
% IFDEF $g_use_icons
<table style="width: 100%">
<tr><td align="center" valign="top">
 <a href="<% $cancel |s %>">
 <img src="<% cross |i %>" alt="Cancel" /></a></td>
<td align="center" valign="top">
 <a href="<% exit |s %>">
 <img src="<% tick |i %>" alt="Okay" /></a></td>
</tr>
<tr>
<td align="center" valign="top">Cancel</td>
<td align="center" valign="top">Okay</td>
</tr>
</table>
% ELSE
<table style="width: 100%">
<tr>
 <td align="center" valign="top"><a href="<% $cancel |s %>">Cancel</a></td>
 <td align="center" valign="top"><a href="<% exit |s %>">Okay</a></td>
</tr>
</table>
% ENDIF
% IFDEF $g_have_draft
<table>
<tr>
 <td><b>Warning:</b></td>
 <td>Draft message currently active</td>
</tr>
<tr>
 <td>&nbsp;</td>
 <td>This message will be discarded if you exit now</td>
</tr>
</table>
% ENDIF
% CALL footer