view templates/all_packages_template.html @ 10:4a18f35c8dff

2012-02-03 Pavel Tisnovsky <ptisnovs@redhat.com> * src/ReportGenerator.java: Added new functionality: table with number of all methods and methods coveraged by the test are used in the generated page with all packages list. Added generation of links to external JavaDoc for packages and classes. * templates/all_packages_template.html: Changed table column names to be more consistent with the rest of the report system. * templates/index.html: Updated width of left column to 25% from 20%. * templates/style.css: New styles used by all_classes_list.html.
author Pavel Tisnovsky <ptisnovs@redhat.com>
date Fri, 03 Feb 2012 17:39:45 +0100
parents a929d697c161
children 8c9c61f17fd1
line wrap: on
line source

<!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" xml:lang="en" lang="en">
    <head>
        <title>Package list</title>
        <meta name="Generator" content="MauveTestCoverage" />
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <link type="text/css" rel="StyleSheet" href="style.css" />
    </head>
    <body>
        <h1>Package list</h1>
<a target='ClassesListFrame' href='all_classes.html'>all classes</a><br /><br />
<table class='package_list'>
<tr><th>package</th><th>classes</th><th>covered</th><th>ratio</th><th>doc</th></tr>
${PACKAGE_LIST}
</table>
    </body>
</html>