Rev 15155 | Rev 15186 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15155 | Rev 15182 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !if 3 isin $get_introcheck |
2 | !if 3 isin $get_introcheck |
3 | !set introgivegood=1 |
3 | !set introgivegood=1 |
4 | !endif |
4 | !endif |
5 | !default introgivegood=$get_intro_good |
5 | !default introgivegood=$get_intro_good |
6 | !default seedrepeat=0 |
6 | !default seedrepeat=0 |
- | 7 | !read oef/default |
|
7 | !bound introgivegood between 0 and $limit_version default 1 |
8 | !bound introgivegood between 0 and $limit_version default 1 |
8 | !if (($introgivegood=1 and $seedrepeat<=1) or\ |
9 | !if (($introgivegood=1 and $seedrepeat<=1) or\ |
9 | ($introgivegood>=1 and $introgivegood<=$seedcnt and $seedlastcnt>=$seedrepeat)\ |
10 | ($introgivegood>=1 and $introgivegood<=$seedcnt and $seedlastcnt>=$seedrepeat)\ |
10 | or ($introgivegood>=1 and _exam isin $wims_session)\ |
11 | or ($introgivegood>=1 and _exam isin $wims_session)\ |
11 | ) |
12 | ) |