Rev 15581 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15581 | Rev 17871 | ||
---|---|---|---|
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 |
|
21 | w_msg2wims_primitives=`grep DF_msgprim $wims_home/public_html/scripts/primitives/allmsgprim|awk -F "=" '{print $2}'` |
22 | reload fold ref link docform form resource calcform embed |
- | |
23 | exercise tool doc example help adm tooltip href slib |
- | |
24 | def define comment draw canvasdraw audio" |
- | |
25 | export w_msg2wims_primitives |
22 | export w_msg2wims_primitives |
26 | ### macro : structure of the document : define $def and $src |
23 | ### macro : structure of the document : define $def and $src |
27 | ### the parameter is the name of the directory in doc (not used in a class) |
24 | ### the parameter is the name of the directory in doc (not used in a class) |
28 | doc_type () { |
25 | doc_type () { |
29 | test= |
26 | test= |