51 lines
1.3 KiB
HTML
51 lines
1.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
|
<head>
|
|
<title>${title}</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
|
<link rel="stylesheet" type="text/css" href="./style.css"/>
|
|
<script type="text/javascript" src="./tunit.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="wrapper">
|
|
|
|
<div id="header">
|
|
<h1>${product.name} Code Coverage Report</h1>
|
|
</div>
|
|
|
|
<div id="file-link">
|
|
<p>${file.link}</p>
|
|
</div>
|
|
|
|
<div id="directory-coverage">
|
|
<table>
|
|
<colgroup>
|
|
<col style="width:50%"/>
|
|
<col style="width:25%"/>
|
|
<col style="width:25%"/>
|
|
</colgroup>
|
|
|
|
${directory.coverage}
|
|
</table>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<p>
|
|
Generated on ${timestamp} by <a href="${product.website}" title="${product.name}">${product.name} ${product.version}</a>
|
|
<br />
|
|
<a href="http://php.net/" title="PHP">PHP ${php.version}</a> |
|
|
<a href="http://xdebug.org/" title="Xdebug">Xdebug ${xdebug.version}</a> |
|
|
<a href="http://ezcomponents.org/" title="ezComponents">ezComponents ${ezc.version}</a>
|
|
<br />
|
|
© 2009 ${product.author}
|
|
</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |