luci/applications/luci-app-splash/luasrc/view/splash_splash/splash.htm

18 lines
395 B
HTML
Raw Normal View History

2008-07-07 22:00:56 +00:00
<%#
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.
2008-07-07 22:00:56 +00:00
-%>
2008-04-27 11:16:31 +00:00
<%+header%>
<%+splash/splash%>
<form method="get" action="<%=controller%>/splash/activate">
<p>
<input type="submit" value="<%:Decline%>" />
<input type="submit" name="accept" value="<%:Accept%>" />
</p>
2008-04-27 11:16:31 +00:00
</form>
<%+footer%>