-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimporting-exporting-data.html
More file actions
51 lines (43 loc) · 2.16 KB
/
importing-exporting-data.html
File metadata and controls
51 lines (43 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
layout: basic
---
<br><br>
<div id= 'importAlertModal' class='modal'>
<div class='modal-content'>
<span class='close' onclick = 'closeImportModal()'>×</span>
<p id='importModalText'></p>
<form id="import-Modal-Choices" style="font-size:18px; text-align:left">
<input type='radio' value = 'Yes' name='import-modal-choice'>Yes
<input type='radio' value = 'No' name='import-modal-choice'>No
</form>
<button id='import-Modal-Choice-Button' class='r3-button' onclick = importModalSubmit()>Submit</button>
<i><h4 id='importModalConfirmation'></h4></i>
</div>
</div>
<fieldset>
<div style='text-align:center'>
<h2 style='text-decoration: underline'>Importing Data</h2>
<h3>If you wish to import all data (season configuration, event data, and team data)
for one or more seasons, check those seasons, choose a file and press Import.
<b>This will add to/overwrite any previously saved elements/pit scouting questions for those seasons.</b><br>
Please make sure that the input file ends in <code>.rcubedscoutconfig</code>.</h3>
<input type='file' id='importFile'><br>
<button id='importButton' class = 'r3-button'> Import</button>
<i><h4 id='importConfirmation'></h4></i>
</div>
</fieldset>
<br><br>
<fieldset>
<div style = 'text-align: center'>
<h2 style='text-decoration: underline'>Exporting Data</h2>
<h3 style='text-align:left'>Check one or more of these seasons to indicate which seasons you wish to export data for.</h3>
<fieldset>
<form class='season-checkboxes' id="seasonRadioList-imp-exp-data" style="font-size:18px; text-align:left"></form>
</fieldset>
<br>
<h3>If you wish to export the current configuration data for one or more seasons to an external file
(ending in <code>.rcubedscoutconfig</code>), check those seasons and click the following button.</h3>
<a id = 'configExportLink' download='config.rcubedscoutconfig'>Export Data</a>
<i><h4 id='exportConfirmation' class='js_clear_on_load'></h4></i>
</div>
</fieldset>