template.html
1 |
<HTML><HEAD><TITLE>Filtre AbulEdu - Site interdit</TITLE></HEAD> |
---|---|
2 |
<BODY>
|
3 |
<CENTER>
|
4 |
<H2>L'ACCES A CE SITE EST INTERDIT</H2> |
5 |
<br>
|
6 |
L'accès à la page: |
7 |
<P>
|
8 |
<strong><a href="-URL-">-URL-</a></strong> |
9 |
<P>... est interdit pour les raisons suivantes:
|
10 |
<P>
|
11 |
<strong><font color="#ff0000">-REASONGIVEN-</font></strong> |
12 |
<p>
|
13 |
<table width="396" border=1 bgcolor="#FFEE00"> |
14 |
<tr>
|
15 |
<td>Vous voyez ce message parce que vous tentez d'accéder à |
16 |
une page qui contient, ou est réputée contenir des choses |
17 |
qui ont été déclarées inappropriées.</td> |
18 |
</tr>
|
19 |
</table>
|
20 |
<p> </p> |
21 |
<P><table border=1 bgcolor="#44dd44"><tr> |
22 |
<td><div align="center">Si vous avez des questions, ou si vous pensez que |
23 |
la page ne devrait pas poser de problèmes, contactez votre administrateur
|
24 |
réseau</div></td> |
25 |
</tr></table> |
26 |
|
27 |
<P><font size=-3>Powered by <a href="http://dansguardian.org" target="_blank">DansGuardian</a><font size=-3> - Goupillé pour AbulEdu Autonome par <a href="http://www.ryxeo.com" target="_blank">RyXeo</a></font> |
28 |
</center>
|
29 |
</BODY>
|
30 |
</HTML>
|
31 |
<!--
|
32 |
|
33 |
# Translated by: Bernard Wanadoo
|
34 |
|
35 |
The available variables are as follows:
|
36 |
- URL- gives the URL the user was trying to get to.
|
37 |
- REASONGIVEN- gives the nice reason (i.e. not quoting the banned phrase).
|
38 |
- REASONLOGGED- gives the reason that gets logged including full details.
|
39 |
- USER- gives the username if known.
|
40 |
- IP- gives the originating IP.
|
41 |
- FILTERGROUP- gives the group number.
|
42 |
- BYPASS- gives URL which allows temporary bypass of denied page
|
43 |
|
44 |
|
45 |
You need to remove the space between the - and the variable to use them
|
46 |
in your HTML. They are there above so extra processing is not required.
|
47 |
|
48 |
More example templates are likely to be found on the DansGuardian web site
|
49 |
on the Extras page.
|
50 |
|
51 |
Daniel Barron 2002-03-27
|
52 |
--!>
|
53 |
|