Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

  1. !if $casecnt<3
  2.  Error of manipulation: there is only one remaining case.
  3.  !href cmd=resume Continue
  4. .
  5.  !exit
  6. !endif
  7.  
  8. You have the following $[$casecnt-1] cases to process.
  9. Click on one to go to it.
  10. <p><ul>
  11. !for i=1 to $casecnt-1
  12.  !set l=!line $i+1 of $caseline
  13.  <li>
  14.  !href cmd=reply&opt=gotocase&gotocase=$i Case $i
  15. .
  16.  !insmath $l
  17.  !if $i=$activecase
  18.   (current case)
  19.  !endif
  20. !next i
  21. </ul>
  22.  
  23.