Subversion Repositories wimsdev

Rev

Rev 7109 | Rev 12324 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7109 Rev 8700
Line 1... Line 1...
1
 !set chb=!item $(choice$i) of $(choicelist$i),$ch_noidea,$ch_none
1
 !set chb=!item $(choice$i) of $(choicelist$i),$ch_noidea,$ch_none
-
 
2
 <tr>
2
 <tr><td style="text-align:right" class="nowrap bold">
3
 <td style="text-align:right" class="nowrap bold">$(choicename$i)</td>
3
  $(choicename$i)</td><td class="tt">$chb : </td><td>&nbsp;
4
 <td class="tt">$chb :</td>
-
 
5
 <td>&nbsp;
4
 !if $(diachoice$i)=good
6
 !if $(diachoice$i)=good
5
  $indgood.
7
  $indgood.
6
 !else
8
 !else
7
  !set k=!itemcnt $(choicegood$i)
9
  !set k=!itemcnt $(choicegood$i)
8
  !if $presentgood>0
10
  !if $presentgood>0
Line 24... Line 26...
24
   !else
26
   !else
25
    $name_sorry.
27
    $name_sorry.
26
   !endif
28
   !endif
27
  !endif
29
  !endif
28
 !endif
30
 !endif
-
 
31
 </td>
29
 </td></tr>
32
 </tr>