source: npl/internetserver/dansguardian/template.html @ 08cf024

Last change on this file since 08cf024 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: 2.5 KB
RevLine 
[c5c522c]1<html>
2
3<head>
4<title>DansGuardian - Access Denied</title>
5</head>
6
7<body bgcolor=#FFFFFF>
8
9<center>
10<table border=0 cellspacing=0 cellpadding=2 height=540 width=700>
11<tr>
12        <td colspan=2 bgcolor=#FEA700 height=100 align=center>
13        <font face=arial,helvetica size=6>
14        <b>Access has been Denied!</b>
15        </td>
16</tr>
17<tr>
18        <td colspan=2 bgcolor=#FFFACD height=30 align=right>
19        <font face=arial,helvetica size=3 color=black>
20        <b>-USER-&nbsp;</b>
21        </td>
22</tr>
23<tr>
24        <td width=550 bgcolor=#FFFFFF align=center valign=center>
25                       
26        <font face=arial,helvetica color=black>
27        <font size=4>
28        Access to the page:
29        <br><br>
30        <a href="-URL-" target="_blank">-URL-</a>
31        <br><br>
32        <font size=3>
33        ... has been denied for the following reason:
34        <br><br>
35        <font color=red>
36        <b>-REASONGIVEN-</b>
37        <font color=black>
38        <br><br>
39        Categories:
40        <br><br>
41        <font color=red>
42        <b>-CATEGORIES-</b>
43        <font color=black>
44        <br><br><br><br>
45        You are seeing this error because what you attempted to access appears to contain,
46        or is labeled as containing, material that has been deemed inappropriate.
47        <br><br>
48        If you have any queries contact your ICT Coordinator or Network Manager.
49        <br>
50        <br>
51        <hr>
52        <br>
53        <font size=1>
54        <a href='http://www.syn-3.eu'><img border=0 src="http://www.syn-3.eu/templates/ja_purity/images/logo.png"></a><br>
55        Powered by <a href="http://www.dansguardian.org" target="_blank">DansGuardian</a> running on <a href="http://www.syn-3.eu">SYN-3 internet server</a>.
56        </td>
57</tr>
58</table>
59<br>
60<font size=0.5>Technical info: -REASONLOGGED-
61
62</body>
63
64</html>
65
66<!--
67The available variables are as follows:
68- URL- gives the URL the user was trying to get to.
69- REASONGIVEN- gives the nice reason (i.e. not quoting the banned phrase).
70- REASONLOGGED- gives the reason that gets logged including full details.
71- USER- gives the username if known.
72- IP- gives the originating IP.
73- HOST- gives the originating hostname if known.
74- RAWFILTERGROUP- gives the group number.
75- FILTERGROUP- gives the group name.
76- SERVERIP- gives the IP address on which the filter is running (correct for multiple filterip lines, but not if filterip option is blank).
77- BYPASS- gives URL which allows temporary bypass of denied page
78- CATEGORIES- gives the categories assigned to the banned content
79
80You need to remove the space between the - and the variable to use them
81in your HTML.  They are there above so extra processing is not required.
82
83More example templates are likely to be found on the DansGuardian web site
84on the Extras page.
85
86This page was designed by Paul Richards.  (http://www.ridney.com/)
87
88Daniel Barron 2003-09-01
89--!>
90
Note: See TracBrowser for help on using the repository browser.