Subversion Repositories wimsdev

Rev

Rev 13940 | Rev 13995 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13940 Rev 13963
Line 26... Line 26...
26
    !else
26
    !else
27
      !if $s_ iswordof reply and $modtoolhelp=yes
27
      !if $s_ iswordof reply and $modtoolhelp=yes
28
        !read help/$s_.phtml $(special_parm[2])
28
        !read help/$s_.phtml $(special_parm[2])
29
      !else
29
      !else
30
        !if $s_ iswordof canvas_examples
30
        !if $s_ iswordof canvas_examples
-
 
31
          !set tmp=!replace internal _ by , in $(special_parm[2])
-
 
32
          <h2 class="wimscenter">$wims_name_Example: $(tmp[1])</h2>
31
          !read help/canvas_examples.phtml $(special_parm[2])
33
          !read help/canvas_examples.phtml $(special_parm[2])
32
          !set wims_menu_items=!append line back2,1,cmd=help&special_parm=canvasdraw#$(special_parm[2])\
34
          !set wims_menu_items=!append line back2,1,cmd=help&special_parm=canvasdraw#$(tmp[1])\
33
        to $wims_menu_items
35
        to $wims_menu_items
-
 
36
          !reset tmp
34
          !goto end
37
          !goto end
35
        !else
38
        !else
36
          !read help/$s_.phtml
39
          !read help/$s_.phtml
37
        !endif
40
        !endif
38
      !endif
41
      !endif