Subversion Repositories wimsdev

Rev

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

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