Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!set sp_1=!item 1 of $wims_read_parm
2
!set sp_1=!word 1 of $sp_1
3
!set parm=!trim $wims_read_parm
4
!set sp_2=!replace internal #@!#@!#@!$sp_1 by $ in #@!#@!#@!$parm
5
!set sp_2=!trim $sp_2
6
!set c=!char 1 of $sp_2
7
!if $c=,
8
 !set sp_2=!char 2 to -1 of $sp_2
9
!endif
10
!set sp_2=!trim $sp_2
11
!if $sp_1!=$empty and .. notin $sp_1 and / notin $sp_1
12
 !read oef/special/$sp_1.phtml $sp_2
13
!endif
14