2011-05-04 12:56:06 +00:00
|
|
|
<% local v = self:cfgvalue(section) -%>
|
2008-10-10 21:52:22 +00:00
|
|
|
<%+cbi/valueheader%>
|
|
|
|
<input class="cbi-input-text" type="text"<%= attr("value", v) .. attr("name", cbid) .. attr("id", cbid) %> />
|
2011-03-05 06:35:26 +00:00
|
|
|
<script type="text/javascript">
|
2018-02-09 14:12:21 +00:00
|
|
|
cbi_init()
|
2015-10-07 17:07:36 +00:00
|
|
|
cbi_browser_init('<%=cbid%>', '<%=resource%>', '<%=url('admin/filebrowser')%>'<%=self.default_path and ", '"..self.default_path.."'"%>);
|
2011-03-05 06:35:26 +00:00
|
|
|
</script>
|
2008-10-10 21:52:22 +00:00
|
|
|
<%+cbi/valuefooter%>
|