Subversion Repositories wimsdev

Rev

Rev 9813 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
9813 bpr 1
!set t=!recordcnt wimshome/log/classes/$wims_class/vote/.votes
2
!set avlist=
3
!for i=1 to $t
13901 bpr 4
  !set v_$i=!record $i of wimshome/log/classes/$wims_class/vote/.votes
5
  !set a_=!line 1 of $(v_$i)
6
  !if $a_>=1 and $a_<=2
7
    !set avlist=!append item $i to $avlist
8
  !endif
9813 bpr 9
!next i
10
!set v=!itemcnt $avlist