Subversion Repositories wimsdev

Rev

Rev 13319 | Rev 15574 | 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
13329 bpr 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
13007 bpr 9
      $wims_name_maxexotry0
10
    !if $cmd!=resume
11
      $[$tmp+1].
12
    !else
13
      $tmp.
14
    !endif
12233 bpr 15
    $wims_name_maxexotry2 $exotrymax.
16
    <p>
17
    !if $wims_scorereg=suspend
18
      $wims_name_maxexotry_warning2
19
    !else
20
      $wims_name_maxexotry_warning1
21
    !endif
22
    </p>
12213 bpr 23
  !endif
12293 bpr 24
  </div>
12213 bpr 25
!endif