Subversion Repositories wimsdev

Rev

Rev 570 | Rev 3324 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. $presentation
  3. <$ltype>
  4. !if $all_steps=0
  5.  !for i=1 to $step
  6.   <li>
  7.   !line $i of $picked
  8.  !next i
  9. !else
  10.  !if $status=waiting
  11.   !form reply
  12.   !for i=1 to $step
  13.    <li>
  14.    <input type=checkbox name=badstep value=$i>
  15.    !line $i of $picked
  16.   !next i
  17.  !else
  18.   !for i=1 to $step
  19.    <li>
  20.    !if $i isitemof $badstep
  21.     <img src="gifs/blueball.gif" alt="blue">
  22.    !endif
  23.    !if $i isitemof $bad_steps
  24.     <img src="gifs/redball.gif" alt="red">
  25.    !endif
  26.    !line $i of $picked
  27.   !next i
  28.   !set explain=yes
  29.  !endif
  30. !endif
  31. </$ltype>
  32. !if $step>=$stepcnt
  33.  ($END)<p>
  34. !endif
  35.  
  36. !if $explain=yes
  37.  (<img src="gifs/blueball.gif alt="blue">&nbsp;: $n_mark&nbsp;;&nbsp;&nbsp;
  38. <img src="gifs/redball.gif" alt="red">&nbsp;: $n_badstep.)
  39. <p>
  40. !endif
  41.  
  42.