summaryrefslogtreecommitdiffstats
path: root/src/bmweb/index.html
blob: e87161f5c0c375c1982739d55a8ae0781aa167be (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
<html>

<head>

<script src="sectionbase.js"></script>
<script src="indexsection.js"></script>
<script src="platformsection.js"></script>
<script src="benchmarksection.js"></script>
<script src="settingssection.js"></script>
<script src="global.js"></script>
<script src="cookie.js"></script>

<!-- <link rel="stylesheet" href="styles.css" type="text/css" /> -->
<link rel="stylesheet" href="style.css" type="text/css" />

</head>

<body onload="initialize()">

<div id="topSection" style="background-color:#dddddd; padding:5px">
<span style="font-size:22px; font-weight:bold; color:#888888">Benchmark Results Viewer</span>
&nbsp;&nbsp;&nbsp;&nbsp;
<span id="timing"></span>
<br /><br />
<td><input type="button" id="indexButton" value="Index" /></td>
<td><input type="button" id="platformSummaryButton" value="Platform Summary"/></td>
<td><input type="button" id="benchmarkSummaryButton" value="Benchmark Summary" /></td>
<td><input type="button" id="settingsButton" value="Settings" /></td>
<a href="help.html">Help</a>
&nbsp;&nbsp;&nbsp;&nbsp;
<span id="message"></span>
</div>

<div id="section">
</div>

<body>

</html>