blob: f16091583e94450179addd4edfd434a12b94e143 [file] [log] [blame]
<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude">
<head>
<title>${test_type_name}</title>
<script type="text/javascript" src="/static/script/libs/jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="/static/script/test_page.js"></script>
<py:if test="defined('test_script')">
<script type="text/javascript" src="/static/script/${test_script}"></script>
</py:if>
<link rel="shortcut icon" href="/static/img/favicon.ico"/>
<link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="/static/reportstyle.css" />
<link rel="stylesheet" type="text/css" href="/static/daddy.css" />
<link rel="stylesheet" type="text/css" href="/static/style.css" />
<link rel="stylesheet" type="text/css" href="/static/graph.css" />
<link rel="stylesheet" type="text/css" media="print" href="/static/reportstyle_print.css" />
</head>
<body>
<div class="report">
<div id="Main" class="content" style="display: block; visibility: visible;">
<!--! Common header: logo, version, back & print buttons -->
<div class="no_summary">
<a href="/"><img src="/static/img/logo.jpg"/></a>
<p class="version">Analysis software version ${version.simple}</p>
<span class="no_print">
<a href="/">
<button class="btn btn-primary">Analysis Home</button>
</a>
</span>
<button class="no_print btn btn-info" id="print_button">
<span class="glyphicon glyphicon-print"></span> Print
</button>
</div>
<!--! Actual content of the report -->
<xi:include href="templates/$test_page" />
</div></div>
</body>
</html>