view templates/index.html @ 3:61f453c6b172

2012-01-09 Pavel Tisnovsky <ptisnovs@redhat.com> * src/index.html: * src/style.css: * templates/index.html: * templates/style.css: Moved into other directory. * templates/all_classes_template.html: * templates/all_packages_template.html: * templates/package_template.html: Prepared templates for test coverage HTML report. * src/PrintPublicMethods.java: * src/PrintTestCoverage.java: Refactoring and Javadoc. * Makefile: Updated
author Pavel Tisnovsky <ptisnovs@redhat.com>
date Mon, 09 Jan 2012 14:57:59 +0100
parents
children 4a18f35c8dff
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="20%,80%" 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>