view templates/log.html @ 173:6b6ac47a811f

Added new reporter (generating report from test logs) slightly modified existing templates and stylesheet (foldable details)
author Zdenek Zambersky <zzambers@redhat.com>
date Thu, 19 Mar 2015 12:44:59 +0100
parents 18d8671d9c96
children 40990362e151
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">
<!--

    ThermostatQA - test framework for Thermostat Monitoring Tool

    Copyright 2013 Red Hat, Inc.

This file is part of ThermostatQA

ThermostatQA is distributed under the GNU General Public License,
version 2 or any later version (with a special exception described
below, commonly known as the "Classpath Exception").

A copy of GNU General Public License (GPL) is included in this
distribution, in the file COPYING.

Linking ThermostatQA code with other modules is making a combined work
based on ThermostatQA.  Thus, the terms and conditions of the GPL
cover the whole combination.

As a special exception, the copyright holders of ThermostatQA give you
permission to link this code with independent modules to produce an
executable, regardless of the license terms of these independent
modules, and to copy and distribute the resulting executable under
terms of your choice, provided that you also meet, for each linked
independent module, the terms and conditions of the license of that
module.  An independent module is a module which is not derived from
or based on ThermostatQA code.  If you modify ThermostatQA, you may
extend this exception to your version of the software, but you are
not obligated to do so.  If you do not wish to do so, delete this
exception statement from your version.
-->

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <title>ThermostatQA tests log for date ${DATE}</title>
        <meta name="Author" content="Pavel Tisnovsky" />
        <meta name="Generator" content="org.thermostat.qa.reporter.Reporter" />
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <link type="text/css" rel="StyleSheet" href="style.css" />
    </head>
<body>
<div>
    <h1>ThermostatQA tests log for date ${DATE}</h1>

    <br />

    <table border='2' frame='border' rules='all' cellspacing='1' cellpadding='1' class='forms' style='width:1200px' summary=''>
        <tr><td class='table-header'>Summary</td></tr>
        ${SUMMARY}
    </table>

    <br />
    <br />

    <table border='2' frame='border' rules='all' cellspacing='1' cellpadding='1' class='forms' style='width:1200px' summary=''>
        ${RESULTS}
    </table>

    <!-- it's needed to be able to display specific test on the top of browser window -->
    <div style='height:2000px;'>&nbsp;</div>
</div>
</body>
</html>