Subversion Repositories wimsdev

Rev

Rev 12233 | Rev 12293 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
12285 bpr 1
!if $exotrymax>0 and $cmd notwordof next reply
12213 bpr 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
12285 bpr 8
    $wims_name_maxexotry0 $[$tmp+1].
12233 bpr 9
    $wims_name_maxexotry2 $exotrymax.
10
    <p>
11
    !if $wims_scorereg=suspend
12
      $wims_name_maxexotry_warning2
13
    !else
14
      $wims_name_maxexotry_warning1
15
    !endif
16
    </p>
12213 bpr 17
  !endif
18
!endif