Subversion Repositories wimsdev

Rev

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

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