Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16121 | bpr | 1 | !set name_formnewcase_1=Error of manipulation: there is only one remaining case. |
2 | !set name_formnewcase_2=!nosubst You have the following $[$casecnt-1] cases to process. |
||
3 | Click on one to go to it. |
||
4 | !set name_current_case=current case |
||
5 | |||
20 | reyssat | 6 | !if $casecnt<3 |
16121 | bpr | 7 | $name_formnewcase_1 |
8 | !href cmd=resume $name_continue |
||
20 | reyssat | 9 | !exit |
10 | !endif |
||
11 | |||
16121 | bpr | 12 | $name_formnewcase_2 |
16114 | bpr | 13 | <ul> |
20 | reyssat | 14 | !for i=1 to $casecnt-1 |
16114 | bpr | 15 | !set l=!line $i+1 of $caseline |
16 | <li> |
||
16118 | bpr | 17 | !href cmd=reply&opt=gotocase&gotocase=$i $name_case $i |
20 | reyssat | 18 | . |
16114 | bpr | 19 | !insmath $l |
20 | !if $i=$activecase |
||
16121 | bpr | 21 | ($name_current_cas) |
16114 | bpr | 22 | !endif |
23 | </li> |
||
20 | reyssat | 24 | !next i |
25 | </ul> |