mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 20:11:53 +08:00
9 lines
162 B
HTML
9 lines
162 B
HTML
<%+cbi/valueheader%>
|
|
<span style="color: green">
|
|
<%
|
|
local val = self:cfgvalue(section) or self.default or ""
|
|
write(pcdata(val))
|
|
%>
|
|
</span>
|
|
<%+cbi/valuefooter%>
|