aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report-styles/index.html.in
blob: e4426021bd444c20efb0654318005c0b563c901a (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
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <script src="@xslt_script@">
    </script>
    <link href="@css_styles@" rel="stylesheet" type="text/css"/>
  </head>
  <body onload="xslt('@sheet_path_unit@','@data_path_unit@','wholePage2');
		xslt('@sheet_path_dist@','@data_path_dist@','wholePage4');
		">

<div>
<hr/>
<a name="JunitTests">Unit-tests:</a> [<a href="#JdistTests">dist tests</a>]
<hr/>
    <div id="wholePage2"/>
</div>

<hr/>
<a name="JdistTests">Dist-tests:</a> [<a href="#JunitTests">unit tests</a>]
<hr/>
    <div id="wholePage4"/>
</div>
  </body>
</html>