Fix Excel files

This commit is contained in:
2023-06-06 17:25:47 +02:00
parent 8e29948809
commit 8c576f8f2c
19 changed files with 182 additions and 339 deletions

View File

@@ -1,6 +1,10 @@
<div class="float-right">
<input type="checkbox" id="compare" name="compare" {% if config["COMPARE"] %}{{ "checked" }}{% endif %}>
<span class="badge bg-info bg-small" onclick="$('#compare').click()">Comparing with best results</span>
{% from "macros.html" import excel_button %}
<div class="d-flex justify-content-between">
{{ excel_button('', 'excel_select') }}
<div>
<input type="checkbox" id="compare" name="compare" {% if config["COMPARE"] %}{{ "checked" }}{% endif %}>
<span class="badge bg-info bg-small" onclick="$('#compare').click()">Comparing with best results</span>
</div>
</div>
<table id="file-table"
class="table table-striped table-hover table-bordered">