Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 12348 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | !set parm=!trim $wims_read_parm |
3 | !set parm=!trim $wims_read_parm |
4 | !set sp_2=!replace internal #@!#@!#@!$sp_1 by $ in #@!#@!#@!$parm |
4 | !set sp_2=!replace internal #@!#@!#@!$sp_1 by $ in #@!#@!#@!$parm |
5 | !set sp_2=!trim $sp_2 |
5 | !set sp_2=!trim $sp_2 |
6 | !set c=!char 1 of $sp_2 |
6 | !set c=!char 1 of $sp_2 |
7 | !if $c=, |
7 | !if $c=, |
8 | !set sp_2=!char 2 to -1 of $sp_2 |
8 | !set sp_2=!char 2 to -1 of $sp_2 |
9 | !endif |
9 | !endif |
10 | !set sp_2=!trim $sp_2 |
10 | !set sp_2=!trim $sp_2 |
11 | !if $sp_1!=$empty and .. notin $sp_1 and / notin $sp_1 |
11 | !if $sp_1!=$empty and .. notin $sp_1 and / notin $sp_1 |
12 | !read oef/special/$sp_1.phtml $sp_2 |
12 | !read oef/special/$sp_1.phtml $sp_2 |
13 | !endif |
13 | !endif |
14 | 14 |