/usr/share/prayer/templates/old/manage.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 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 | %# $Cambridge: hermes/src/prayer/templates/old/manage.t,v 1.2 2009/08/21 08:47:08 dpc22 Exp $
%#
% CALL header
% CALL toolbar
% CALL status
<h2 style="text-align: center">Account Management</h2>
<form method="post" accept-charset="UTF-8"
enctype="multipart/form-data" action="<% manage |s %>">
<table>
<tr>
<td>User Preferences:</td>
</tr>
</table>
<table>
<tr>
<td><input type="submit" name="sub_prefs" value="Preferences" /></td>
</tr>
</table>
% IFDEF $accountd_server
<table>
<tr>
<td>Account Management:</td>
</tr>
</table>
<table>
<tr>
<td><input type="submit" name="sub_passwd" value="Change Password" /></td>
<td><input type="submit" name="sub_fullname" value="Change Fullname" /></td>
<td><input type="submit" name="sub_quota" value="Check Quota" /></td>
</tr>
</table>
<table>
<tr>
<td>Mail Processing:</td>
</tr>
</table>
<table>
<tr>
<td><input type="submit" name="sub_redirect" value="Redirect" /></td>
<td><input type="submit" name="sub_vacation" value="Vacation" /></td>
% IFNDEF $using_sieve
<td><input type="submit" name="sub_vaclog" value="Vacation Log" /></td>
% ENDIF
<td><input type="submit" name="sub_filter" value="Filters" /></td>
<td><input type="submit" name="sub_block" value="Blocks" /></td>
<td><input type="submit" name="sub_spam" value="Junk Email" /></td>
<td><input type="submit" name="sub_sieve" value="Advanced" /></td>
</tr>
</table>
% ENDIF
<table>
<tr>
<td>Miscellaneous:</td>
</tr>
</table>
<table>
<tr>
<td><input type="submit" name="sub_dictionary" value="Personal Dictionary" /></td>
<td><input type="submit" name="sub_roles" value="Roles" /></td>
</tr>
</table>
</form>
% IFDEF $g_help
% CALL manage_help
% ENDIF
% CALL footer
|