Rev 16118 |
Blame |
Last modification |
View Log
| RSS feed
!set name_formnewcase_1=Error of manipulation: there is only one remaining case.
!set name_formnewcase_2=!nosubst You have the following $[$casecnt-1] cases to process.
Click on one to go to it.
!set name_current_case
=current case
!if $casecnt<3
$name_formnewcase_1
!href cmd=resume $name_continue
!endif
$name_formnewcase_2
<ul>
!for i=1 to $casecnt-1
!set l=!line $i+1 of $caseline
<li>
!href cmd=reply&opt=gotocase&gotocase=$i $name_case $i
.
!insmath $l
!if $i=$activecase
($name_current_cas)
!endif
</li>
</ul>