Rev 16376 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !set contextcnt=!linecnt $m_context |
2 | !set goalcnt=!linecnt $m_goal |
||
3 | !set equivcnt=!linecnt $m_equivalence |
||
4 | !set casecnt=!linecnt $allcases |
||
5 | |||
16376 | bpr | 6 | <h4>$name_titlestate</h4> |
20 | reyssat | 7 | |
8 | !if $tolerance<=0 |
||
16376 | bpr | 9 | $name_statushelp_1 |
20 | reyssat | 10 | !else |
16376 | bpr | 11 | $name_statushelp_2 |
20 | reyssat | 12 | !endif |
13 | !if $status=waiting |
||
16376 | bpr | 14 | $name_statushelp_3 $currstep. |
20 | reyssat | 15 | !else |
16376 | bpr | 16 | $name_statushelp_4 |
20 | reyssat | 17 | !endif |
18 | |||
19 | !if $casecnt>1 |
||
16115 | bpr | 20 | <div> |
21 | !if $casecnt>2 |
||
16376 | bpr | 22 | $name_statushelp_5: |
16115 | bpr | 23 | <p>\($caseid).</p> |
24 | !else |
||
16376 | bpr | 25 | $name_statushelp_6: \($caseid). |
16115 | bpr | 26 | !endif |
27 | </div> |
||
20 | reyssat | 28 | !endif |
29 | |||
30 | !if $goalcnt>0 |
||
16376 | bpr | 31 | $name_remaintoprove: |
16115 | bpr | 32 | <ol> |
33 | !for i=1 to $goalcnt |
||
34 | !set l=!line $i of $m_goal |
||
35 | <li>\($l).</li> |
||
36 | !next i |
||
37 | </ol> |
||
20 | reyssat | 38 | !else |
16115 | bpr | 39 | !if $equivcnt>0 |
16376 | bpr | 40 | $name_totransform: |
16115 | bpr | 41 | <ol> |
42 | !for i=1 to $equivcnt |
||
43 | !set l=!line $i of $m_equivalence |
||
44 | <li>\($l).</li> |
||
45 | !next i |
||
46 | </ol> |
||
47 | !endif |
||
20 | reyssat | 48 | !endif |
49 | |||
50 | !if $contextcnt>0 |
||
16376 | bpr | 51 | $name_hypusable: |
16115 | bpr | 52 | <ol> |
53 | !for i=1 to $contextcnt |
||
54 | !set l=!line $i of $m_context |
||
55 | <li>\($l).</li> |
||
56 | !next i |
||
57 | </ol> |
||
20 | reyssat | 58 | !endif |