Rev 9480 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9480 | Rev 9491 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | !endif |
5 | !endif |
6 | 6 | ||
7 | !!if $doctype!=class |
7 | !!if $doctype!=class |
8 | !! noedit=yes |
8 | !! noedit=yes |
9 | !!!endif |
9 | !!!endif |
- | 10 | ||
- | 11 | +!!if read code is empty, permission to read is given |
|
- | 12 | +!if $doctype notwordof class devel |
|
- | 13 | + secret=!record 0 of $docdir/$doc/.code |
|
- | 14 | + secret=!line 2 of $secret |
|
- | 15 | + secret=!word 1 of $secret |
|
- | 16 | + !if $secret=$empty |
|
- | 17 | + readable=yes |
|
- | 18 | + !if $noedit=yes |
|
- | 19 | + job=read |
|
- | 20 | + !endif |
|
- | 21 | + !endif |
|
- | 22 | +!endif |