Subversion Repositories wimsdev

Rev

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

Rev 12324 Rev 14807
Line 10... Line 10...
10
    !default choice$i=$(T_[1])
10
    !default choice$i=$(T_[1])
11
  !endif
11
  !endif
12
!endif
12
!endif
13
!if $choicecnt<=1 and $replycnt<1
13
!if $choicecnt<=1 and $replycnt<1
14
  !for jj=1 to $choiceitems1
14
  !for jj=1 to $choiceitems1
15
    <tr><td><input type="radio" name="choice1" value="$jj"
15
    <tr><td><input type="radio" name="choice1" id="choice1_$jj" value="$jj"
16
    !if $jj=$(choice$i)
16
    !if $jj=$(choice$i)
17
      checked="checked"
17
      checked="checked"
18
    !endif
18
    !endif
19
    />
19
    /><label for="choice1_$jj">
20
    !item $jj of $choicelist1
20
    !item $jj of $choicelist1
-
 
21
    </label>
21
    </td>
22
    </td>
22
    </tr>
23
    </tr>
23
  !next jj
24
  !next jj
24
 
25
 
25
  !if $idontknow>0 and noidontknow notwordof $(choiceoption$i)
26
  !if $idontknow>0 and noidontknow notwordof $(choiceoption$i)
26
    <tr><td><input type="radio" name="choice1" value="$[$choiceitems1+1]" /> $ch_noidea
27
    <tr><td><input type="radio" name="choice1" id="choice1_noidea" value="$[$choiceitems1+1]" />
-
 
28
      <label for="choice1_noidea">$ch_noidea</label>
27
    </td></tr>
29
    </td></tr>
28
  !endif
30
  !endif
29
  !if $qcmgood<=0
31
  !if $qcmgood<=0
30
    <tr><td><input type="radio" name="choice1" value="$[$choiceitems1+2]" /> $ch_none
32
    <tr><td><input type="radio" name="choice1" id="choice1_none" value="$[$choiceitems1+2]" />
-
 
33
      <label for="choice1_none">$ch_none</label>
31
    </td></tr>
34
    </td></tr>
32
  !endif
35
  !endif
33
!else
36
!else
34
  <tr><td><label for="choice$i">$(choicename$i)</label></td><td>:
37
  <tr><td><label for="choice$i">$(choicename$i)</label></td><td>:
35
  !set p_=$ch_choose,$(choicelist$i)
38
  !set p_=$ch_choose,$(choicelist$i)