Subversion Repositories wimsdev

Rev

Rev 12324 | 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>
  3.  <td style="text-align:right" class="nowrap bold">$(choicename$i):</td>
  4.  <td class="tt">$chb</td>
  5.  <td>
  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
  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.     !else
  21.       $ch_goodn <div class="inline tt">$(choicegood$i)</div>.
  22.     !endif
  23.   !else
  24.     !ifval $(choice$i)!=$(choiceitems$i)+1
  25.       $indbad.
  26.     !else
  27.       $name_sorry.
  28.     !endif
  29.   !endif
  30. !endif
  31.   </td>
  32. </tr>
  33.