Rev 7790 | Rev 9903 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7790 | Rev 8367 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | if [ -z "$wims_home" ]; then |
16 | if [ -z "$wims_home" ]; then |
17 | echo WIMS home directory not found. |
17 | echo WIMS home directory not found. |
18 | exit; |
18 | exit; |
19 | fi |
19 | fi |
20 | 20 | ||
- | 21 | w_msg2wims_primitives="if ifval for while |
|
21 |
|
22 | reload fold ref link docform form resource calcform embed |
22 |
|
23 | exercise tool doc example help adm tooltip href slib |
23 | def define comment draw canvasdraw |
24 | def define comment draw canvasdraw audio" |
24 | export w_msg2wims_primitives |
25 | export w_msg2wims_primitives |
25 | ### macro : structure of the document : define $def and $src |
26 | ### macro : structure of the document : define $def and $src |
26 | ### the parameter is the name of the directory in doc (not used in a class) |
27 | ### the parameter is the name of the directory in doc (not used in a class) |
27 | doc_type () { |
28 | doc_type () { |
28 | test= |
29 | test= |