Rev 15227 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
15219 | 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 | !exit |
||
8 | !endif |
||
9 | !if $s_ iswordof canvas |
||
10 | !read help/canvasdraw.phtml |
||
11 | !exit |
||
12 | !endif |
||
13 | !if $s_ iswordof reply |
||
14 | !set tmp=!replace internal _ by , in $(special_parm[2]) |
||
15 | !read help/reply.phtml $tmp |
||
16 | !reset tmp |
||
17 | !exit |
||
18 | !endif |