splash.htm 395 B

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