Subversion Repositories wimsdev

Rev

Rev 15219 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
15219 bpr 1
!set s_=!item 1 of $special_parm
15227 bpr 2
!if $s_=$empty
3
  !set s_=!item 2 of $special_parm
4
!endif
15219 bpr 5
!if $s_ iswordof canvas_examples
6
  !set tmp=!replace internal _ by , in $(special_parm[2])
7
  <h2 class="wimscenter">$wims_name_Example: $(tmp[1])</h2>
8
  !read help/canvas_examples.phtml $(special_parm[2])
9
  !reset tmp
10
  !exit
11
!endif
12
!if $s_ iswordof canvas
13
  !read help/canvasdraw.phtml
14
  !exit
15
!endif
16
!if $s_ iswordof reply
17
  !set tmp=!replace internal _ by , in $(special_parm[2])
18
  !read help/reply.phtml $tmp
19
  !reset tmp
20
  !exit
21
!endif
15227 bpr 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
27
!endif