* CBI updates
[project/luci.git] / src / ffluci / view / cbi / nsection.htm
1 <div class="cbi-nsection" id="cbi-<%=self.map.config%>-<%=self.sectiontype%>-<%=self.section%>">
2 <h2><%=self.title%></h2>
3 <div class="cbi-nsection-descr"><%=self.description%></div>
4 <% for k, node in ipairs(self.children) do node:render() end %>
5 </div>