Subversion Repositories wimsdev

Rev

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