Rev 20 | Details | Compare with Previous | 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=, |
||
12348 | bpr | 8 | !set sp_2=!char 2 to -1 of $sp_2 |
20 | reyssat | 9 | !endif |
10 | !set sp_2=!trim $sp_2 |
||
11 | !if $sp_1!=$empty and .. notin $sp_1 and / notin $sp_1 |
||
12348 | bpr | 12 | !read oef/special/$sp_1.phtml $sp_2 |
20 | reyssat | 13 | !endif |
14 |