summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/cbi/tsection.htm
blob: bd19ecf59acd895771211dcecf7e2d14150800aa (plain)
1
2
3
4
5
6
7
8
9
10
11
				<div class="cbi-tsection" id="cbi-<%=self.config%>-<%=self.sectiontype%>">
					<h2><%=self.title%></h2>
					<div class="cbi-tsection-descr"><%=self.description%></div>
<% for k, v in pairs(self:ucisections()) do%>
					<fieldset class="cbi-tsection-node" id="cbi-<%=self.config%>-<%=k%>">
						<% if not self.anonymous then %><legend><%=k%></legend><% end %>
<% self:render_children(k) %>
					</fieldset>
					<br />
<% end %>
				</div>