/usr/share/prayer/templates/old/status.t is in prayer-templates-src 1.3.5-dfsg1-2.
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 | %# $Cambridge: hermes/src/prayer/templates/old/status.t,v 1.1 2008/09/16 10:52:48 dpc22 Exp $
%
<table style="width: 100%">
% IFDEF $g_status
<tr class="t_status">
<td align="left"><b>Status:</b> <% ${g_status} |h %></td>
% ELSE
<tr class="t_nstatus">
<td><b>Reminder:</b> Logout when you have finished.</td>
% ENDIF
% IFDEF $g_service_name
<td align="right">User currently logged into
<% "$g_service_name : $g_user" |h %></td>
% else
<td align="right">User currently logged into Prayer: <% $g_user |h %></td>
% endif
</tr></table>
% IFDEF $g_help
% IFDEF $g_help_toolbar
% CALL toolbar_help
% ELSE
% CALL toolbar_stub_help
% ENDIF
% ENDIF
|