Subversion Repositories wimsdev

Rev

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

  1. !set scorestat=!getscorestatus sheet=$wims_sheet
  2. !if $exotrymax>0 and $cmd notwordof next reply and $scorestat!=no and _check notin $wims_session
  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
  9.       $wims_name_maxexotry0
  10.     !if $cmd!=resume
  11.       $[$tmp+1].
  12.     !else
  13.       $tmp.
  14.     !endif
  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>
  23.   !endif
  24.   </div>
  25. !endif
  26.