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

9 lines
160 B
HTML

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