File: spam_fail.t

package info (click to toggle)
prayer 1.3.4-dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,416 kB
  • sloc: ansic: 43,089; makefile: 812; sh: 451; perl: 166
file content (20 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%# $Cambridge: hermes/src/prayer/templates/cam/spam_fail.t,v 1.1 2008/09/16 10:52:45 dpc22 Exp $
%#
% CALL header
% CALL toolbar
% CALL container_start
% CALL status
<h2 style="text-align: center">Junk Email (Spam) Filtering</h2>
<p>
<b>Error:</b> <% $msg |h %>
</p>
<form method="post" accept-charset="UTF-8"
      enctype="multipart/form-data" action="<% spam |s %>">
<table>
<tr>
<td><input type="submit" name="sub_cancel" value="Back to Options Screen" /></td>
</tr>
</table>
</form>
% CALL container_end
% CALL footer