unclean SPARC
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<style>
|
||||
.import-dialog{ width: 50vw; }
|
||||
</style>
|
||||
<div class="import-dialog">
|
||||
<section class="import">
|
||||
<label>Drop or select your Excel file...</label>
|
||||
<div eicfileupload class="browseBtn"></div>
|
||||
<article eiccard eiccard>
|
||||
<section>
|
||||
<div class="cols-2 switches">
|
||||
Remove duplicates
|
||||
<input eicinput type="toggler" name="removeDups" primary="" labelleft="no" labelright="yes" xsmall="" value="yes" aria-enabled="true" classOff="greyed" class="remove-dups"/>
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
||||
<article eiccard eiccard collapsable collapsed hidden class="report">
|
||||
<header><span large class="report-title"></span></header>
|
||||
<section class="report-details">
|
||||
</section>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user