Rev 14838 | Rev 16029 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14838 | Rev 16027 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | 39 | ||
40 | !set style_note=" |
40 | !set style_note=" |
41 | !if $(class_scorecolor[$t0_+1]) = #FFFFFF |
41 | !if $(class_scorecolor[$t0_+1]) = #FFFFFF |
42 | !set style_note=$style_note;color:#666; |
42 | !set style_note=$style_note;color:#666; |
43 | !else |
43 | !else |
44 | !set style_note=$style_note;color:$(class_scorecolor[$t0_+1] |
44 | !set style_note=$style_note;color:$(class_scorecolor[$t0_+1]); |
45 | !endif |
45 | !endif |
46 | !set style_note=$style_note" class="wims_sheet_score |
46 | !set style_note=$style_note" class="wims_sheet_score |
47 | 47 | ||
48 | !! Add Trophy icon fo scores >=8 |
48 | !! Add Trophy icon fo scores >=8 |
49 | !if $t0_>=9.5 |
49 | !if $t0_>=9.5 |