From aafa5b786d4692fe65bdc2ac8552976d0a3a3a51 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 28 May 2008 21:02:52 +0000 Subject: [PATCH] * Preparing about page --- modules/admin-core/luasrc/controller/admin/index.lua | 2 ++ modules/admin-core/luasrc/view/admin_index/index.htm | 2 +- modules/admin-core/luasrc/view/footer.htm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/admin-core/luasrc/controller/admin/index.lua b/modules/admin-core/luasrc/controller/admin/index.lua index 11123c9c9..7ce7f1bdc 100644 --- a/modules/admin-core/luasrc/controller/admin/index.lua +++ b/modules/admin-core/luasrc/controller/admin/index.lua @@ -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" diff --git a/modules/admin-core/luasrc/view/admin_index/index.htm b/modules/admin-core/luasrc/view/admin_index/index.htm index 2e5c7c374..8bcf59746 100644 --- a/modules/admin-core/luasrc/view/admin_index/index.htm +++ b/modules/admin-core/luasrc/view/admin_index/index.htm @@ -7,5 +7,5 @@

<%: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.%>

<%:admin6 Und nun wünschen wir viel Spaß mit dem Router!%>

-

<%:team Das LuCI-Team%>

+

<%:team Das LuCI-Team%>

<%+footer%> \ No newline at end of file diff --git a/modules/admin-core/luasrc/view/footer.htm b/modules/admin-core/luasrc/view/footer.htm index c8506ac5c..4de7bbab0 100644 --- a/modules/admin-core/luasrc/view/footer.htm +++ b/modules/admin-core/luasrc/view/footer.htm @@ -2,6 +2,6 @@
-
<%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface
+
<%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface
\ No newline at end of file -- 2.11.0