<!DOCTYPE html>
<html>

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

    <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/twitter/Bootstrap/Accordion/3.3.7/Accordion.component.xml" rel="ucpComponent" type="text/html">

    <style type="text/css">
        html,
        body {
            height: 100%;
            overflow: auto
        }
        
        .fullHeight {
            height: 100%;
        }
        
        header,
        footer,
        .panel-heading,
        .panel-footer {
            height: 10%;
            background-color: lightblue;
        }
        
        .content,
        .panel-body {
            height: 80%;
            overflow-y: scroll
        }
        
        .drop-target {
            background-color: #29e;
            border-color: #fff;
            border-style: solid;
        }
    </style>
</head>

<body>
    <div data-is="bootstrap-accordion" id="accordeon_1" role="tablist">
        <p>Drag CollapsiblePannels here</p>
    </div>
</body>

</html>