namedsection.htm 347 B

123456789
  1. <% if self:cfgvalue(self.section) then section = self.section %>
  2. <div class="cbi-section" id="cbi-<%=self.config%>-<%=section%>">
  3. <%+cbi/tabmenu%>
  4. <div class="cbi-section-node<% if self.tabs then %> cbi-section-node-tabbed<% end %>" id="cbi-<%=self.config%>-<%=section%>">
  5. <%+cbi/ucisection%>
  6. </div>
  7. </div>
  8. <% end %>
  9. <!-- /nsection -->