Add markup and stying for task page

This commit is contained in:
perryharlock
2013-09-17 15:30:02 +01:00
parent 1776c8ae7e
commit c557157ae3
5 changed files with 126 additions and 12 deletions

View File

@@ -0,0 +1,21 @@
<table id="graph-data" class="table graph-table" summary="Accessibility results from pa11y for this page">
<caption>pa11y results for this url</caption>
<thead>
<tr>
<th>Date</th>
<th class="text-center">Errors</th>
<th class="text-center">Warnings</th>
<th class="text-center">Notifications</th>
</tr>
</thead>
<tbody>
{{#results}}
<tr data-role="url-stats">
<td data-role="category">{{date-format date format="DD MMM YYYY"}}</td>
<td class="text-center" data-label="error">{{count.error}}</td>
<td class="text-center" data-label="warning">{{count.warning}}</td>
<td class="text-center" data-label="notification">{{count.notice}}</td>
</tr>
{{/results}}
</tbody>
</table>