blob: c63ad0f184f7aac7c308b913f67c0eb53e893cdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<%#
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
Licensed to the public under the Apache License 2.0.
-%>
<%+header%>
<%+splash/splash%>
<form method="get" action="<%=controller%>/splash/activate">
<p>
<input type="submit" value="<%:Decline%>" />
<input type="submit" name="accept" value="<%:Accept%>" />
</p>
</form>
<%+footer%>
|