Rev 14064 | Rev 14663 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14064 | Rev 14279 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set cc=$wims_read_parm |
1 | !set cc=$wims_read_parm |
- | 2 | ||
- | 3 | !set text=!lookup tit in cmd/$cc.phtml |
|
- | 4 | ||
- | 5 | !if $text!=$empty |
|
2 |
|
6 | $lst_tit $text $lst_titend |
- | 7 | !endif |
|
- | 8 | ||
3 | !for ff in |
9 | !for ff in type,syntax,alias,mean |
4 | !set text=!lookup $ff in cmd/$cc.phtml |
10 | !set text=!lookup $ff in cmd/$cc.phtml |
5 | !if $text!=$empty |
11 | !if $text!=$empty |
6 | < |
12 | <div> |
7 | $(lst_$ff) |
13 | $(lst_$ff) |
8 | !set text=!replace internal `` by $emph in $text |
14 | !set text=!replace internal `` by $emph in $text |
9 | !if $ff=syntax |
15 | !if $ff=syntax |
10 | !set text=!replace internal $\ |
16 | !set text=!replace internal $\ |
11 | $ by $(lst_$(ff)end) <br/>$lstyle2 in $text |
17 | $ by $(lst_$(ff)end) <br/>$lstyle2 in $text |
Line 22... | Line 28... | ||
22 | !set numlist_type=character |
28 | !set numlist_type=character |
23 | !endif |
29 | !endif |
24 | !set text=!record 0 of cmd/numlist |
30 | !set text=!record 0 of cmd/numlist |
25 | !set text=!replace internal '' by $emphend in $text |
31 | !set text=!replace internal '' by $emphend in $text |
26 | !replace internal `` by $emph in $text |
32 | !replace internal `` by $emph in $text |
27 | !endif |
33 | !endif |
28 | !if $ff=mean and $cc iswordof randfile record recordcnt |
34 | !if $ff=mean and $cc iswordof randfile record recordcnt |
29 | !read cmd/datafile.phtml |
35 | !read cmd/datafile.phtml |
30 | !endif |
36 | !endif |
31 | $(lst_$(ff)end) |
37 | $(lst_$(ff)end) |
32 | </ |
38 | </div> |
33 | !endif |
39 | !endif |
34 | !next |
40 | !next |
35 | </ul> |
41 | |
36 | !if $cc iswordof if |
42 | !if $cc iswordof if |
37 | !read help/if.phtml |
43 | !read help/if.phtml |
38 | !endif |
44 | !endif |
39 | !set text=!lookup numlist in cmd/$cc.phtml |
45 | !set text=!lookup numlist in cmd/$cc.phtml |
40 | !if $text!=$empty |
46 | !if $text!=$empty |
41 | !set text=!replace internal ` by $emph in $text |
47 | !set text=!replace internal ` by $emph in $text |
42 | !replace internal ' by $emphend in $text |
48 | !replace internal ' by $emphend in $text |
- | 49 | !endif |
|
- | 50 | ||
- | 51 | !set text=!lookup sample in cmd/$cc.phtml |
|
- | 52 | !if $text!=$empty |
|
- | 53 | <div> |
|
- | 54 | $lst_sample |
|
- | 55 | <table class="wimstable" summary="list some samples for !$cc command"> |
|
- | 56 | <thead><tr><th>Command</th><th>Result</th></tr></thead> |
|
- | 57 | <tbody> |
|
- | 58 | !read cmd/$cc.phtml |
|
- | 59 | </tbody> |
|
- | 60 | </table> |
|
- | 61 | <div> |
|
43 | !endif |
62 | !endif |