From: Steven Barth Date: Fri, 14 Mar 2008 10:46:35 +0000 (+0000) Subject: Added initial index page X-Git-Tag: 0.8.0~1216 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df0656fdf7cff7cb127c11b6284efc108825e36f;p=oweals%2Fluci.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 000000000..9ca70f56c --- /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 000000000..a18613286 --- /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