Subversion Repositories wimsdev

Rev

Rev 15227 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !set s_=!item 1 of $special_parm
  2. !if $s_=$empty
  3.   !set s_=!item 2 of $special_parm
  4. !endif
  5. !if $s_ iswordof canvas_examples
  6.   !set tmp=!replace internal _ by , in $(special_parm[2])
  7.   <h2 class="wimscenter">$wims_name_Example: $(tmp[1])</h2>
  8.   !read help/canvas_examples.phtml $(special_parm[2])
  9.   !reset tmp
  10.   !exit
  11. !endif
  12. !if $s_ iswordof canvas
  13.   !read help/canvasdraw.phtml
  14.   !exit
  15. !endif
  16. !if $s_ iswordof reply
  17.   !set tmp=!replace internal _ by , in $(special_parm[2])
  18.   !read help/reply.phtml $tmp
  19.   !reset tmp
  20.   !exit
  21. !endif
  22. !if $s_ iswordof draw_example draw examples oef format reply feedback
  23.   !read help/$s_.phtml
  24. !endif
  25. !if oefparm isin $s_
  26.   !read help/oefparm.phtml
  27. !endif
  28.