summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/cbi/map.htm
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-03-18 22:08:46 +0000
committerSteven Barth <steven@midlink.org>2008-03-18 22:08:46 +0000
commitf989f6ee00aad6bc655948df5add6df772c51f92 (patch)
tree1c9e43f2d15ed6b720bf67c0347fa00b33817595 /src/ffluci/view/cbi/map.htm
parente2f117b870b25f30d7a3ca0e8574a2399e7cfa2b (diff)
* CBI updates
Diffstat (limited to 'src/ffluci/view/cbi/map.htm')
-rw-r--r--src/ffluci/view/cbi/map.htm7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ffluci/view/cbi/map.htm b/src/ffluci/view/cbi/map.htm
new file mode 100644
index 000000000..918e455d7
--- /dev/null
+++ b/src/ffluci/view/cbi/map.htm
@@ -0,0 +1,7 @@
+<div class="cbi-map" id="cbi-<%=config%>">
+<form method="post" action="<%=os.getenv("REQUEST_URI")%>">
+<h1><%=title%></h1>
+<div class="cbi-map-descr"><%=description%></div>
+<% for k, node in ipairs(children) do node:render() end %>
+</form>
+</div>