0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/templates/modals/upload.hbs

10 lines
401 B
Handlebars
Raw Normal View History

{{#gh-upload-modal action="closeModal" close=true type="action" style="wide"
2014-03-30 23:07:05 -05:00
animation="fade"}}
<section class="js-drop-zone">
<img class="js-upload-target" {{bind-attr src=src}} alt="logo">
<input data-url="upload" class="js-fileupload main" type="file" name="uploadimage" {{#if options.acceptEncoding}}accept="{{options.acceptEncoding}}"{{/if}}>
</section>
{{/gh-upload-modal}}