template.html
| 1 |
<html>
|
|---|---|
| 2 |
|
| 3 |
<head>
|
| 4 |
<title>e2guardian - Acc&eagrav;s interdit</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>Accès interdit !</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- </b> |
| 21 |
</td>
|
| 22 |
</tr>
|
| 23 |
<tr>
|
| 24 |
<td align=center valign=bottom width=150 bgcolor=#B0C4DE> |
| 25 |
<font face=arial,helvetica size=1 color=black> |
| 26 |
YOUR ORG NAME |
| 27 |
</td>
|
| 28 |
<td width=550 bgcolor=#FFFFFF align=center valign=center> |
| 29 |
<font face=arial,helvetica color=black> |
| 30 |
<font size=4> |
| 31 |
L'accès à la page : |
| 32 |
<br><br> |
| 33 |
<a href="-URL-" target="_blank">-URL-</a> |
| 34 |
<br><br> |
| 35 |
<font size=3> |
| 36 |
... a été interdit pour les raisons suivantes : |
| 37 |
<br><br> |
| 38 |
<font color=red> |
| 39 |
<b>-REASONGIVEN-</b> |
| 40 |
<font color=black> |
| 41 |
<br><br> |
| 42 |
Catégories:
|
| 43 |
<br><br> |
| 44 |
<font color=red> |
| 45 |
<b>-CATEGORIES-</b> |
| 46 |
<font color=black> |
| 47 |
<br><br><br><br> |
| 48 |
Vous voyez ce message parce que vous tentez d'accéder à |
| 49 |
une page qui contient, ou est réputée contenir des élements |
| 50 |
qui ont été déclarés inappropriés. |
| 51 |
<br><br> |
| 52 |
Pour toute question, contactez votre administrateur réseau.
|
| 53 |
<br><br><br><br> |
| 54 |
<font size=1> |
| 55 |
Propulsé par <a href="http://www.e2guardian.org?block" target="_blank">e2guardian</a> |
| 56 |
</td>
|
| 57 |
</tr>
|
| 58 |
</table>
|
| 59 |
|
| 60 |
</body>
|
| 61 |
|
| 62 |
</html>
|
| 63 |
|
| 64 |
<!--
|
| 65 |
The available variables are as follows:
|
| 66 |
- URL- gives the URL the user was trying to get to.
|
| 67 |
- REASONGIVEN- gives the nice reason (i.e. not quoting the banned phrase).
|
| 68 |
- REASONLOGGED- gives the reason that gets logged including full details.
|
| 69 |
- USER- gives the username if known.
|
| 70 |
- IP- gives the originating IP.
|
| 71 |
- HOST- gives the originating hostname if known.
|
| 72 |
- RAWFILTERGROUP- gives the group number.
|
| 73 |
- FILTERGROUP- gives the group name.
|
| 74 |
- SERVERIP- gives the IP address on which the filter is running (correct for multiple filterip lines, but not if filterip option is blank).
|
| 75 |
- BYPASS- gives URL which allows temporary bypass of denied page
|
| 76 |
- CATEGORIES- gives the categories assigned to the banned content
|
| 77 |
|
| 78 |
You need to remove the space between the - and the variable to use them
|
| 79 |
in your HTML. They are there above so extra processing is not required.
|
| 80 |
|
| 81 |
More example templates are likely to be found on the e2guardian web site
|
| 82 |
on the Extras page.
|
| 83 |
|
| 84 |
This page was designed by Paul Richards. (http://www.ridney.com/)
|
| 85 |
|
| 86 |
Daniel Barron 2003-09-01
|
| 87 |
|
| 88 |
#Translated by: Mathieu Parent 2011
|
| 89 |
-->
|
| 90 |
|