Subversion Repositories wimsdev

Rev

Rev 6530 | Rev 8700 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  !set chb=!item $(choice$i) of $(choicelist$i),$ch_noidea,$ch_none
  2.  <tr><td style="text-align:right" class="nowrap bold">
  3.   $(choicename$i)</td><td class="tt">$chb : </td><td>&nbsp;
  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 <div class="inline tt">$ch_none</div>.
  15.     !else
  16.      $ch_good1 <div class="inline tt">$(choicegood$i)</div>.
  17.     !endif
  18.    !else
  19.     $ch_goodn <div class="inline tt">$(choicegood$i)</div>.
  20.    !endif
  21.   !else
  22.    !ifval $(choice$i)!=$(choiceitems$i)+1
  23.     $indbad.
  24.    !else
  25.     $name_sorry.
  26.    !endif
  27.   !endif
  28.  !endif
  29.  </td></tr>
  30.