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

« back to all changes in this revision

Viewing changes to data/languages/dutch/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 - toegang geweigerd</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>De toegang werd geweigerd!!</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 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
        Toegang tot de pagina:
 
32
        <br><br>
 
33
        <a href="-URL-" target="_blank">-URL-</a>
 
34
        <br><br>
 
35
        <font size=3>
 
36
        ... werd geweigerd om de volgende reden:
 
37
        <br><br>
 
38
        <font color=red>
 
39
        <b>-REASONGIVEN-</b>
 
40
        <font color=black>
 
41
        <br><br>
 
42
        Categorie&euml;n:
 
43
        <br><br>
 
44
        <font color=red>
 
45
        <b>-CATEGORIES-</b>
 
46
        <font color=black>
 
47
        <br><br><br><br>
 
48
        U ziet deze melding omdat de pagina die u probeerde te benaderen,
 
49
        materiaal lijkt te bevatten dat ongeschikt is om te bekijken,
 
50
        of gemarkeerd is als ongeschikt om te bekijken.
 
51
        <br><br>
 
52
        Als u hier vragen over heeft neem dan contact op met uw netwerkbeheerder.
 
53
        <br><br><br><br>
 
54
        <font size=1>
 
55
        Verzorgd door <a href="http://www.dansguardian.org" target="_blank">DansGuardian</a>
 
56
        </td>
 
57
</tr>
 
58
</table>
 
59
 
 
60
</body>
 
61
 
 
62
</html>
 
63
 
 
64
<!--
 
65
De beschikbare variablelen zijn als volgt:
 
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
U dient de spatie te verwijderen tussen de - en de variabele om deze in uw HTML te kunnen gebruiken. De spaties in de voorbeelden hierboven zijn bedoeld om ze niet onnodig te laten verwerken.
 
79
 
 
80
Meer voorbeeld templates zijn wellicht te vinden op de DansGuardian web site, op de Extras pagina.
 
81
 
 
82
Deze pagina werd ontworpen door Paul Richards. (http://www.ridney.com/)
 
83
Vertaling door Eric Hameleers (http://www.slackware.com/~alien/)
 
84
 
 
85
Daniel Barron 2003-09-01
 
86
--!>
 
87