eb47ffafe6944a548b5152d1c0175f7edbb49143
[project/luci.git] / modules / luci-base / luasrc / view / cbi / browser.htm
1 <%+cbi/valueheader%>
2
3 <input class="cbi-input-text" type="text"<%=
4 attr("id", cbid) ..
5 attr("name", cbid) ..
6 attr("value", self:cfgvalue(section) or self.default) ..
7 attr("data-browser", self.default_path or "")
8 %> />
9
10 <%+cbi/valuefooter%>