/usr/share/prayer/templates/old/fullname.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 25 26 27 28 29 30 31 | %# $Cambridge: hermes/src/prayer/templates/old/fullname.t,v 1.1 2008/09/16 10:52:48 dpc22 Exp $
%#
% CALL header
% CALL toolbar
% CALL status
<h2 style="text-align: center">Change Fullname</h2>
<form method="post" accept-charset="UTF-8"
enctype="multipart/form-data" action="<% fullname |s %>">
<table>
<tr>
<td>Current Fullname:</td>
<td><% $fullname |h %></td>
</tr>
<tr>
<td>Fullname:</td><td><input name="new" value="" size="20" /></td>
</tr>
</table>
<table>
<tr>
<td><input type="submit" name="sub_cancel" value="Cancel" /></td>
<td><input type="submit" name="sub_change" value="Change Fullname" /></td>
</tr>
</table>
</form>
% IFDEF $delay
NB: It can take up to <% $delay |h %> for fullname changes to take effect
% ENDIF
% IFDEF $g_help
% CALL fullname_help
% ENDIF
% CALL footer
|