Subversion Repositories wimsdev

Rev

Rev 4349 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4349 Rev 13594
Line 1... Line 1...
1
!if $wims_read_parm!=slib_header
1
!if $wims_read_parm!=slib_header
2
 !goto proc
2
  !goto proc
3
!endif
3
!endif
4
 
4
 
5
slib_author=Bernadette, Perrin-Riou
5
slib_author=Bernadette, Perrin-Riou
6
 
6
 
7
slib_example= rouge,, une couleur\
7
slib_example= rouge,, une couleur\
Line 13... Line 13...
13
 
13
 
14
:proc
14
:proc
15
slib_parm=!replace internal option= by in $wims_read_parm
15
slib_parm=!replace internal option= by in $wims_read_parm
16
slib_parmcnt=!itemcnt $slib_parm
16
slib_parmcnt=!itemcnt $slib_parm
17
!if $slib_parmcnt=2
17
!if $slib_parmcnt=2
18
 slib_parm=$(slib_parm[1]),,$(slib_parm[2])
18
  slib_parm=$(slib_parm[1]),,$(slib_parm[2])
19
!endif
19
!endif
20
 
20
 
21
!read oef/special/tooltip.phtml $slib_parm
21
!read oef/special/tooltip.phtml $slib_parm
22
 
22
 
23
slib_out= $special_out
23
slib_out= $special_out