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

« back to all changes in this revision

Viewing changes to data/languages/portuguese/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>
 
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>O acesso foi negado!</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>Usu�rio: -USER-&nbsp;</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
        Empresa S/A
 
27
        </td>
 
28
        <td width=550 bgcolor=#FFFFFF align=center valign=center>
 
29
        <font face=arial,helvetica color=black>
 
30
        <font size=4>
 
31
        O acesso a p�gina:
 
32
        <br><br>
 
33
        <a href="-URL-" target="_blank">-URL-</a>
 
34
        <br><br>
 
35
        <font size=3>
 
36
        ... foi negado devido a seguinte raz�o:
 
37
        <br><br>
 
38
        <font color=red>
 
39
        <b>-REASONGIVEN-</b>
 
40
        <font color=black>
 
41
        <br><br>
 
42
        Categorias:
 
43
        <br><br>
 
44
        <font color=red>
 
45
        <b>-CATEGORIES-</b>
 
46
        <font color=black>
 
47
        <br><br><br><br>
 
48
        Voc� est� vendo esta mensagem porque o que voc� tentou acessar parece conter material que foi julgado impr�prio.
 
49
        <br><br>
 
50
        Se voc� tiver alguma d�vida favor entrar em contato com a equipe de suporte de sua rede.
 
51
        <br><br><br><br>
 
52
        <font size=1>
 
53
        Powered by <a href="http://www.dansguardian.org" target="_blank">DansGuardian</a>
 
54
        </td>
 
55
</tr>
 
56
</table>
 
57
 
 
58
</body>
 
59
 
 
60
</html>
 
61
 
 
62
<!--
 
63
The available variables are as follows:
 
64
- URL- gives the URL the user was trying to get to.
 
65
- REASONGIVEN- gives the nice reason (i.e. not quoting the banned phrase).
 
66
- REASONLOGGED- gives the reason that gets logged including full details.
 
67
- USER- gives the username if known.
 
68
- IP- gives the originating IP.
 
69
- HOST- gives the originating hostname if known.
 
70
- FILTERGROUP- gives the group number.
 
71
- BYPASS- gives URL which allows temporary bypass of denied page
 
72
- CATEGORIES- gives the categories assigned to the banned content
 
73
 
 
74
You need to remove the space between the - and the variable to use them
 
75
in your HTML.  They are there above so extra processing is not required.
 
76
 
 
77
More example templates are likely to be found on the DansGuardian web site
 
78
on the Extras page.
 
79
 
 
80
This page was designed by Paul Richards.  (http://www.ridney.com/)
 
81
 
 
82
Daniel Barron 2003-09-01
 
83
--!>
 
84