szurubooru/client/html/file_dropper.tpl
rr- 50404d5f5e client/general: change templates extension
...from .Handlebars' (which the project no longer uses) .hbs, to a more
generic .tpl. Additionally, replace hyphens with underscores for
consistency.
2016-05-18 00:15:28 +02:00

12 lines
323 B
Smarty

<div class='file-dropper-holder'>
<input type='file' id='<%= id %>'/>
<label class='file-dropper' for='<%= id %>'>
<% if (allowMultiple) { %>
Drop files here!
<% } else { %>
Drop file here!
<% } %>
<br/>
Or just click on this box.
</label>
</div>