Rev 6372 | Rev 10851 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !if $wims_read_parm=help |
3298 | bpr | 2 | !read help/$lang/special/help.phtml |
149 | bpr | 3 | !exit |
4 | !endif |
||
20 | reyssat | 5 | !set prompt=!item 2 to -1 of $wims_read_parm |
6 | !default prompt=$wims_read_parm |
||
7 | !if $prompt != $empty |
||
8 | !if $cmd=help |
||
6372 | bpr | 9 | !set wims_ref_class=oef_specialhelp |
20 | reyssat | 10 | !href cmd=help&special_parm=$(wims_read_parm[1]) $prompt |
11 | !else |
||
6372 | bpr | 12 | !set wims_ref_class=oef_specialhelp |
20 | reyssat | 13 | !href target=wims_mhelp cmd=help&special_parm=$(wims_read_parm[1]) $prompt |
14 | !endif |
||
15 | !endif |