Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
15216 bpr 1
!set s_=!item 1 of $special_parm
2
!if $s_ iswordof canvas_examples
3
  !set tmp=!replace internal _ by , in $(special_parm[2])
4
  <h2 class="wimscenter">$wims_name_Example: $(tmp[1])</h2>
5
  !read help/canvas_examples.phtml $(special_parm[2])
6
  !reset tmp
7
!endif
8
!if $s_ iswordof canvasdraw
9
  !read help/canvasdraw.phtml
10
!endif