Rev 4612 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4612 | bpr | 1 | $name_help |
2 | !!!if $special_parm1 isitemof $listexo |
||
3 | !! !set wims_ref_class=wims_button_help |
||
4 | !! !href cmd=help $wims_name_menuback |
||
5 | !!<pre> |
||
6 | !!$(name_description$special_parm1) |
||
7 | !! !read data/example$special_parm1.oef |
||
8 | !!</pre> |
||
9 | |||
10 | !! !exit |
||
11 | !!!endif |
||
12 | |||
13 | <ul> |
||
14 | !for t in $listexo |
||
15 | !set p=!char 1 of $t |
||
4645 | bpr | 16 | !!!if $type >= $p |
4612 | bpr | 17 | !set title_expl=$(name_description$t) |
18 | !set expl=!line 2 to -1 of $title_expl |
||
19 | !set title_expl=!line 1 of $title_expl |
||
20 | <li> |
||
21 | !!!href target=wims_mhelp cmd=help&special_parm1=$t |
||
22 | <b>$title_expl</b> (<span class="wims_warning">$(name_$p)</span>). $expl |
||
23 | </li> |
||
24 | !!!endif |
||
25 | !next |