/usr/share/prayer/templates/cam/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 | %# $Cambridge: hermes/src/prayer/templates/cam/logout.t,v 1.5 2009/01/13 16:16:16 dpc22 Exp $
%#
% CALL header
% CALL container_start
<h2 style="text-align: center">
Confirm logout from <% $g_service_name |h %> Webmail Service</h2>
<div class="confirm">
<ul>
<li><a href="<% $cancel |s %>">Cancel</a></li>
<li class="OK"><a href="<% exit |s %>">Okay</a></li>
</ul>
% IFDEF $g_have_draft
<br style="clear:both;" />
<table>
<tr>
<td><b>Warning:</b></td>
<td>Draft message currently active</td>
</tr>
<tr>
<td> </td>
<td>This message will be discarded if you exit now</td>
</tr>
</table>
% ENDIF
</div>
% CALL container_end
% CALL footer
|