Rev 12204 | Rev 12233 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12213 | bpr | 1 | !if $exotrymax>0 |
2 | !set tmp=!getscorealltries sheet=$wims_sheet work=$wims_exo |
||
3 | !set tmp2=!getscoremaxexotry sheet=$wims_sheet work=$wims_exo |
||
4 | <div class="wims_msg info"> |
||
5 | !if $tmp2=yes or $exotrymax<=$tmp |
||
6 | $wims_name_maxexotry1 |
||
7 | !else |
||
8 | !replace internal XXXX by $tmp in $wims_name_maxexotry2 |
||
9 | !endif |
||
10 | </div> |
||
11 | !endif |
||
12 | !reset tmp tmp2 |