<template id="WODA" is="x-woda-panel">
	<div id="TheLastApp" class="fullHeight">
		<x-panel data-properties='{"heading":"<b><font size=+3>WODA: </font></b><br>Welcome $-{StructrContext.me.name}","footer":"unleash the power ","classes":"fullHeight"}' 
				 style="
						.panel-body {
							overflow: hidden
						}
						"
				 >
			<x-what-panel
						  css="col-sm-2 fullHeight"
						  items='[
						  {"name":"Structr Schema >","onclick":"http://structr.cerulean.it:6082/structr/#schema","id":"WhatItem[0]","target":"_Structr"},
						  {"name":"EAMD.ucp","onclick":"javascript:TheLastApp.goToRepository()","id":"WhatItem[1]"},
						  {"name":"TheLastApp","onclick":"http://structr.cerulean.it:6082/EAMD.ucp/Components/com/ceruleanCircle/EAM/5_ux/WODA/1.0.0/src/html/WODA.html","id":"WhatItem[2]"},
						  {"name":"EAMD Repository Singleton","onclick":"javascript:TheLastApp.what.select(TheLastApp.goStructrRepository())"},
						  {"name":"Web Beans","onclick":"javascript:TheLastApp.what.select(document.weBeans.registry.weBeans)"},
						  {"name":"localhost","onclick":"http://localhost:8888/EAMD.ucp/Components/com/ceruleanCircle/EAM/5_ux/WODA/1.0.0/src/html/WODA.html"},
						  {"name":"wo-da.de","onclick":"http://wo-da.de/EAMD.ucp/Components/com/ceruleanCircle/EAM/5_ux/WODA/1.0.0/src/html/WODA.html"},
						  {"name":"ONCE","onclick":"/EAMD.ucp/Components/tla/EAM/layer1/Thinglish/Once/1.0.0/src/html/Once.html"}

					  ]' 
			   panel='{"heading":"<b>What: </b>","footer":"Select what you want to do","classes":"fullHeight"}'
						  >
				<x-what-apps></x-what-apps>
			</x-what-panel>
			<x-overview-panel viewModel="ViewPonel" 
							  viewModelId="overviewPanel"
							  css="col-sm-4 fullHeight"
							  panel='{"heading":"<b>Overview</b>","footer":"All the Collections and Trees","classes":"fullHeight"}'
							  url='/StructrSchemaOverview/$-{StructrContext.current.id}'
							  onload="TheLastApp.overview.iFrame"
							  >
				<x-default-overview></x-default-overview>
			</x-overview-panel>
			<x-details-panel
							 css="col-sm-4 fullHeight"
							 panel='{"heading":"<b>Details</b>","footer":"Properties","classes":"fullHeight"}'
							 url='/DefaultDetails/$-{StructrContext.current.id}'
							 >
				<x-default-details></x-default-details>
			</x-details-panel>
	$-{this.content}
<!--
			<x-action-panel>
				<x-woda-actions></x-woda-actions>
				<x-current-actions></x-current-actions>
			</x-action-panel>
-->
		</x-panel>
	</div>
</template>