Subversion Repositories wimsdev

Rev

Rev 4191 | Rev 5734 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4191 Rev 4199
Line 9... Line 9...
9
 <input type="checkbox" name="parm$parmcnt" value="$i" $checked>
9
 <input type="checkbox" name="parm$parmcnt" value="$i" $checked>
10
 !item $i of $parms
10
 !item $i of $parms
11
 !set ll=!item $i of $limits
11
 !set ll=!item $i of $limits
12
 !if $ll>0
12
 !if $ll>0
13
  !set remain=$[max(0,$ll-0$(vcnt_$(parmcnt)_$i))]
13
  !set remain=$[max(0,$ll-0$(vcnt_$(parmcnt)_$i))]
14
!!  ($remain $name_remaining)
14
  ($remain $name_remaining)
15
 !else
15
 !else
16
!!  !if $(vcnt_$(parmcnt)_$i)!=$empty and $vshow=1
16
  !if $(vcnt_$(parmcnt)_$i)!=$empty and $vshow=1
17
!!   ($(vcnt_$(parmcnt)_$i))
17
   ($(vcnt_$(parmcnt)_$i))
18
!!  !endif
18
  !endif
19
 !endif
19
 !endif
20
.&nbsp;
20
.&nbsp;
21
!next i
21
!next i
22
 
22