|
@@ -26,6 +26,7 @@
|
26
|
26
|
<link href="css/cards.css" rel="stylesheet" />
|
27
|
27
|
<link href="css/card-size.css" rel="stylesheet" />
|
28
|
28
|
<link href="css/icons.css" rel="stylesheet" />
|
|
29
|
+ <link href="css/class-icons.css" rel="stylesheet" />
|
29
|
30
|
<link href="css/custom-icons.css" rel="stylesheet" />
|
30
|
31
|
<!-- Fonts -->
|
31
|
32
|
<link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
|
|
@@ -37,9 +38,8 @@
|
37
|
38
|
<div class="row">
|
38
|
39
|
<div class="alert alert-warning alert-dismissible" role="alert">
|
39
|
40
|
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
40
|
|
- <strong>Warning!</strong>
|
41
|
|
- Some RPG systems are protected by copyright.
|
42
|
|
- Even if some spell/item data is freely available, it does not mean you may redistribute cards containing such data.
|
|
41
|
+ <strong>Note</strong>
|
|
42
|
+ Click on "Open help" to display some information about how to use this generator and what to do if you have a feature request or found a bug.
|
43
|
43
|
</div>
|
44
|
44
|
</div>
|
45
|
45
|
<div class="row">
|
|
@@ -313,7 +313,7 @@
|
313
|
313
|
</div>
|
314
|
314
|
</div>
|
315
|
315
|
<!-- Modal -->
|
316
|
|
- <div class="modal" id="print-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
|
316
|
+ <div class="modal" id="print-modal" tabindex="-1" role="dialog">
|
317
|
317
|
<div class="modal-dialog">
|
318
|
318
|
<div class="modal-content">
|
319
|
319
|
<div class="modal-header">
|
|
@@ -340,5 +340,42 @@
|
340
|
340
|
</div>
|
341
|
341
|
</div>
|
342
|
342
|
</div>
|
|
343
|
+ <!-- Modal -->
|
|
344
|
+ <div class="modal" id="help-modal" tabindex="-1" role="dialog">
|
|
345
|
+ <div class="modal-dialog">
|
|
346
|
+ <div class="modal-content">
|
|
347
|
+ <div class="modal-header">
|
|
348
|
+ <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
|
349
|
+ <h4 class="modal-title" id="myModalLabel">RGP card generator</h4>
|
|
350
|
+ </div>
|
|
351
|
+ <div class="modal-body">
|
|
352
|
+ <ul>
|
|
353
|
+ <li>Some RPG systems are protected by copyright. Even if some spell/item data is freely available, it does not mean you may redistribute cards containing such data.</li>
|
|
354
|
+ <li>If you find a bug or have a feature request, post them at the <a href="https://github.com/crobi/rpg-cards/issues">Github project site</a>.</li>
|
|
355
|
+ <li>
|
|
356
|
+ The user interface consists of three columns:
|
|
357
|
+ <img alt="help" src="img/help/help.png" style="max-width:95%; display:block; padding: 5px; margin: 10px 0 10px 0; border: 1px solid #ebebeb; box-shadow: 0 0 5px #ebebeb;"/>
|
|
358
|
+ The left column contains the menu and global settings.
|
|
359
|
+ In the middle menu, you can select and edit individual cards.
|
|
360
|
+ The right column contains a preview of the selected card.
|
|
361
|
+ </li>
|
|
362
|
+ <li>
|
|
363
|
+ To use the generator, either load the sample card deck ("Load sample"),
|
|
364
|
+ load a card deck from a file ("Load from file"),
|
|
365
|
+ or manually add some cards.
|
|
366
|
+ When you're done, click on "Generate" to generate a document with all your cards, which can then be printed.
|
|
367
|
+ </li>
|
|
368
|
+ <li>
|
|
369
|
+ To learn about what features are available to define a card, inspect the sample deck or
|
|
370
|
+ read some basic documentation at the <a href="http://crobi.github.io/rpg-cards/">project site</a>.
|
|
371
|
+ </li>
|
|
372
|
+ </ul>
|
|
373
|
+ </div>
|
|
374
|
+ <div class="modal-footer">
|
|
375
|
+ <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
|
376
|
+ </div>
|
|
377
|
+ </div>
|
|
378
|
+ </div>
|
|
379
|
+ </div>
|
343
|
380
|
</body>
|
344
|
381
|
</html>
|