blob: 572381f3092bd9265c2601d96ebae78fab0663fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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>
|