diff options
author | Martin Michel <darkeye@seestern.(none)> | 2011-05-31 21:47:42 (GMT) |
---|---|---|
committer | Martin Michel <darkeye@seestern.(none)> | 2011-05-31 21:47:42 (GMT) |
commit | aad934ab1ec330d4a9e783598d4a1c56c570af56 (patch) | |
tree | 9b82199bc6855513fd0ec29d83595117e2c526d6 /files/www/splash.html | |
parent | 2a27d1c6f479daa1e5877e639e7b890e7fc8bfc2 (diff) | |
parent | c70c7c35bd6f71395e432169578884409314333e (diff) |
Merge branch 'master' of gitorious.org:freifunk-jena-batman-config/freifunk-jena-batman-config
Diffstat (limited to 'files/www/splash.html')
-rw-r--r-- | files/www/splash.html | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/files/www/splash.html b/files/www/splash.html index 3605b3e..a97beae 100644 --- a/files/www/splash.html +++ b/files/www/splash.html @@ -64,23 +64,24 @@ erneut aufgefordet, diese Bedingungen zu akzeptieren. </p> - <div id="button_left"> - <div class="buttons"> - <form action="/cgi-bin/splash_click" method="post"> - <input type="hidden" name="target_url" value="targeturl"/> - <input class="button" type="submit" value="Akzeptieren"/> - </form> - </div> - </div> - <div id="button_right"> - <div class="buttons"> - <form action="http://www.freifunk-jena.de/Decline" method="get"> - <input class="button" type="submit" value="Ablehnen"/> - </form> + <div id="button_area"> + <div id="button_left"> + <div class="buttons"> + <form action="/cgi-bin/splash_click" method="post"> + <input type="hidden" name="target_url" value="targeturl"/> + <input class="button" type="submit" value="Akzeptieren"/> + </form> + </div> + </div> + <div id="button_right"> + <div class="buttons"> + <form action="http://www.freifunk-jena.de/Decline" method="get"> + <input class="button" type="submit" value="Ablehnen"/> + </form> + </div> </div> </div> - </div> </div> </body> |