Rev 10851 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !if $wims_read_parm=help |
13736 | bpr | 2 | !read help/$lang/special/help.phtml |
3 | !exit |
||
149 | bpr | 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 |
||
10851 | bpr | 8 | !if _exam isin $wims_session |
13736 | bpr | 9 | <span class="disabled_link">$prompt</span> |
10851 | bpr | 10 | !else |
11 | !if $cmd=help |
||
12 | !set wims_ref_class=oef_specialhelp |
||
13 | !href cmd=help&special_parm=$(wims_read_parm[1]) $prompt |
||
14 | !else |
||
15 | !set wims_ref_class=oef_specialhelp |
||
16 | !href target=wims_mhelp cmd=help&special_parm=$(wims_read_parm[1]) $prompt |
||
17 | !endif |
||
18 | !endif |
||
20 | reyssat | 19 | !endif |