gallery.accords-library.com/client/html/file_dropper.tpl

13 lines
335 B
Smarty
Raw Normal View History

2016-04-10 13:55:56 +00:00
<div class='file-dropper-holder'>
<input type='file' id='<%= ctx.id %>'/>
<label class='file-dropper' for='<%= ctx.id %>'>
<% if (ctx.allowMultiple) { %>
2016-04-10 13:55:56 +00:00
Drop files here!
<% } else { %>
2016-04-10 13:55:56 +00:00
Drop file here!
<% } %>
2016-04-10 13:55:56 +00:00
<br/>
Or just click on this box.
</label>
</div>