Rev 12293 | Rev 13007 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12800 | bpr | 1 | !set scorestat=!getscorestatus sheet=$wims_sheet |
2 | !if $exotrymax>0 and $cmd notwordof next reply and $scorestat!=no |
||
12213 | bpr | 3 | !set tmp=!getscorealltries sheet=$wims_sheet work=$wims_exo |
4 | !set tmp2=!getscoremaxexotry sheet=$wims_sheet work=$wims_exo |
||
5 | <div class="wims_msg info"> |
||
6 | !if $tmp2=yes or $exotrymax<=$tmp |
||
7 | $wims_name_maxexotry1 |
||
8 | !else |
||
12285 | bpr | 9 | $wims_name_maxexotry0 $[$tmp+1]. |
12233 | bpr | 10 | $wims_name_maxexotry2 $exotrymax. |
11 | <p> |
||
12 | !if $wims_scorereg=suspend |
||
13 | $wims_name_maxexotry_warning2 |
||
14 | !else |
||
15 | $wims_name_maxexotry_warning1 |
||
16 | !endif |
||
17 | </p> |
||
12213 | bpr | 18 | !endif |
12293 | bpr | 19 | </div> |
12213 | bpr | 20 | !endif |