|
@@ -28,7 +28,7 @@
|
28
|
28
|
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
29
|
29
|
<strong>Experimental user interface!</strong>
|
30
|
30
|
This user interface is experimental and largely non-functional.
|
31
|
|
- The only thing that works right now are the "load sample cards", "load cards from file" and "generate cards" buttons.
|
|
31
|
+ The only thing that works right now are the "load sample cards", "load cards from file", "save cards", and "generate cards" buttons.
|
32
|
32
|
</div>
|
33
|
33
|
<div class="alert alert-warning alert-dismissible" role="alert">
|
34
|
34
|
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
|
@@ -71,6 +71,7 @@
|
71
|
71
|
</select>
|
72
|
72
|
</div>
|
73
|
73
|
<input type="file" id="file-load" name="files[]" multiple class="form-control" style="display:none" />
|
|
74
|
+ <a href="" id="file-save-link" style="display:none">Hidden download link</a>
|
74
|
75
|
<button type="button" class="btn btn-primary btn-block" id="button-load">Load cards from file</button>
|
75
|
76
|
<button type="button" class="btn btn-primary btn-block" id="button-save">Save cards</button>
|
76
|
77
|
<button type="button" class="btn btn-primary btn-block" id="button-load-sample">Load sample cards</button>
|