Rev 12586 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12586 | Rev 13771 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !distribute items $wims_read_parm into serial, prim, parm1, parm2, parm3, parm4 |
2 | !distribute items $wims_read_parm into serial, prim, parm1, parm2, parm3, parm4 |
3 | !set parms=!items 3 to -1 of $wims_read_parm |
3 | !set parms=!items 3 to -1 of $wims_read_parm |
4 | !if $prim=$empty or $prim iswordof def define comment |
4 | !if $prim=$empty or $prim iswordof def define comment |
5 | !exit |
5 | !exit |
6 | !endif |
6 | !endif |
7 | !if $prim notwordof reload resource calcform exercise tool doc example help adm |
7 | !if $prim notwordof reload resource calcform exercise tool doc example help adm href |
8 | !changeto primitives/$prim.phtml |
8 | !changeto primitives/$prim.phtml |
9 | !endif |
9 | !endif |
10 | !goto $prim |
10 | !goto $prim |
11 | 11 | ||
12 | :reload |
12 | :reload |
Line 45... | Line 45... | ||
45 | :doc |
45 | :doc |
46 | :example |
46 | :example |
47 | :help |
47 | :help |
48 | :adm |
48 | :adm |
49 | !changeto primitives/target.phtml |
49 | !changeto primitives/target.phtml |
- | 50 | ||
- | 51 | :href |
|
- | 52 | !! redirect to scripts/docu |
|
- | 53 | !changeto docu/primitives/href.phtml |