Subversion Repositories wimsdev

Rev

Rev 12589 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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