summaryrefslogtreecommitdiff
path: root/UI/reconciliation/upload.html
blob: b90d59be7a36b5c0fd12f8650e912a426e2bcf76 (plain)
  1. <?lsmb PROCESS 'ui-header.html' ?>
  2. <?lsmb PROCESS 'elements.html' ?>
  3. <div class="body">
  4. <div class="title">
  5. New Reconciliation Report
  6. </div>
  7. <?lsmb IF error?>
  8. <div class="error">Error detected in file upload: <?lsmb error?><br/>
  9. Please check your CSV file and try again.
  10. </div>
  11. <?lsmb END?>
  12. <form name="csv_upload" method="POST" action="/reconciliation.pl">
  13. <input type="hidden" name="action" value="new_report" />
  14. <label for="file_upload">CSV File:</label>
  15. <input type="file" name="csv_file" id="file_upload" />
  16. <input type="submit" action="submit" value="Create New Report">
  17. </form>
  18. </div>