Rev 10483 | Rev 11871 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10483 | Rev 11670 | ||
---|---|---|---|
Line 98... | Line 98... | ||
98 | <div class="field box"> |
98 | <div class="field box"> |
99 | <strong>$name_colorscore</strong> |
99 | <strong>$name_colorscore</strong> |
100 | <p class="wimscenter"> |
100 | <p class="wimscenter"> |
101 | !read adm/class/colors |
101 | !read adm/class/colors |
102 | !for col=1 to 11 |
102 | !for col=1 to 11 |
- | 103 | <label for="pr_sccolor$col" class="show-for-sr">$[$col-1]</label> |
|
103 | <input size="5" name="pr_sccolor$col" value="$(class_scorecolor[$col])" type="color" /> |
104 | <input size="5" id="pr_sccolor$col" name="pr_sccolor$col" value="$(class_scorecolor[$col])" type="color" /> |
104 | !next col |
105 | !next col |
105 | </p> |
106 | </p> |
106 | </div> |
107 | </div> |
107 | 108 | ||
108 | <div class="field box"> |
109 | <div class="field box"> |