Subversion Repositories wimsdev

Rev

Rev 17069 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17069 Rev 17187
Line 12... Line 12...
12
  !if $status=waiting
12
  !if $status=waiting
13
    !form reply
13
    !form reply
14
    <$ltype>
14
    <$ltype>
15
    !for i=1 to $step
15
    !for i=1 to $step
16
      <li>
16
      <li>
17
      <input type="checkbox" name="badstep" value="$i" />
17
      <input type="checkbox" name="badstep" value="$i">
18
      !line $i of $picked
18
      !line $i of $picked
19
     </li>
19
     </li>
20
    !next i
20
    !next i
21
  !else
21
  !else
22
    <$ltype>
22
    <$ltype>
23
    !for i=1 to $step
23
    !for i=1 to $step
24
      !form reply
24
      !form reply
25
      <li>
25
      <li>
26
      !if $i isitemof $badstep
26
      !if $i isitemof $badstep
27
        <img src="gifs/blueball.gif" alt="blue" />
27
        <img src="gifs/blueball.gif" alt="blue">
28
      !endif
28
      !endif
29
      !if $i isitemof $bad_steps
29
      !if $i isitemof $bad_steps
30
        <img src="gifs/redball.gif" alt="red" />
30
        <img src="gifs/redball.gif" alt="red">
31
      !endif
31
      !endif
32
      !line $i of $picked
32
      !line $i of $picked
33
      </li>
33
      </li>
34
    !next i
34
    !next i
35
    !set explain=yes
35
    !set explain=yes
Line 40... Line 40...
40
  ($END)
40
  ($END)
41
!endif
41
!endif
42
 
42
 
43
!if $explain=yes
43
!if $explain=yes
44
  <p>
44
  <p>
45
  (<img src="gifs/blueball.gif" alt="blue" />&nbsp;: $n_mark&nbsp;
45
  (<img src="gifs/blueball.gif" alt="blue">&nbsp;: $n_mark&nbsp;
46
  <img src="gifs/redball.gif" alt="red" />&nbsp;: $n_badstep.)
46
  <img src="gifs/redball.gif" alt="red">&nbsp;: $n_badstep.)
47
  </p>
47
  </p>
48
!endif
48
!endif