Rev 3324 |
Rev 10482 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
$presentation
!if $all_steps=0
<$ltype>
!for i=1 to $step
<li>
!line $i of $picked
</li>
!else
!if $status=waiting
!form reply
<$ltype>
!for i=1 to $step
<li>
<input type="checkbox" name="badstep" value="$i">
!line $i of $picked
</li>
!else
!for i=1 to $step
!form reply
<$ltype>
<li>
!if $i isitemof $badstep
<img src="gifs/blueball.gif" alt="blue">
!endif
!if $i isitemof $bad_steps
<img src="gifs/redball.gif" alt="red">
!endif
!line $i of $picked
</li>
!set explain=yes
!endif
!endif
</$ltype>
!if $step>=$stepcnt
($END)<p></p>
!endif
!if $explain=yes
(<img src="gifs/blueball.gif" alt="blue"> : $n_mark ;
<img src="gifs/redball.gif" alt="red"> : $n_badstep.)
<p>
!endif