* Preparing about page

This commit is contained in:
Steven Barth 2008-05-28 21:02:52 +00:00
parent c326b0fa71
commit aafa5b786d
3 changed files with 4 additions and 2 deletions

View 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"

View 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%>

View 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>