Subversion Repositories wimsdev

Rev

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

Rev 3224 Rev 6098
Line 1... Line 1...
1
 !set chb=!item $(choice$i) of $(choicelist$i),$ch_noidea,$ch_none
1
 !set chb=!item $(choice$i) of $(choicelist$i),$ch_noidea,$ch_none
2
 <tr><td align="right" nowrap>
2
 <tr><td align="right" nowrap>
3
 <b>$(choicename$i)</b></td><td> <tt>$chb</tt>&nbsp;: </td><td>&nbsp;
3
 <span class="bold">$(choicename$i)</span></td><td> <span class="tt">$chb</span>&nbsp;: </td><td>&nbsp;
4
 !if $(diachoice$i)=good
4
 !if $(diachoice$i)=good
5
  $indgood.
5
  $indgood.
6
 !else
6
 !else
7
  !set k=!itemcnt $(choicegood$i)
7
  !set k=!itemcnt $(choicegood$i)
8
  !if $presentgood>0
8
  !if $presentgood>0
9
   !ifval $(choice$i)!=$(choiceitems$i)+1
9
   !ifval $(choice$i)!=$(choiceitems$i)+1
10
    $indbad,
10
    $indbad,
11
   !endif
11
   !endif
12
   !if $k<=1
12
   !if $k<=1
13
    !if $k=0
13
    !if $k=0
14
     $ch_good1 <tt>$ch_none</tt>.
14
     $ch_good1 <span class="tt">$ch_none</span>.
15
    !else
15
    !else
16
     $ch_good1 <tt>$(choicegood$i)</tt>.
16
     $ch_good1 <span class="tt">$(choicegood$i)</span>.
17
    !endif
17
    !endif
18
   !else
18
   !else
19
    $ch_goodn <tt>$(choicegood$i)</tt>.
19
    $ch_goodn <span class="tt">$(choicegood$i)</span>.
20
   !endif
20
   !endif
21
  !else
21
  !else
22
   !ifval $(choice$i)!=$(choiceitems$i)+1
22
   !ifval $(choice$i)!=$(choiceitems$i)+1
23
    $indbad.
23
    $indbad.
24
   !else
24
   !else