Add export of json file

This commit is contained in:
Claude Brisson
2024-01-26 09:07:06 +01:00
parent a4c55c82e2
commit 0c378af406
4 changed files with 54 additions and 6 deletions

View File

@@ -94,17 +94,19 @@
<div id="publish-modal" class="popup">
<div class="popup-body">
<div class="popup-header">
Download Standings
Publish standings
</div>
<div class="popup-content">
Choose format
</div>
<div class="popup-footer">
<div class="form-actions">
<button type="button" class="ui gray floating cancel button">Cancel</button>
<div class="horz">
<span>Choose format</span>
<button type="button" class="ui blue floating publish-egf button">EGF</button>
<button type="button" class="ui blue floating publish-ffg button">FFG</button>
</div>
</div>
<div class="popup-footer">
<div class="form-actions">
<button type="button" class="ui gray floating cancel button">Cancel</button>
</div>
</div>
</div>
</div>