mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
13 lines
457 B
HTML
13 lines
457 B
HTML
<%+cbi/valueheader%>
|
|
<div<%=
|
|
attr("data-prefix", cbid) ..
|
|
attr("data-browser-path", self.default_path) ..
|
|
attr("data-dynlist", luci.util.serialize_json({
|
|
self.keylist, self.vallist,
|
|
self.datatype, self.optional or self.rmempty
|
|
})) ..
|
|
attr("data-values", luci.util.serialize_json(self:cfgvalue(section))) ..
|
|
ifattr(self.size, "data-size", self.size) ..
|
|
ifattr(self.placeholder, "data-placeholder", self.placeholder)
|
|
%>></div>
|
|
<%+cbi/valuefooter%>
|