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

« back to all changes in this revision

Viewing changes to webui/cgi-bin/templates/nav_error.html

  • Committer: Bazaar Package Importer
  • Author(s): Trent Lloyd
  • Date: 2006-03-21 07:23:12 UTC
  • Revision ID: james.westby@ubuntu.com-20060321072312-jba9a1avit4r1y6s
Tags: upstream-3.6.4
ImportĀ upstreamĀ versionĀ 3.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<HEAD><TITLE>DSPAM v3 Control Center</TITLE>
 
3
<LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css">
 
4
</HEAD>
 
5
<BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#000000 VLINK=#000000 ALINK=#000000>
 
6
<div id="header">
 
7
        <div id="logo">
 
8
                <a href="$CGI$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo" /></a>
 
9
        </div>
 
10
        <div id="userinfo">
 
11
                Statistical SPAM Protection for <strong>$REMOTE_USER$</strong>
 
12
        </div>
 
13
</div>
 
14
 
 
15
<br clear="left" />
 
16
 
 
17
<div id="navcontainer">
 
18
        <ul id="navlist">
 
19
                <li><a href="$CGI$?$USER$template=performance">Performance</a></li>
 
20
                <li><a href="$CGI$?$USER$template=preferences">Preferences</a></li>
 
21
                <li><a href="$CGI$?$USER$template=alerts">Alerts</a></li>
 
22
                <li><a href="$CGI$?$USER$template=quarantine&sortby=Rating">Quarantine ($TOTAL_QUARANTINED_MESSAGES$)</a></li>
 
23
                <li><a href="$CGI$?$USER$template=analysis">Analysis</a></li>
 
24
                <li><a href="$CGI$?$USER$template=history">History</a></li>
 
25
                $NAV_ADMIN$
 
26
        </ul>
 
27
</div>
 
28
 
 
29
<div id="panel">
 
30
 
 
31
<H2>An Error Has Occured</H2>
 
32
$MESSAGE$
 
33
 
 
34
</div>
 
35
 
 
36
<div id="footer">
 
37
<p>
 
38
<a href="http://dspam.nuclearelephant.com">DSPAM</a> is a registered trademark of <a href="http://www.deeplogicinc.com">Deep Logic, Inc.</a>. Copyright &copy; 2005, Deep Logic, Inc.
 
39
</p>
 
40
</div>
 
41
 
 
42
</BODY>
 
43
</HTML>