Rework LuCI build system
[project/luci.git] / applications / luci-app-splash / luasrc / view / splash / blocked.htm
1 <%#
2 LuCI - Lua Configuration Interface
3 Copyright 2011 Manuel Munz <freifunk at somakoma dot de>
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10 -%>
11 <%
12 local contacturl = luci.dispatcher.build_url("freifunk", "contact")
13 %>
14
15 <%+header%>
16
17 <h2><a id="content" name="content"><%:Blocked%></a></h2>
18
19 <p><%:Your access to this network has been blocked, most likely because you did something that our rules explicitly forbid.%></p>
20 <p><%:To ask for the reason why you have been blocked or ask for access again you can try to contact the owner of this access point:%> <a href="<%=contacturl%>"><%:Contact%></a></p>
21
22 <%+footer%>
23
24
25