libs/web: remove license comments from cbi templates, saves around 50% of their size
[project/luci.git] / libs / web / luasrc / view / cbi / browser.htm
1 <% local v = self:cfgvalue(section) -%>
2 <%+cbi/valueheader%>
3         <input class="cbi-input-text" type="text"<%= attr("value", v) .. attr("name", cbid) .. attr("id", cbid) %> />
4         <script type="text/javascript">
5 cbi_browser_init('<%=cbid%>', '<%=resource%>', '<%=luci.dispatcher.build_url("admin", "filebrowser")%>'<%=self.default_path and ", '"..self.default_path.."'"%>);
6         </script>
7 <%+cbi/valuefooter%>