root/tags/rel0_62/templates/blacklisted_host.tt

Revision 1117, 480 bytes (checked in by earle, 17 months ago)

Add support for IP blacklisting modules.

Line 
1[% INCLUDE header.tt page_title = "Access denied" %]
2[% INCLUDE banner.tt %]
3
4[% IF !config.content_above_navbar_in_html %]
5  [% INCLUDE navbar.tt %]
6[% END %]
7
8<div id="maincontent">
9  <h1>Access denied</h1>
10
11  <p>Your Internet host address has been banned from accessing this site. If you
12  believe this to be in error, please contact the guide administrator.</p>
13</div>
14
15[% IF config.content_above_navbar_in_html %]
16  [% INCLUDE navbar.tt %]
17[% END %]
18
19[% INCLUDE footer.tt %]
Note: See TracBrowser for help on using the browser.