mirror of
https://github.com/openwrt/luci.git
synced 2025-01-31 11:51:48 +00:00
f68e5c1071
Inital commit version v0.5.13 from https://github.com/lisaac/luci-app-dockerman Signed-off-by: Florian Eckert <fe@dev.tdt.de>
10 lines
347 B
HTML
10 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 -->
|