Subversion Repositories wimsdev

Rev

Rev 14135 | Rev 14139 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14135 Rev 14138
Line 121... Line 121...
121
 
121
 
122
  remain = !getscoreremain user=$quser class=$qclass sheet=$qsheet
122
  remain = !getscoreremain user=$quser class=$qclass sheet=$qsheet
123
  last_detail = !getscorelast user=$quser class=$qclass sheet=$qsheet
123
  last_detail = !getscorelast user=$quser class=$qclass sheet=$qsheet
124
  try_detail = !getscoretry user=$quser class=$qclass sheet=$qsheet
124
  try_detail = !getscoretry user=$quser class=$qclass sheet=$qsheet
125
 
125
 
126
  !for v in gotdetail, meandetail, remain, best_detail, level_detail, last_detail, try_detail
126
  !for v in got_detail, mean_detail, remain, best_detail, level_detail, last_detail, try_detail
127
      $v=!trim $($v)
127
      $v=!trim $($v)
128
    !if $v != $empty
128
    !if $v != $empty
129
        $v=!wordstoitems $($v)
129
        $v=!wordstoitems $($v)
130
      $v=[$($v)]
130
      $v=[$($v)]
131
    !else
131
    !else