Rev 15227 |
    Blame |
    Compare with Previous |
    Last modification |
    View Log
    | RSS feed
  
  
- !set s_=!item 1 of $special_parm 
- !if $s_=$empty 
-   !set s_=!item 2 of $special_parm 
- !endif 
- !if $s_ iswordof canvas_examples 
-   !set tmp=!replace internal _ by , in $(special_parm[2]) 
-   <h2 class="wimscenter">$wims_name_Example: $(tmp[1])</h2> 
-   !read help/canvas_examples.phtml $(special_parm[2]) 
- !endif 
- !if $s_ iswordof canvas 
-   !read help/canvasdraw.phtml 
- !endif 
- !if $s_ iswordof reply 
-   !set tmp=!replace internal _ by , in $(special_parm[2]) 
-   !read help/reply.phtml $tmp 
- !endif 
- !if $s_ iswordof draw_example draw examples oef format reply feedback 
-   !read help/$s_.phtml 
- !endif 
- !if oefparm isin $s_ 
-   !read help/oefparm.phtml 
- !endif 
-