Subversion Repositories wimsdev

Rev

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

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