Rev 10617 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10617 | Rev 12413 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | cnt_=!recordcnt wimshome/log/classes/$wims_class/vote/.votes |
2 | cnt_=!recordcnt wimshome/log/classes/$wims_class/vote/.votes |
3 | !if $cnt_>0 |
3 | !if $cnt_>0 |
4 | votemodel=no |
4 | votemodel=no |
5 | k_=0 |
5 | k_=0 |
6 | !while $k_<$cnt_ and $votemodel=no |
6 | !while $k_<$cnt_ and $votemodel=no |
7 | !increase k_ |
7 | !increase k_ |
8 | tmp_=!record $k_ of wimshome/log/classes/$wims_class/vote/.votes |
8 | tmp_=!record $k_ of wimshome/log/classes/$wims_class/vote/.votes |
9 | tmp_=!line 6 of $tmp_ |
9 | tmp_=!line 6 of $tmp_ |
10 | !if $tmp_ isitemof accessvar,group |
10 | !if $tmp_ isitemof accessvar,group |
11 | votemodel=yes |
11 | votemodel=yes |
12 | !endif |
12 | !endif |
13 | !endwhile |
13 | !endwhile |
14 | !endif |
14 | !endif |