2008-07-07 22:00:56 +00:00
|
|
|
<%#
|
2015-01-16 22:38:38 +00:00
|
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
2015-01-16 22:46:42 +00:00
|
|
|
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
2015-01-16 22:38:38 +00:00
|
|
|
Licensed to the public under the Apache License 2.0.
|
2008-07-07 22:00:56 +00:00
|
|
|
-%>
|
2015-01-16 22:38:38 +00:00
|
|
|
|
2008-04-27 11:16:31 +00:00
|
|
|
<%+header%>
|
|
|
|
<%+splash/splash%>
|
2011-05-14 12:55:22 +00:00
|
|
|
|
2009-02-19 21:31:33 +00:00
|
|
|
<form method="get" action="<%=controller%>/splash/activate">
|
2011-05-14 12:55:22 +00:00
|
|
|
<p>
|
|
|
|
<input type="submit" value="<%:Decline%>" />
|
|
|
|
<input type="submit" name="accept" value="<%:Accept%>" />
|
|
|
|
</p>
|
2008-04-27 11:16:31 +00:00
|
|
|
</form>
|
2011-05-14 12:55:22 +00:00
|
|
|
|
2009-02-19 21:31:33 +00:00
|
|
|
<%+footer%>
|