applications/luci-splash: fix redirections and form targets
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 19 Feb 2009 21:31:33 +0000 (21:31 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 19 Feb 2009 21:31:33 +0000 (21:31 +0000)
applications/luci-splash/luasrc/controller/splash/splash.lua
applications/luci-splash/luasrc/view/splash/splash.htm
applications/luci-splash/luasrc/view/splash_splash/splash.htm

index b046ff4..5731efc 100644 (file)
@@ -4,8 +4,8 @@ function index()
        entry({"admin", "services", "splash"}, cbi("splash/splash"), "Client-Splash")
 
        node("splash").target = call("action_dispatch")
-       node("splash", "splash", "activate").target = call("action_activate")
-       node("splash", "splash", "splash").target   = template("splash_splash/splash")
+       node("splash", "activate").target = call("action_activate")
+       node("splash", "splash").target   = template("splash_splash/splash")
 end
 
 function action_dispatch()
@@ -14,7 +14,7 @@ function action_dispatch()
        if #mac > 0 and ( status == "whitelisted" or status == "lease" ) then
                luci.http.redirect(luci.dispatcher.build_url())
        else
-               luci.http.redirect(luci.dispatcher.build_url("splash", "splash", "splash"))
+               luci.http.redirect(luci.dispatcher.build_url("splash", "splash"))
        end
 end
 
index 659d4f0..3fcf02b 100644 (file)
@@ -42,6 +42,6 @@ Wenn Du unsere Idee gut findest, kannst Du uns unterstützen:
 </p>
 
 <p>
-Mit einem Klick auf <em><%:accept%></em> kannst du für <%=c.leasetime%> Stunden
+Mit einem Klick auf <em><%:accept Accept%></em> kannst du für <%=c.leasetime%> Stunden
 über unser Netz das Internet verwenden. Dann wirst du erneut aufgefordet, diese Bedingungen zu akzeptieren.
-</p>
\ No newline at end of file
+</p>
index 39640eb..413efbe 100644 (file)
@@ -14,8 +14,8 @@ $Id$
 -%>
 <%+header%>
 <%+splash/splash%>
-<form method="get" action="<%=controller%>/splash/splash/activate">
-       <input type="submit" value="<%:decline%>" />
-       <input type="submit" name="accept" value="<%:accept%>" />
+<form method="get" action="<%=controller%>/splash/activate">
+       <input type="submit" value="<%:decline Decline%>" />
+       <input type="submit" name="accept" value="<%:accept Accept%>" />
 </form>
-<%+footer%>
\ No newline at end of file
+<%+footer%>