Subversion Repositories wimsdev

Rev

Rev 12293 | Rev 13007 | 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
  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 $[$tmp+1].
  10.     $wims_name_maxexotry2 $exotrymax.
  11.     <p>
  12.     !if $wims_scorereg=suspend
  13.       $wims_name_maxexotry_warning2
  14.     !else
  15.       $wims_name_maxexotry_warning1
  16.     !endif
  17.     </p>
  18.   !endif
  19.   </div>
  20. !endif
  21.