browser.htm 244 B

12345678910
  1. <%+cbi/valueheader%>
  2. <input class="cbi-input-text" type="text"<%=
  3. attr("id", cbid) ..
  4. attr("name", cbid) ..
  5. attr("value", self:cfgvalue(section) or self.default) ..
  6. attr("data-browser", self.default_path or "")
  7. %> />
  8. <%+cbi/valuefooter%>