mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
9 lines
347 B
HTML
9 lines
347 B
HTML
<% if self:cfgvalue(self.section) then section = self.section %>
|
|
<div class="cbi-section" id="cbi-<%=self.config%>-<%=section%>">
|
|
<%+cbi/tabmenu%>
|
|
<div class="cbi-section-node<% if self.tabs then %> cbi-section-node-tabbed<% end %>" id="cbi-<%=self.config%>-<%=section%>">
|
|
<%+cbi/ucisection%>
|
|
</div>
|
|
</div>
|
|
<% end %>
|
|
<!-- /nsection -->
|