Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | Today | - | ||||
lang/ | H | 03-May-2018 | - | 42 | 34 | |
theme_twCheckliste/ | H | 03-May-2018 | - | 496 | 400 | |
README.md | H A D | 13-Jan-2016 | 1.4 KiB | 57 | 42 | |
admin.php | H A D | 13-Jan-2016 | 2.9 KiB | 109 | 80 | |
config.php | H A D | 13-Jan-2016 | 165 | 6 | 5 | |
manager.dat | H A D | 13-Jan-2016 | 114 | 3 | 2 | |
plugin.info.txt | H A D | 13-Jan-2016 | 149 | 6 | 5 | |
print.css | H A D | 13-Jan-2016 | 366 | 33 | 25 | |
renderer.php.old | H A D | 13-Jan-2016 | 4.3 KiB | 164 | 143 | |
script.js | H A D | 13-Jan-2016 | 6.8 KiB | 255 | 129 | |
style.css | H A D | 13-Jan-2016 | 727 | 52 | 46 | |
syntax.php | H A D | 13-Jan-2016 | 4.1 KiB | 137 | 94 |
README.md
1DETAILS: 2================================================ 3 4Plugin for easy creation of printable checklists. The checkpoints within checklist can be structured in sections and areas. By unchecking areas or sections the printable checklist can be adapted on current demand. 5 6 7INSTALLATION: 8================================================ 9 101. Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. 112. Configure the plugin via the admin area. 12 13 14LEGEND: 15================================================ 16 17- H2 = Section (contains Areas). To adapt checklist before generating print-view 18- H3 = Area (contains checkpoints). To adapt checklist before generating print-view 19- H4 = Checkpoint 20- OL (List item) = Options or free text 21- HR (Dividing line) = Fixed distance 22- EINGABEFELD = ............ 23- EINGABEFELDLANG = ........................ 24 25 26EXAMPLE: 27================================================ 28``` 29<checkliste> 30 31===== Section A ===== 32==== Area 1 ==== 33 - Checkpoint 1.1 EINGABEFELDLANG 34 - Checkpoint 1.2 EINGABEFELD 35 - Checkpoint 1.3 36 - Checkpoint 1.4 37 38==== Area 2 ==== 39 - Checkpoint 2.1 40 - Checkpoint 2.2 41 - Checkpoint 2.3 42 43===== Section B ===== 44==== Area 1 ==== 45 - EINGABEFELDLANG 46 - EINGABEFELD 47 - Checkpoint 1.3 48 - Checkpoint 1.4 49 50==== Area 2 ==== 51 - Checkpoint 2.1 52 - Checkpoint 2.2 53 - Checkpoint 2. 54 55</checkliste> 56``` 57