2014-11-23 23:41:20 +00:00
|
|
|
<div content="jquery-wrapper" class="abs holder-all browse-mode">
|
|
|
|
<mct-include key="'topbar-browse'"></mct-include>
|
2014-12-03 21:18:51 +00:00
|
|
|
<div class="holder browse-area outline abs" ng-controller="BrowseController">
|
2015-01-29 00:34:03 +00:00
|
|
|
<div class='split-layout vertical contents abs'
|
|
|
|
ng-controller="SplitPaneController as splitter">
|
|
|
|
<div class='split-pane-component treeview pane'
|
2015-03-11 05:36:35 +00:00
|
|
|
ng-style="{ width: splitter.state() + 'px'}">
|
2014-11-23 23:41:20 +00:00
|
|
|
<mct-representation key="'create-button'" mct-object="navigatedObject">
|
|
|
|
</mct-representation>
|
|
|
|
<div class='holder tree-holder abs'>
|
|
|
|
<mct-representation key="'tree'"
|
|
|
|
mct-object="domainObject"
|
2014-12-03 21:18:51 +00:00
|
|
|
ng-model="treeModel">
|
2014-11-23 23:41:20 +00:00
|
|
|
</mct-representation>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-01-29 00:34:03 +00:00
|
|
|
<div class="splitter"
|
|
|
|
ng-style="{ left: splitter.state() + 'px'}"
|
|
|
|
mct-drag-down="splitter.startMove()"
|
|
|
|
mct-drag="splitter.move(delta[0])"></div>
|
|
|
|
<div class='split-pane-component items pane'
|
2015-03-11 05:36:35 +00:00
|
|
|
ng-style="{ left: (splitter.state()+4) + 'px', right: '0px' }">
|
2014-11-23 23:41:20 +00:00
|
|
|
<div class='holder abs' id='content-area'>
|
|
|
|
<mct-representation mct-object="navigatedObject" key="'browse-object'">
|
|
|
|
</mct-representation>
|
|
|
|
</div>
|
2015-01-29 00:34:03 +00:00
|
|
|
</div>
|
2014-11-23 23:41:20 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<mct-include key="'bottombar'"></mct-include>
|
|
|
|
</div>
|