Rev 17056 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !if $casecnt<3 |
16321 | bpr | 2 | $name_formnewcase_1 |
17056 | bpr | 3 | !set wims_ref_class=wims_button |
16321 | bpr | 4 | !href cmd=resume $name_continue |
5 | !exit |
||
20 | reyssat | 6 | !endif |
7 | |||
16321 | bpr | 8 | $name_formnewcase_2 |
16115 | bpr | 9 | <ul> |
20 | reyssat | 10 | !for i=1 to $casecnt-1 |
16115 | bpr | 11 | !set l=!line $i+1 of $caseline |
12 | <li> |
||
16321 | bpr | 13 | !href cmd=reply&opt=gotocase&gotocase=$i $name_case $i |
20 | reyssat | 14 | . |
16115 | bpr | 15 | !insmath $l |
16 | !if $i=$activecase |
||
17056 | bpr | 17 | ($name_current_case) |
16115 | bpr | 18 | !endif |
19 | </li> |
||
20 | reyssat | 20 | !next i |
21 | </ul> |