Subversion Repositories wimsdev

Rev

Rev 11288 | Rev 11428 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11288 Rev 11293
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
-
 
9
   !set text=!replace internal ` by $emph in $text
8
   !set text=!replace internal `` by $emph in $text
10
   !set text=!replace internal UUUUU by ` in $text
-
 
11
   !if $ff=syntax
9
   !if $ff=syntax
12
     !set text=!replace internal $\
10
     !set text=!replace internal $\
13
$ by $(lst_$(ff)end) <br/>$lstyle2 in $text
11
$ by $(lst_$(ff)end) <br/>$lstyle2 in $text
14
   !endif
12
   !endif
15
   !set text=!replace internal \' by UUUUU in $text
-
 
16
   !set text=!replace internal ' by $emphend in $text
13
   !replace internal '' by $emphend in $text
17
   !replace internal UUUUU by ' in $text
-
 
18
   $(lst_$(ff)end)
14
   $(lst_$(ff)end)
19
  </li>
15
  </li>
20
  !endif
16
  !endif
21
 !next
17
 !next
22
  </ul>
18
  </ul>