configurationengine/source/scripts/tests/testdata/info/expected/content_report.html
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
permissions -rw-r--r--
Adding EPL version of configurationengine.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>

<style type="text/css">
    body {
        font-family: Nokia Standard Multiscript, Tahoma, Verdana, Arial;
        font-size: 0.8em;
        color: #0055B7;
    }

    h1 {
        padding: 30px 0 0 0;
        margin: 0;
        text-align: left;
    }

    #date {
        text-align: center;
    }

    hr {
        height: 1px;
        background-color: cccccc;
        color: #cccccc;
    }

    h2 h3 {
        padding: 10px 0 10px 0;
        margin: 0;
    }

    table.report {
        width: 100%;
        border: 1px solid #e0dfe3;
        border-collapse: collapse;
        color: #333333;
    }

    table.report th {
        text-align: left;
        padding: 5px;
        background-color: #f9fafd;
        color: #595a5f;
        border-bottom: 1px #999999 solid;
    }

    table.report th.featureName {
        background-color: #f2f2f3;
        font: #595a5f Tahoma, Verdana, Arial bold;
        font-size: 1.1em;
        border-top: 3px #9d9da1;
        border-top-style: double;
        border-bottom: 3px #9d9da1;
        border-bottom-style: double;
    }

    table.report th.header {
        background-color: #f9fafd;
        font: #595a5f Tahoma, Verdana, Arial bold;
        font-size: 0.8em;
        border-top: 1px #9d9da1;
        border-bottom: 1px #9d9da1;
    }

    table.report td {
        word-wrap: break-word;
        border: 1px #EBEBEB;
        padding: 5px;
        border-style: solid; 
        vertical-align: top;
        font: Tahoma, Verdana, Arial;
        _font-size: 0.8em;
    }

    table.summary {
        border: 1px solid #e0dfe3;
        border-collapse: collapse;
        color: #333333;
    }

    table.summary th {
        text-align: left;
        padding: 5px;
        background-color: #f9fafd;
        color: #595a5f;
        border-bottom: 1px #999999 solid;
    }

    table.summary th.featureName {
        background-color: #f2f2f3;
        font: #595a5f Tahoma, Verdana, Arial bold;
        font-size: 1.1em;
        border-top: 3px #9d9da1;
        border-top-style: double;
        border-bottom: 3px #9d9da1;
        border-bottom-style: double;
    }

    table.summary td {
        word-wrap: break-word;
        border: 1px #EBEBEB;
        padding: 5px;
        border-style: solid; 
        vertical-align: top;
        font: Tahoma, Verdana, Arial;
        _font-size: 0.8em;
    }

    .currentValue {
        background-color: #e8f2fe;
    }
</style>
<title>Content info - ConE</title>

</head>
<body>
<div id="content">
    <h1>Configuration content files</h1><br>

    <table class="report">
    <tr>
        <th class="featureName">Content file</th>
		<th class="featureName">Actual files (used one last)</th>
    </tr>
    
    <tr>
        <td>default_file.txt</td>
		<td>Layer1/content/default_file.txt<br/></td>
    </tr>
    
    <tr>
        <td>layer2_file.txt</td>
		<td>Layer2/content/layer2_file.txt<br/></td>
    </tr>
    
    <tr>
        <td>override_test.txt</td>
		<td>Layer1/content/override_test.txt<br/>Layer3/content/override_test.txt<br/></td>
    </tr>
    
    <tr>
        <td>seq/def1_file.txt</td>
		<td>Layer1/content/seq/def1_file.txt<br/></td>
    </tr>
    
    <tr>
        <td>seq/def2_file.txt</td>
		<td>Layer1/content/seq/def2_file.txt<br/></td>
    </tr>
    
    <tr>
        <td>seq/layer2_file.txt</td>
		<td>Layer2/content/seq/layer2_file.txt<br/></td>
    </tr>
    
    <tr>
        <td>seq/layer2_file2.txt</td>
		<td>Layer2/content/seq/layer2_file2.txt<br/></td>
    </tr>
    
    <tr>
        <td>seq/layer3_file.txt</td>
		<td>Layer3/content/seq/layer3_file.txt<br/></td>
    </tr>
    
    <tr>
        <td>seq/layer4_file.txt</td>
		<td>Layer4/content/seq/layer4_file.txt<br/></td>
    </tr>
    
    
    </table>
</div>
<div id="footer"></div>
</body>
</html>