view templates/index.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 61f453c6b172
children eec2474fdaaa
line wrap: on
line source

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
    <head>
        <title>Test coverage report</title>
    </head>
        <frameset cols="25%,75%" title="">
        <frameset rows="40%,60%" title="">
            <frame src="all_packages.html" name="PackageListFrame" title="Package List" scrolling="yes">
            <frame src="all_classes.html" name="ClassesListFrame" title="All public classes" scrolling="yes">
        </frameset>
        <frame src="all_results.html" name="ResultsFrame" title="Test coverage" scrolling="yes">
        <noframes>
            <h2>Frame Alert</h2>
                <p>This document is designed to be viewed using the frames
                feature. If you see this message, you are using a
                non-frame-capable web client.</p>
        </noframes>
    </frameset>
</html>