Rev 7680 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7680 | Rev 10851 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | !exit |
3 | !exit |
4 | !endif |
4 | !endif |
5 | !set prompt=!item 2 to -1 of $wims_read_parm |
5 | !set prompt=!item 2 to -1 of $wims_read_parm |
6 | !default prompt=$wims_read_parm |
6 | !default prompt=$wims_read_parm |
7 | !if $prompt != $empty |
7 | !if $prompt != $empty |
- | 8 | !if _exam isin $wims_session |
|
- | 9 | <span class="disabled_link">$prompt</span> |
|
- | 10 | !else |
|
8 | !if $cmd=help |
11 | !if $cmd=help |
9 | !set wims_ref_class=oef_specialhelp |
12 | !set wims_ref_class=oef_specialhelp |
10 | !href cmd=help&special_parm=$(wims_read_parm[1]) $prompt |
13 | !href cmd=help&special_parm=$(wims_read_parm[1]) $prompt |
11 | !else |
14 | !else |
12 | !set wims_ref_class=oef_specialhelp |
15 | !set wims_ref_class=oef_specialhelp |
13 | !href target=wims_mhelp cmd=help&special_parm=$(wims_read_parm[1]) $prompt |
16 | !href target=wims_mhelp cmd=help&special_parm=$(wims_read_parm[1]) $prompt |
- | 17 | !endif |
|
14 | !endif |
18 | !endif |
15 | !endif |
19 | !endif |