From: Jo-Philipp Wich Date: Sat, 13 Dec 2008 15:37:17 +0000 (+0000) Subject: luci-0.8: add missing upload field X-Git-Tag: 0.8.3~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e1224f7bd0ee643fa1a7471c3eacf1ba7a7c1504;p=oweals%2Fluci.git luci-0.8: add missing upload field --- diff --git a/libs/cbi/luasrc/view/cbi/upload.htm b/libs/cbi/luasrc/view/cbi/upload.htm new file mode 100644 index 000000000..b56b84b60 --- /dev/null +++ b/libs/cbi/luasrc/view/cbi/upload.htm @@ -0,0 +1,28 @@ +<%# +LuCI - Lua Configuration Interface +Copyright 2008 Steven Barth +Copyright 2008 Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id: upload.htm 3530 2008-10-07 15:41:15Z jow $ + +-%> + +<% + local t = require("luci.tools.webadmin") + local v = self:cfgvalue(section) +-%> +<%+cbi/valueheader%> + <% if v then %> + <%:cbi_upload Uploaded File%> (<%=t.byte_format(luci.fs.stat(v).size or 0)%>) + /> + " alt="<%:cbi_replace%>" title="<%:cbi_replace%>" src="<%=resource%>/cbi/reload.gif" /> + <% else %> + /> + <% end %> +<%+cbi/valuefooter%>