Subversion Repositories wimsdev

Rev

Rev 8725 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8705 bpr 1
!set special_list=imagefill,imagetext,codefill,expandlines,help,mathmlinput,rename,tooltip
2
 
3
!if $lang iswordof ca cn es fr it nl si
4
  !set ll=$lang
5
!else
6
  !set ll=en
7
!endif
8
 
9
!read help/$ll/oefspecial.phtml
10
 
11
!for sp in $special_list
12
 <h2 class="wimscenter">$sp</h2>
13
 <div class="wimscenter wims_code_words large spacer">\special{$sp <i>parameters</i>}</div>
14
 <div>
15
  !read help/$ll/special/$sp.phtml
16
 </div>
17
!next sp