From: Steven Barth Date: Fri, 14 Mar 2008 10:46:35 +0000 (+0000) Subject: Added initial index page X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=df0656fdf7cff7cb127c11b6284efc108825e36f;p=openwrt-luci.git Added initial index page --- diff --git a/src/ffluci/controller/public/index.lua b/src/ffluci/controller/public/index.lua new file mode 100644 index 0000000000..9ca70f56c1 --- /dev/null +++ b/src/ffluci/controller/public/index.lua @@ -0,0 +1,2 @@ +module(..., package.seeall) +dispatcher = require("ffluci.dispatcher").simpleview \ No newline at end of file diff --git a/src/ffluci/view/index/index.htm b/src/ffluci/view/index/index.htm new file mode 100644 index 0000000000..a186132861 --- /dev/null +++ b/src/ffluci/view/index/index.htm @@ -0,0 +1,6 @@ +<%+header%> +

<%:hello Hallo!%>

+

<%:welcome1 Dies ist der Funknetzknoten %> +<%=require("ffluci.sys").hostname()%>!

+

ToDo: Intelligenter Einleitungstext

+<%+footer%> \ No newline at end of file