<!DOCTYPE html>
<html>

<head>
    <title>ME3.0 on WODA 0.3.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/EAMD/UcpComponentSupport/0.3.0/src/js/UseUcpComponentDependencies.js" type="text/javascript"></script>

    <link href="/EAMD.ucp/Components/org/JQuery/3.2.1/JQuery.component.xml" rel="ucpComponent" type="text/html">
    <link href="/EAMD.ucp/Components/com/twitter/Bootstrap/3.3.7/Bootstrap.component.xml" rel="ucpComponent" type="text/html">

    <link href="/EAMD.ucp/Components/com/ceruleanCircle/EAM/5_ux/WODA/0.4.0/src/js/WODA.class.js" rel="ucpComponent" type="text/html">
    <link href="/EAMD.ucp/Components/com/ceruleanCircle/EAM/5_ux/WODA/WhatPanel/0.1.0/WhatPanel.component.xml" rel="ucpComponent" type="text/html">
    <link href="/EAMD.ucp/Components/com/ceruleanCircle/EAM/5_ux/WODA/OverviewPanel/0.3.0/OverviewPanel.component.xml" rel="ucpComponent" type="text/html">

    <link href="/EAMD.ucp/Components/ski/kornel/SlipJS/2.1.0/SlipJS.component.xml" rel="ucpComponent" type="text/html">
    <link href="/EAMD.ucp/Components/com/ceruleanCircle/EAM/5_ux/WODA/OverviewPanel/DefaultOverview/0.4.0/DefaultOverview.component.xml" rel="ucpComponent" type="text/html">

    <link href="/EAMD.ucp/Components/com/ceruleanCircle/EAM/5_ux/WODA/DetailsPanel/0.1.0/DetailsPanel.component.xml" rel="ucpComponent" type="text/html">
    <link href="/EAMD.ucp/Components/com/ceruleanCircle/EAM/5_ux/WODA/WhatPanel/DefaultItem/0.1.0/DefaultItem.component.xml" rel="ucpComponent" type="text/html">

    <link href="/EAMD.ucp/Components/com/ceruleanCircle/EAM/5_ux/WODA/ActionsPanel/0.1.0/ActionsPanel.component.xml" rel="ucpComponent" type="text/html">

    <link href="/EAMD.ucp/Components/com/twitter/Bootstrap/Panel/0.1.0/Panel.component.xml" rel="ucpComponent" type="text/html">

    <script src="/EAMD.ucp/Components/com/ceruleanCircle/EAM/5_ux/StructrES6Client/0.1.0/src/js/StructrES6Client.class.js" type="text/javascript"></script>

    <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
        }
    </style>
</head>

<body>
    <div class="row fullHeight" data-is="WODA" data-panel="{&quot;heading&quot;:&quot;WODA&lt;br&gt;Welcome admin&quot;,&quot;footer&quot;:&quot;unleash the power&quot;,&quot;cssClasses&quot;:&quot;fullHeight&quot;}"></div>
</body>

</html>