Subversion Repositories wimsdev

Rev

Rev 6530 | Rev 8700 | Go to most recent revision | Details | Compare with Previous | 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
6530 bpr 2
 <tr><td style="text-align:right" class="nowrap bold">
3
  $(choicename$i)</td><td class="tt">$chb : </td><td>&nbsp;
20 reyssat 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
7109 bpr 14
     $ch_good1 <div class="inline tt">$ch_none</div>.
20 reyssat 15
    !else
7109 bpr 16
     $ch_good1 <div class="inline tt">$(choicegood$i)</div>.
20 reyssat 17
    !endif
18
   !else
7109 bpr 19
    $ch_goodn <div class="inline tt">$(choicegood$i)</div>.
20 reyssat 20
   !endif
21
  !else
22
   !ifval $(choice$i)!=$(choiceitems$i)+1
23
    $indbad.
24
   !else
25
    $name_sorry.
26
   !endif
27
  !endif
28
 !endif
3224 bpr 29
 </td></tr>