Rev 12204 | Rev 12233 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12204 | Rev 12213 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 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> |
|
1 |
|
11 | !endif |
- | 12 | !reset tmp tmp2 |