From 3fa533f0f936345d50e74746645753f4ad29e599 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 14 Apr 2008 10:58:34 +0000 Subject: * Added many descriptions --- core/src/ffluci/cbi.lua | 11 +++++++++++ core/src/ffluci/view/footer.htm | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'core/src/ffluci') diff --git a/core/src/ffluci/cbi.lua b/core/src/ffluci/cbi.lua index 1ccf2e56d2..7a50189992 100644 --- a/core/src/ffluci/cbi.lua +++ b/core/src/ffluci/cbi.lua @@ -98,6 +98,17 @@ function Node.render_children(self, ...) end +--[[ +A simple template element +]]-- +Template = class(Node) + +function Template.__init__(self, template) + Node.__init__(self) + self.template = template +end + + --[[ Map - A map describing a configuration file ]]-- diff --git a/core/src/ffluci/view/footer.htm b/core/src/ffluci/view/footer.htm index 8d48c5fac4..338515129a 100644 --- a/core/src/ffluci/view/footer.htm +++ b/core/src/ffluci/view/footer.htm @@ -2,6 +2,6 @@
-
FFLuCI 0.2 - Freifunk Lua Configuration Interface
+
FFLuCI 0.2 - Freifunk Lua Configuration Interface
\ No newline at end of file -- cgit v1.2.3