summaryrefslogtreecommitdiff
path: root/templates/testrun.html
blob: a04ec0d01176cda484fde1fca9926cbf592c6fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
	<head>
		<title>%(name)s - System info</title>
		<link rel="stylesheet" href="../result.css"/>
	</head>
	<body>
		<h1>System info for %(name)s</h1>
		<p>
			<a href="../index.html">Back to summary</a>
		</p>
		<table>
			<tr class="head">
				<th>Detail</th>
				<th>Value</th>
			</tr>
			%(details)s
		</table>
		<p>
			<a href="../index.html">Back to summary</a>
		</p>
	</body>
</html>