Subversion Repositories wimsdev

Rev

Rev 13329 | Rev 15576 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !set scorestat=!getscorestatus sheet=$wims_sheet
  3. !if $exotrymax>0 and $cmd notwordof next reply and $scorestat!=no
  4.   !set tmp=!getscorealltries sheet=$wims_sheet work=$wims_exo
  5.   !set tmp2=!getscoremaxexotry sheet=$wims_sheet work=$wims_exo
  6.   <div class="wims_msg info">
  7.   !if $tmp2=yes or $exotrymax<=$tmp
  8.     $wims_name_maxexotry1
  9.   !else
  10.       $wims_name_maxexotry0
  11.     !if $cmd!=resume
  12.       $[$tmp+1].
  13.     !else
  14.       $tmp.
  15.     !endif
  16.     $wims_name_maxexotry2 $exotrymax.
  17.     <p>
  18.     !if $wims_scorereg=suspend
  19.       $wims_name_maxexotry_warning2
  20.     !else
  21.       $wims_name_maxexotry_warning1
  22.     !endif
  23.     </p>
  24.   !endif
  25.   </div>
  26. !endif
  27.  
  28. !if $seedlastcnt < $seedrepeat and $cmd iswordof reply and $scorestat!=no
  29.   <div class="wims_msg info">
  30.     $name_tryagain
  31.     </div>
  32. !endif
  33.