source: npl/mailserver/dspam/dspam-3.10.2/webui/cgi-bin/templates/nav_fragment.html

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 807 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<HTML>
3<HEAD><TITLE>DSPAM v3 Control Center: $SUBJECT$</TITLE>
4<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5<link rel="icon" href="$WEB_ROOT$/favicon.ico" type="image/vnd.microsoft.icon">
6<LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css">
7</HEAD>
8<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#000000">
9<table border=0 cellspacing=0 cellpadding=0 width="100%">
10<tr>
11<td width=10 bgcolor="#686868"> &nbsp;</td>
12<td bgcolor="#686868">
13<br>
14<font color=white><big>$SUBJECT$</big><br>
15$FROM$<br>
16<small>$TIME$ ($INFO$)</small></font><br>
17<br>
18</td></tr>
19
20<tr><td width=10> &nbsp;</td>
21<td>
22<PRE>
23$MESSAGE$
24</PRE>
25</td></tr></table>
26</body>
27</html>
28
29
Note: See TracBrowser for help on using the repository browser.