small-packages/luci-app-oaf/luasrc/view/cbi/oaf_dvalue.htm
2026-05-10 09:48:30 +08:00

11 lines
164 B
HTML

<%+cbi/valueheader%>
<span style="color: green">
<%
local val = self:cfgvalue(section) or self.default or ""
write(pcdata(val))
%>
</span>
<%+cbi/valuefooter%>