Add export of json file
This commit is contained in:
@@ -235,3 +235,22 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<div id="export-modal" class="popup">
|
||||
<div class="popup-body">
|
||||
<div class="popup-header">
|
||||
Export tournament
|
||||
</div>
|
||||
<div class="popup-content">
|
||||
<div class="horz">
|
||||
<span>Choose format</span>
|
||||
<button id="export-pairgoth" type="button" class="ui blue floating button">Pairgoth</button>
|
||||
<button id="export-opengotha" type="button" class="ui blue floating button">OpenGotha</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>
|
||||
|
Reference in New Issue
Block a user