Subversion Repositories wimsdev

Rev

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

Rev 11210 Rev 11212
Line 53... Line 53...
53
   !set text=!lookup $ff in cmd/$c.phtml
53
   !set text=!lookup $ff in cmd/$c.phtml
54
   !if $text!=$empty
54
   !if $text!=$empty
55
 <li>
55
 <li>
56
   $(lst_$ff)
56
   $(lst_$ff)
57
   !set text=!replace internal ` by $emph in $text
57
   !set text=!replace internal ` by $emph in $text
58
   !if $ff=syntax and $c=bound
58
   !if $ff=syntax
59
     !set text=!replace internal $\
59
     !set text=!replace internal $\
60
$ by $(lst_$(ff)end) <br/>$lstyle2 in $text
60
$ by $(lst_$(ff)end) <br/>$lstyle2 in $text
61
   !endif
61
   !endif
-
 
62
   !set text=!replace internal \' by UUUUU in $text
62
   !replace internal ' by $emphend in $text
63
   !set !replace internal ' by $emphend in $text
-
 
64
   !replace internal UUUUU by ' in $text
63
   $(lst_$(ff)end)
65
   $(lst_$(ff)end)
64
  </li>
66
  </li>
65
  !endif
67
  !endif
66
 !next
68
 !next
67
  </ul>
69
  </ul>