mirror of
https://github.com/openwrt/luci.git
synced 2025-01-31 11:51:48 +00:00
41d2b33087
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
18 lines
395 B
HTML
18 lines
395 B
HTML
<%#
|
|
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%>
|