Rev 11293 | Rev 14064 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11293 | Rev 11428 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set cc=$wims_read_parm |
1 | !set cc=$wims_read_parm |
2 | <ul class="wims_nopuce"> |
2 | <ul class="wims_nopuce"> |
3 | !for ff in tit,type,syntax, |
3 | !for ff in tit,type,syntax,alias,mean,sample |
4 | !set text=!lookup $ff in cmd/$cc.phtml |
4 | !set text=!lookup $ff in cmd/$cc.phtml |
5 | !if $text!=$empty |
5 | !if $text!=$empty |
6 | <li> |
6 | <li> |
7 | $(lst_$ff) |
7 | $(lst_$ff) |
8 | !set text=!replace internal `` by $emph in $text |
8 | !set text=!replace internal `` by $emph in $text |
9 | !if $ff=syntax |
9 | !if $ff=syntax |
10 | !set text=!replace internal $\ |
10 | !set text=!replace internal $\ |
11 | $ by $(lst_$(ff)end) <br/>$lstyle2 in $text |
11 | $ by $(lst_$(ff)end) <br/>$lstyle2 in $text |
12 | !endif |
12 | !endif |
13 | !replace internal '' by $emphend in $text |
13 | !replace internal '' by $emphend in $text |
- | 14 | !if $ff=mean and $cc iswordof word column char item line record |
|
- | 15 | !set numlist_type=$cc |
|
- | 16 | !if $numlist_type=record |
|
- | 17 | !set numlist_str=``fname'' |
|
- | 18 | !else |
|
- | 19 | !set numlist_str=``string'' |
|
- | 20 | !endif |
|
- | 21 | !if $numlist_type=char |
|
- | 22 | !set numlist_type=character |
|
- | 23 | !endif |
|
- | 24 | !set text=!record 0 of cmd/numlist |
|
- | 25 | !set text=!replace internal '' by $emphend in $text |
|
- | 26 | !replace internal `` by $emph in $text |
|
- | 27 | !endif |
|
- | 28 | !if $ff=mean and $cc iswordof randfile record recordcnt |
|
- | 29 | !read cmd/datafile.phtml |
|
- | 30 | !endif |
|
14 | $(lst_$(ff)end) |
31 | $(lst_$(ff)end) |
15 | </li> |
32 | </li> |
16 | !endif |
33 | !endif |
17 | !next |
34 | !next |
18 | </ul> |
35 | </ul> |
19 | !if $cc iswordof if |
36 | !if $cc iswordof if |
20 | !read help/if.phtml |
37 | !read help/if.phtml |
21 | !endif |
- | |
22 | !if $cc iswordof randfile record recordcnt |
- | |
23 | <div> |
- | |
24 | !read cmd/datafile.phtml |
- | |
25 | </div> |
- | |
26 | !endif |
- | |
27 | !if $cc iswordof word column char item line record |
- | |
28 | <div> |
- | |
29 | !set numlist_type=$cc |
- | |
30 | !read cmd/numlist |
- | |
31 | </div> |
- | |
32 | !endif |
38 | !endif |
33 | !set text=!lookup numlist in cmd/$cc.phtml |
39 | !set text=!lookup numlist in cmd/$cc.phtml |
34 | !if $text!=$empty |
40 | !if $text!=$empty |
35 | !set text=!replace internal ` by $emph in $text |
41 | !set text=!replace internal ` by $emph in $text |
36 | !replace internal ' by $emphend in $text |
42 | !replace internal ' by $emphend in $text |