blob: ff347df5d055cb5ae6d501d956f4175ed01df811 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Result summary </title>
<link rel="stylesheet" href="index.css"/>
</head>
<body>
<h1>Result summary</h1>
<p>
Currently showing: %(showcurrent)s
</p>
<p>
Show: %(showlinks)s
</p>
<table width="95%%">
<colgroup>
<!-- 9 columns for indent -->
<col width="5pt" />
<col width="20pt" />
<col width="20pt" />
<col width="20pt" />
<col width="20pt" />
<col width="20pt" />
<col width="20pt" />
<col width="20pt" />
<col width="20pt" />
<!-- remaining name column -->
<col />
<!-- status column -->
%(testruns)s
</colgroup>
<tr>
<td colspan="10" />
%(testrunsb)s
</tr>
%(group)s
</table>
</body>
</html>
|