RandomSec/main/webapp/modules/core/scripts/index/default-importing-sources/import-from-computer-form.html

5 lines
311 B
HTML

<form bind="form"><div class="grid-layout layout-normal"><table>
<tr><td id="or-import-locate"></td></tr>
<tr><td><input type="file" multiple bind="fileInput" name="upload" /></td></tr>
<tr><td><button bind="nextButton" class="button button-primary" type="button"></button></td></tr>
</table></div></form>