Add more structure constructor tests.
[piglit/hramrach.git] / templates / index.html
blobd6bf392d32249659d160ea7676d7df7b11aa70f6
1 <html>
2 <head>
3 <title>Result summary </title>
4 <link rel="stylesheet" href="index.css"/>
5 </head>
6 <body>
7 <h1>Result summary</h1>
8 <p>
9 Currently showing: %(showcurrent)s
10 </p>
11 <p>
12 Show: %(showlinks)s
13 </p>
14 <table width="95%%">
15 <colgroup>
16 <!-- 9 columns for indent -->
17 <col width="5pt" />
18 <col width="20pt" />
19 <col width="20pt" />
20 <col width="20pt" />
21 <col width="20pt" />
22 <col width="20pt" />
23 <col width="20pt" />
24 <col width="20pt" />
25 <col width="20pt" />
27 <!-- remaining name column -->
28 <col />
30 <!-- status column -->
31 %(testruns)s
32 </colgroup>
33 <tr>
34 <td colspan="10" />
35 %(testrunsb)s
36 </tr>
37 %(group)s
38 </table>
39 </body>
40 </html>