~ubuntu-branches/ubuntu/precise/dspam/precise

« back to all changes in this revision

Viewing changes to webui/cgi-bin/templates/ro/nav_fragment.html

  • Committer: Bazaar Package Importer
  • Author(s): Julien Valroff, Julien Valroff, Thomas Preud'homme
  • Date: 2011-05-08 13:43:52 UTC
  • mfrom: (1.2.1 upstream) (8.2.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20110508134352-dxjx9m6tx1cbzlhq
Tags: 3.9.1~rc1+git20110419.29261fb+dfsg-1
[ Julien Valroff ]
* New git snapshot
* Install all dspam_* tools setgid so that they can be used by standard
  users
* Add symbols file for libdspam7
* Upload to unstable

[ Thomas Preud'homme ]
* Fix permissions on dspam_stats and missing opt-{in,out} directories
  (Closes: #394443)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<HEAD><TITLE>DSPAM v3 Centru de Control: $SUBJECT$</TITLE>
 
3
<link rel="icon" href="$WEB_ROOT$/favicon.ico" type="image/vnd.microsoft.icon">
 
4
<LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css">
 
5
</HEAD>
 
6
<BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#000000 VLINK=#000000 ALINK=#000000 MARGINHEIGHT=0 MARGINWIDTH=0 TOPMARGIN=0 LEFTMARGIN=0 RIGHTMARGIN=0>
 
7
<table border=0 cellspacing=0 cellpadding=0 width=100%>
 
8
<tr>
 
9
<td width=10 bgcolor=#686868> &nbsp;</td>
 
10
<td bgcolor=#686868>
 
11
<br>
 
12
<font color=white><big>$SUBJECT$</big><br>
 
13
$FROM$<br>
 
14
<small>$TIME$ ($INFO$)</small></font><br>
 
15
<br>
 
16
</td></tr>
 
17
 
 
18
<tr><td width=10> &nbsp;</td>
 
19
<td>
 
20
<PRE>
 
21
$MESSAGE$
 
22
</PRE>
 
23
</td></tr></table>
 
24
</body>
 
25
</html>
 
26
 
 
27