mirror of
https://github.com/javl/image2cpp.git
synced 2026-09-11 09:03:04 +00:00
move some JS to template instead
This commit is contained in:
@@ -56,6 +56,13 @@
|
||||
<div class="note upload-note">You can import multiple images at once.<br>All processing is done locally in your browser: your images are not uploaded or stored anywhere online.</div>
|
||||
<input type="file" id="file-input" name="file-input" multiple/><br />
|
||||
<div id="file-input-column-items"></div>
|
||||
<template id="file-input-entry-template">
|
||||
<div class="file-input-entry">
|
||||
<img class="image-size-thumb" alt="" />
|
||||
<span class="js-label"></span>
|
||||
<button type="button" class="remove-button js-remove">remove image</button>
|
||||
</div>
|
||||
</template>
|
||||
<div class="note" id="continue-note">Add more images or <a href="#step-2">continue to step 2</a></div>
|
||||
</div>
|
||||
<div class="column-right">
|
||||
|
||||
Reference in New Issue
Block a user