diff options
Diffstat (limited to 'template/en/default/reports')
-rw-r--r-- | template/en/default/reports/report-table.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/reports/report.html.tmpl | 25 |
2 files changed, 15 insertions, 12 deletions
diff --git a/template/en/default/reports/report-table.html.tmpl b/template/en/default/reports/report-table.html.tmpl index e984dc6ae..175479d84 100644 --- a/template/en/default/reports/report-table.html.tmpl +++ b/template/en/default/reports/report-table.html.tmpl @@ -154,7 +154,7 @@ </td> </tr> </table> - + </td> </tr> diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index c4a3edd56..07d926a64 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -95,7 +95,8 @@ [% END %]width=[% width %]&height=[% height %] [% END %] - <img src="[% imageurl %]" width="[% width %]" height="[% height %]"> + <img alt="Graphical report results" src="[% imageurl %]" + width="[% width %]" height="[% height %]"> [% END %] <br> [% END %] @@ -113,12 +114,12 @@ [% FOREACH other_format = formats %] [% NEXT IF other_format.name == "pie" AND row_field %] [% UNLESS other_format.name == format %] - <a href="[% formaturl %]&format=[% other_format.name %]"> + <a href="[% formaturl %]&format=[% other_format.name %]"> [% END %] [% other_format.description %] [% "</a>" UNLESS other_format.name == format %] | [% END %] - <a href="[% formaturl %]&ctype=csv">CSV</a> + <a href="[% formaturl %]&ctype=csv">CSV</a> </td> [% IF format != "table" %] @@ -126,15 +127,15 @@ </td> - [% sizeurl = "report.cgi?$switchbase&action=wrap&format=$format" %] + [% sizeurl = "report.cgi?$switchbase&action=wrap&format=$format" %] <td align="center"> - <a href="[% sizeurl %]&width=[% width %]&height= + <a href="[% sizeurl %]&width=[% width %]&height= [% height + 100 %]">Taller</a><br> - <a href="[% sizeurl %]&width=[% width - 100 %]&height= + <a href="[% sizeurl %]&width=[% width - 100 %]&height= [% height %]">Thinner</a> * - <a href="[% sizeurl %]&width=[% width + 100 %]&height= + <a href="[% sizeurl %]&width=[% width + 100 %]&height= [% height %]">Fatter</a> <br> - <a href="[% sizeurl %]&width=[% width %]&height= + <a href="[% sizeurl %]&width=[% width %]&height= [% height - 100 %]">Shorter</a><br> </td> [% END %] @@ -143,11 +144,13 @@ <p> [% IF format == "table" %] - <a href="query.cgi?[% switchbase %]&format=report-table">Edit + <a href="query.cgi?[% switchbase %]&format=report-table">Edit this report</a> [% ELSE %] - <a href="query.cgi?[% switchbase %]&format=report-graph&chart_format= - [% format %]&cumulate=[% cumulate %]">Edit this report</a> + <a href="query.cgi?[% switchbase %]&format=report-graph& + chart_format=[% format %]&cumulate=[% cumulate %]"> + Edit this report + </a> [% END %] </p> |