* CBI updates
[project/luci.git] / src / ffluci / view / cbi / map.htm
diff --git a/src/ffluci/view/cbi/map.htm b/src/ffluci/view/cbi/map.htm
new file mode 100644 (file)
index 0000000..918e455
--- /dev/null
@@ -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>