Rev 11223 | Rev 11293 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11223 | Rev 11288 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | !for ff in tit,type,syntax, mean,alias,sample |
3 | !for ff in tit,type,syntax, mean,alias,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 UUUUU in $text |
|
8 | !set text=!replace internal ` by $emph in $text |
9 | !set text=!replace internal ` by $emph in $text |
- | 10 | !set text=!replace internal UUUUU by ` in $text |
|
9 | !if $ff=syntax |
11 | !if $ff=syntax |
10 | !set text=!replace internal $\ |
12 | !set text=!replace internal $\ |
11 | $ by $(lst_$(ff)end) <br/>$lstyle2 in $text |
13 | $ by $(lst_$(ff)end) <br/>$lstyle2 in $text |
12 | !endif |
14 | !endif |
13 | !set text=!replace internal \' by UUUUU in $text |
15 | !set text=!replace internal \' by UUUUU in $text |