an updated and hopefully faster version of the ST Toolbox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
726 B

{{define "upload_actions"}}
<div class="content">
<h3 class="submenu-header">Step 3: Submit Uploads</h3>
<div>
<button type="button" id="upload-all" class="success-button">Upload Documents to Jobs</button>
<div id="upload-progress" style="display: none; margin-top: 1rem;">
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 0%;"></div>
</div>
<p id="upload-status">Preparing uploads...</p>
<div id="upload-loading-indicator" class="htmx-indicator">
<span>Uploading...</span>
<div class="loading-indicator"></div>
</div>
</div>
</div>
</div>
{{end}}