File: nav_admin_error.html

package info (click to toggle)
dspam 3.6.8-5etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,372 kB
  • ctags: 1,457
  • sloc: ansic: 24,738; sh: 9,860; perl: 2,378; makefile: 546; sql: 327
file content (40 lines) | stat: -rwxr-xr-x 1,101 bytes parent folder | download | duplicates (3)
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
<HTML>
<HEAD><TITLE>DSPAM v3 Administrative Suite</TITLE>
<LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css">
</HEAD>
<BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#000000 VLINK=#000000 ALINK=#000000>
<div id="header">
	<div id="logo">
		<a href="$CGI$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo" /></a>
	</div>
	<div id="userinfo">
		Statistical SPAM Protection for <strong>Administrator ($REMOTE_USER$)</strong>
	</div>
</div>

<br clear="left" />

<div id="navcontainer">
	<ul id="navlist">
		<li><a href="$CGI$?$USER$template=status">System Status</a></li>
		<li><a href="$CGI$?$USER$template=user">User Statistics</a></li>
		<li><a href="$CGI$?$USER$template=preferences">Administration</a></li>
		<li><a href="dspam.cgi">Control Center</a></li>
	</ul>
</div>

<div id="panel">

<H2>An Error Has Occured</H2>
$MESSAGE$

</div>

<div id="footer">
<p>
<a href="http://dspam.nuclearelephant.com">DSPAM</a> is a registered trademark of <a href="http://www.nuclearelephant.com">Jonathan A. Zdziarski</a> Copyright &copy; 2005, Jonathan A. Zdziarski
</p>
</div>

</body>
</html>