Rev 20 | Rev 5971 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 1685 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | !set parms=!items 3 to -1 of $wims_read_parm |
3 | !set parms=!items 3 to -1 of $wims_read_parm |
4 | 4 | ||
5 | !if $prim=$empty or $prim iswordof def define comment |
5 | !if $prim=$empty or $prim iswordof def define comment |
6 | !exit |
6 | !exit |
7 | !endif |
7 | !endif |
8 | !if $prim notwordof reload resource calcform exercise |
8 | !if $prim notwordof reload resource calcform exercise tool doc example help adm |
9 | !changeto docu/primitives/$prim.phtml |
9 | !changeto docu/primitives/$prim.phtml |
10 | !endif |
10 | !endif |
11 | 11 | ||
12 | !goto $prim |
12 | !goto $prim |
13 | 13 | ||
Line 37... | Line 37... | ||
37 | !set gotm=$parms |
37 | !set gotm=$parms |
38 | !read popup/search.phtml noremark |
38 | !read popup/search.phtml noremark |
39 | !exit |
39 | !exit |
40 | 40 | ||
41 | :exercise |
41 | :exercise |
42 | :doc |
- | |
43 | :tool |
42 | :tool |
- | 43 | :doc |
|
44 | :example |
44 | :example |
45 | :help |
45 | :help |
46 | :adm |
46 | :adm |
47 | !changeto docu/primitives/target.phtml |
47 | !changeto docu/primitives/target.phtml |
48 | 48 |