summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/cbi/nsection.htm
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffluci/view/cbi/nsection.htm')
-rw-r--r--src/ffluci/view/cbi/nsection.htm5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ffluci/view/cbi/nsection.htm b/src/ffluci/view/cbi/nsection.htm
new file mode 100644
index 0000000000..4a47c7dad4
--- /dev/null
+++ b/src/ffluci/view/cbi/nsection.htm
@@ -0,0 +1,5 @@
+<div class="cbi-nsection" id="cbi-<%=map.config%>-<%=sectiontype%>-<%=section%>">
+<h2><%=title%></h2>
+<div class="cbi-nsection-descr"><%=description%></div>
+<% for k, node in ipairs(children) do node:render() end %>
+</div>