|
|
|
@ -1,8 +1,8 @@ |
|
|
|
{{define "csv_upload"}} |
|
|
|
<div class="content"> |
|
|
|
<h3 class="submenu-header">Step 1: Upload CSV file with Job Numbers</h3> |
|
|
|
<h3 class="submenu-header">Step 1: Upload CSV file with Job IDs</h3> |
|
|
|
<div> |
|
|
|
<label>Select CSV file with job numbers:</label> |
|
|
|
<label>Select CSV file with job IDs:</label> |
|
|
|
<input class="card-input" type="file" id="csv-file" name="csvFile" accept=".csv" required> |
|
|
|
|
|
|
|
<button type="button" class="btn-primary" hx-post="/process-csv" hx-target="#job-ids-container" |
|
|
|
|