small-package/luci-app-amlogic/luasrc/view/amlogic/other_dvalue.htm

9 lines
160 B
HTML
Raw Normal View History

2022-03-25 12:20:39 +08:00
<%+cbi/valueheader%>
<span style="color: red">
<%
local val = self:cfgvalue(section) or self.default or ""
write(pcdata(val))
%>
</span>
<%+cbi/valuefooter%>