• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Apr-2024-

lang/H03-May-2018-4234

theme_twCheckliste/H03-May-2018-496400

README.mdH A D13-Jan-20161.4 KiB5742

admin.phpH A D13-Jan-20162.9 KiB10980

config.phpH A D13-Jan-2016165 65

manager.datH A D13-Jan-2016114 32

plugin.info.txtH A D13-Jan-2016149 65

print.cssH A D13-Jan-2016366 3325

renderer.php.oldH A D13-Jan-20164.3 KiB164143

script.jsH A D13-Jan-20166.8 KiB255129

style.cssH A D13-Jan-2016727 5246

syntax.phpH A D13-Jan-20164.1 KiB13794

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