diff options
author | emkael <emkael@tlen.pl> | 2017-07-06 00:22:47 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-07-06 00:22:47 +0200 |
commit | bafbc0ff620fc01908c4e47ff874fd48fd615944 (patch) | |
tree | 4cd7c4db951dea50d187e82d60074c6240da99f5 /static | |
parent | 927c8dfa1142fb1edc38eaf50d932be8cecccb02 (diff) |
Abbreviation captions in group rating tools
Diffstat (limited to 'static')
-rw-r--r-- | static/group-form.html | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/static/group-form.html b/static/group-form.html index 1924cb1..69c7f94 100644 --- a/static/group-form.html +++ b/static/group-form.html @@ -15,19 +15,19 @@ <br /> <table id="group-results" class="table history"> <tr class="mean"> - <th>ŚM</th> + <th><abbr title="Średnia miejsc">ŚM</abbr></th> <td colspan="2" class="mean-place text-right"></td> </tr> <tr class="mean"> - <th>ŚA</th> + <th><abbr title="Średnia arytmentyczna">ŚA</abbr></th> <td colspan="2" class="mean-arithmetic text-right"></td> </tr> <tr class="mean"> - <th>ŚG</th> + <th><abbr title="Średnia geometryczna">ŚG</abbr></th> <td colspan="2" class="mean-geometric text-right"></td> </tr> <tr class="mean"> - <th>ŚH</th> + <th><abbr title="Średnia harmoniczna">ŚH</abbr></th> <td colspan="2" class="mean-harmonic text-right"></td> </tr> </table> @@ -45,10 +45,18 @@ <tr> <th data-sort-method="number">M-ce</th> <th data-sort-method="none">Para</th> - <th data-sort-method="dotsep">ŚM</th> - <th data-sort-method="dotsep">ŚA</th> - <th data-sort-method="dotsep">ŚG</th> - <th data-sort-method="dotsep">ŚH</th> + <th data-sort-method="dotsep"> + <abbr title="Średnia miejsc">ŚM</abbr> + </th> + <th data-sort-method="dotsep"> + <abbr title="Średnia arytmetyczna">ŚA</abbr> + </th> + <th data-sort-method="dotsep"> + <abbr title="Średnia geometryczna">ŚG</abbr> + </th> + <th data-sort-method="dotsep"> + <abbr title="Średnia harmoniczna">ŚH</abbr> + </th> </tr> </thead> <tbody> |