Rev 14279 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14279 | Rev 14663 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | !if $numlist_type=char |
27 | !if $numlist_type=char |
28 | !set numlist_type=character |
28 | !set numlist_type=character |
29 | !endif |
29 | !endif |
30 | !set text=!record 0 of cmd/numlist |
30 | !set text=!record 0 of cmd/numlist |
31 | !set text=!replace internal '' by $emphend in $text |
31 | !set text=!replace internal '' by $emphend in $text |
- | 32 | <div> |
|
32 | !replace internal `` by $emph in $text |
33 | !replace internal `` by $emph in $text |
- | 34 | </div> |
|
33 | !endif |
35 | !endif |
34 | !if $ff=mean and $cc iswordof randfile record recordcnt |
36 | !if $ff=mean and $cc iswordof randfile record recordcnt |
35 | !read cmd/datafile.phtml |
37 | !read cmd/datafile.phtml |
36 | !endif |
38 | !endif |
37 | $(lst_$(ff)end) |
39 | $(lst_$(ff)end) |
Line 56... | Line 58... | ||
56 | <thead><tr><th>Command</th><th>Result</th></tr></thead> |
58 | <thead><tr><th>Command</th><th>Result</th></tr></thead> |
57 | <tbody> |
59 | <tbody> |
58 | !read cmd/$cc.phtml |
60 | !read cmd/$cc.phtml |
59 | </tbody> |
61 | </tbody> |
60 | </table> |
62 | </table> |
61 | <div> |
63 | </div> |
62 | !endif |
64 | !endif |