~ubuntu-branches/ubuntu/intrepid/dansguardian/intrepid-security

« back to all changes in this revision

Viewing changes to data/languages/french/template.html

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2008-04-06 14:47:06 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080406144706-2r26l1rougdmb1sd
Tags: 2.9.9.3-2
This time build with gcc 4.3 (Closes: #454889) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML><HEAD><TITLE>DansGuardian - Access Denied</TITLE></HEAD>
 
2
<BODY>
 
3
<CENTER>
 
4
  <H2>L'ACCES EST INTERDIT-UTLISATEUR-</H2>
 
5
  <br>
 
6
  L'acc&egrave;s &agrave; 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&eacute;der &agrave; 
 
16
        une page qui contient, ou est r&eacute;put&eacute;e contenir des choses 
 
17
        qui ont &eacute;t&eacute; d&eacute;clar&eacute;es inappropri&eacute;es.</td>
 
18
    </tr>
 
19
  </table>
 
20
  <p>&nbsp;</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&egrave;mes, contactez votre administrateur 
 
24
          r&eacute;seau</div></td>
 
25
    </tr></table>
 
26
 
 
27
<P><font size=-3>Powered by <a href="http://dansguardian.org" target="_blank">DansGuardian</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
--!>