mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-08-01 20:39:36 +08:00
11 lines
164 B
HTML
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%>
|