Subversion Repositories wimsdev

Rev

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

  1. !set special_list=imagefill,imageinput,mathmlinput,codeinput,expandlines,help,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
  18.