szurubooru/client/html/file-dropper.hbs

13 lines
342 B
Handlebars
Raw Normal View History

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