Rev 11212 | Rev 11224 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11212 | Rev 11223 | ||
---|---|---|---|
Line 46... | Line 46... | ||
46 | !endif |
46 | !endif |
47 | <ul> |
47 | <ul> |
48 | !for c in $cmdfiles |
48 | !for c in $cmdfiles |
49 | <li class="wims_command" id="cmdlist_$(c)_"> |
49 | <li class="wims_command" id="cmdlist_$(c)_"> |
50 | !if $style != folding |
50 | !if $style != folding |
51 | <ul class="wims_nopuce"> |
- | |
52 | !for ff in tit,type,syntax, mean,alias,sample |
- | |
53 | !set text=!lookup $ff in cmd/$c.phtml |
- | |
54 | !if $text!=$empty |
- | |
55 | <li> |
- | |
56 | $(lst_$ff) |
- | |
57 | !set text=!replace internal ` by $emph in $text |
- | |
58 | !if $ff=syntax |
- | |
59 | !set text=!replace internal $\ |
- | |
60 | $ by $(lst_$(ff)end) <br/>$lstyle2 in $text |
- | |
61 | !endif |
- | |
62 | !set text=!replace internal \' by UUUUU in $text |
- | |
63 | !set !replace internal ' by $emphend in $text |
- | |
64 | !replace internal UUUUU by ' in $text |
- | |
65 | $(lst_$(ff)end) |
- | |
66 | </li> |
- | |
67 | !endif |
- | |
68 | !next |
- | |
69 | </ul> |
- | |
70 | !if $c iswordof if |
- | |
71 | !read help/if.phtml |
- | |
72 | !endif |
- | |
73 | !if $c iswordof randfile record recordcnt |
- | |
74 | <div> |
- | |
75 | !read cmd/datafile.phtml |
- | |
76 | </div> |
- | |
77 | !endif |
- | |
78 | !if $c iswordof word column char item line record |
- | |
79 | <div> |
- | |
80 | !set numlist_type=$c |
- | |
81 |
|
51 | !read cmdone.phtml $c |
82 | </div> |
- | |
83 | !endif |
- | |
84 | !set text=!lookup numlist in cmd/$c.phtml |
- | |
85 | !if $text!=$empty |
- | |
86 | !set text=!replace internal ` by $emph in $text |
- | |
87 | !replace internal ' by $emphend in $text |
- | |
88 | !endif |
- | |
89 | !else |
52 | !else |
90 | !if cmdlist_$(c)_ isin $expand |
53 | !if cmdlist_$(c)_ isin $expand |
91 | <a href="$httpd_SCRIPT_NAME?session=$session&+cmd=resume&+op=close&+subject=cmdlist_$(c)_#cmdlist_$(c)_"></a> |
54 | <a href="$httpd_SCRIPT_NAME?session=$session&+cmd=resume&+op=close&+subject=cmdlist_$(c)_#cmdlist_$(c)_"></a> |
92 |
|
55 | !read cmdone.phtml $c |
93 | !else |
56 | !else |
94 | !href cmd=resume&op=open&subject=cmdlist_$(c)_#cmdlist_$(c)_ $c |
57 | !href cmd=resume&op=open&subject=cmdlist_$(c)_#cmdlist_$(c)_ $c |
95 | !endif |
58 | !endif |
96 | !endif |
59 | !endif |
97 | </li> |
60 | </li> |