Subversion Repositories wimsdev

Rev

Rev 3051 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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