* Preparing about page
authorSteven Barth <steven@midlink.org>
Wed, 28 May 2008 21:02:52 +0000 (21:02 +0000)
committerSteven Barth <steven@midlink.org>
Wed, 28 May 2008 21:02:52 +0000 (21:02 +0000)
modules/admin-core/luasrc/controller/admin/index.lua
modules/admin-core/luasrc/view/admin_index/index.htm
modules/admin-core/luasrc/view/footer.htm

index 11123c9c948f7a418d82b1b4a68a96c740fe46bb..7ce7f1bdc506c3ff7ae580a32946295ad51c6668 100644 (file)
@@ -6,6 +6,8 @@ function index()
                root.target = alias("admin")
        end
        
+       entry({"about"}, template("about"))
+       
        local page  = node("admin")
        page.target = alias("admin", "index")
        page.title  = "Administration"
index 2e5c7c37456e347169ae362bfda7a101c18b5f90..8bcf59746ec309cdc1e9374ecefb7aa6cbba66a2 100644 (file)
@@ -7,5 +7,5 @@
 <p><%:admin5 Wir sind natürlich stets darum bemüht, diese Oberfläche 
 noch besser und intuitiver zu Gestalten und freuen uns über jegliche Art von Feedback oder Verbesserungsvorschlägen.%></p>
 <p><%:admin6 Und nun wünschen wir viel Spaß mit dem Router!%></p>
-<p><em><strong><a href="http://luci.freifunk-halle.net"><%:team Das LuCI-Team%></a></strong></em></p> 
+<p><em><strong><a href="<%=controller%>/about"><%:team Das LuCI-Team%></a></strong></em></p> 
 <%+footer%>
\ No newline at end of file
index c8506ac5c6b54b20e871acd2a5e24974b2b69413..4de7bbab0c198bb85ebc7518b0408c5f7f64245d 100644 (file)
@@ -2,6 +2,6 @@
        <div class="clear"></div>
 </div></div>
 
-<div class="separator magenta bold"><a href="http://luci.freifunk-halle.net"><%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div>
+<div class="separator magenta bold"><a href="<%=controller%>/about"><%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div>
 </body>
 </html>
\ No newline at end of file