Rev 15219 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15219 | Rev 15227 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set s_=!item 1 of $special_parm |
1 | !set s_=!item 1 of $special_parm |
- | 2 | !if $s_=$empty |
|
- | 3 | !set s_=!item 2 of $special_parm |
|
- | 4 | !endif |
|
2 | !if $s_ iswordof canvas_examples |
5 | !if $s_ iswordof canvas_examples |
3 | !set tmp=!replace internal _ by , in $(special_parm[2]) |
6 | !set tmp=!replace internal _ by , in $(special_parm[2]) |
4 | <h2 class="wimscenter">$wims_name_Example: $(tmp[1])</h2> |
7 | <h2 class="wimscenter">$wims_name_Example: $(tmp[1])</h2> |
5 | !read help/canvas_examples.phtml $(special_parm[2]) |
8 | !read help/canvas_examples.phtml $(special_parm[2]) |
6 | !reset tmp |
9 | !reset tmp |
7 | !exit |
10 | !exit |
8 | !endif |
11 | !endif |
9 | !if $s_ iswordof canvas |
12 | !if $s_ iswordof canvas |
10 | !read help/canvasdraw.phtml |
13 | !read help/canvasdraw.phtml |
11 | !exit |
14 | !exit |
12 | !endif |
15 | !endif |
13 | !if $s_ iswordof reply |
16 | !if $s_ iswordof reply |
14 | !set tmp=!replace internal _ by , in $(special_parm[2]) |
17 | !set tmp=!replace internal _ by , in $(special_parm[2]) |
15 | !read help/reply.phtml $tmp |
18 | !read help/reply.phtml $tmp |
16 | !reset tmp |
19 | !reset tmp |
17 | !exit |
20 | !exit |
- | 21 | !endif |
|
- | 22 | !if $s_ iswordof examples oef format reply feedback |
|
- | 23 | !read help/$s_.phtml |
|
- | 24 | !endif |
|
- | 25 | !if oefparm isin $s_ |
|
- | 26 | !read help/oefparm.phtml |
|
18 | !endif |
27 | !endif |