<!DOCTYPE html>
<html>

<head>
    <title>ME 4.0 on WODA 1.0.0</title>
    <meta charset="utf-8">
    <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0">

    <!--
    <base href="file:///Users/Shared/dev/Workspaces /structr.mountpoint/exports/WODA-i6-export/files">
    <base href="http://structr.cerulean.it:6082/">
	-->

    <script src="/EAMD.ucp/Components/tla/EAM/layer1/Thinglish/Once/1.0.0/src/js/Once.class.js" type="text/javascript"></script>
    <link href="/EAMD.ucp/Components/com/ceruleanCircle/EAM/5_ux/WODA/1.0.0/WODA.component.xml" rel="ucpComponent" type="text/html">

    <style type="text/css">
        html,
        body {
            height: 100%;
            overflow: hidden
        }
        
        .fullHeight,
        .fullHeight .jumbotron {
            height: 100%;
        }
        
        .width1 {
            width: 100%
        }
        
        .width2 {
            width: 200%
        }
        
        .width3 {
            width: 300%
        }
        
        .width4 {
            width: 400%
        }
        
        .width-2 {
            width: 50%
        }
        
        header,
        footer,
        .panel-heading,
        .panel-footer {
            height: 10%;
            background-color: lightblue;
        }
        
        .content,
        .panel-body {
            height: 80%;
            overflow-y: scroll
        }
        .overflow-hidden {
            overflow: hidden
        }
    </style>
</head>

<body>
</body>

</html>