summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/view/cbi/browser.htm
blob: eb47ffafe6944a548b5152d1c0175f7edbb49143 (plain)
1
2
3
4
5
6
7
8
9
10
<%+cbi/valueheader%>

<input class="cbi-input-text" type="text"<%=
	attr("id", cbid) ..
	attr("name", cbid) ..
	attr("value", self:cfgvalue(section) or self.default) ..
	attr("data-browser", self.default_path or "")
%> />

<%+cbi/valuefooter%>