<!DOCTYPE html>
<html>

<head>
    <title>Accordion Test Page 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/TabPanel/3.3.7/TabPanel.component.xml" rel="ucpComponent" type="text/html">
	<link href="/EAMD.ucp/Components/com/twitter/Bootstrap/TabPanel/TabContainer/3.3.7/TabContainer.component.xml" rel="ucpComponent" type="text/html">
	
</head>

<body>
	<div data-is="x-tab-panel">
		<div data-is="x-tab-panel-container" data-heading="Properties">
			<b>hello1</b>
		</div>
		<div data-is="x-tab-panel-container" data-heading="Collections">
			<b>hello2</b>
		</div>
		<div data-is="x-tab-panel-container" data-heading="Relationships">
			<b>hello3</b>
		</div>
	</div>
</body>

</html>
