summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/src/view/splash_splash/splash.htm
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-11 10:37:01 +0000
committerSteven Barth <steven@midlink.org>2008-05-11 10:37:01 +0000
commitb5243ea95fb92260eba14288fc5acc14e63a2d81 (patch)
tree9daef6970796ad19fec540a1194d4525f5203cdd /applications/luci-splash/src/view/splash_splash/splash.htm
parent045d9c1942146eb971609b637029911e4802a2e9 (diff)
* applications/luci-splash fixes #2
Diffstat (limited to 'applications/luci-splash/src/view/splash_splash/splash.htm')
-rw-r--r--applications/luci-splash/src/view/splash_splash/splash.htm7
1 files changed, 7 insertions, 0 deletions
diff --git a/applications/luci-splash/src/view/splash_splash/splash.htm b/applications/luci-splash/src/view/splash_splash/splash.htm
new file mode 100644
index 0000000000..9c165802fb
--- /dev/null
+++ b/applications/luci-splash/src/view/splash_splash/splash.htm
@@ -0,0 +1,7 @@
+<%+header%>
+<%+splash/splash%>
+<form method="get" action="<%=controller%>/splash/splash/activate">
+ <input type="submit" value="<%:decline Ablehnen%>" />
+ <input type="submit" name="accept" value="<%:accept Annehmen%>" />
+</form>
+<%+footer%> \ No newline at end of file