Add luci, based upon commit : ae8ddb0ca6dfe98cb842fe2c01b36c4df55a0894
[librecmc/librecmc.git] / package / luci / 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%>