2015-05-13 16:42:35 -07:00
|
|
|
<!--
|
|
|
|
Open MCT Web, Copyright (c) 2014-2015, United States Government
|
|
|
|
as represented by the Administrator of the National Aeronautics and Space
|
|
|
|
Administration. All rights reserved.
|
|
|
|
|
|
|
|
Open MCT Web is licensed under the Apache License, Version 2.0 (the
|
|
|
|
"License"); you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0.
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
License for the specific language governing permissions and limitations
|
|
|
|
under the License.
|
|
|
|
|
|
|
|
Open MCT Web includes source code licensed under additional open source
|
|
|
|
licenses. See the Open Source Licenses file (LICENSES.md) included with
|
|
|
|
this source code distribution or the Licensing information page available
|
|
|
|
at runtime from the About dialog for additional information.
|
|
|
|
-->
|
2015-07-15 16:49:16 -07:00
|
|
|
|
2015-12-09 21:04:22 -08:00
|
|
|
<div class="abs holder-all" ng-controller="BrowseController">
|
2014-11-23 15:41:20 -08:00
|
|
|
<mct-include key="'topbar-browse'"></mct-include>
|
2015-10-24 17:48:59 -07:00
|
|
|
<div class="abs holder holder-main browse-area s-browse-area browse-wrapper"
|
2015-10-22 14:26:22 -07:00
|
|
|
ng-controller="PaneController as modelPaneTree"
|
2015-10-22 19:26:59 -07:00
|
|
|
ng-class="modelPaneTree.visible() ? 'pane-tree-showing' : 'pane-tree-hidden'">
|
2015-10-24 17:48:59 -07:00
|
|
|
<mct-split-pane class='abs contents'
|
2015-10-22 14:26:22 -07:00
|
|
|
anchor='left'>
|
2015-08-26 10:08:57 -07:00
|
|
|
<div class='split-pane-component treeview pane left'>
|
2015-11-05 10:11:59 -08:00
|
|
|
<div class="abs holder l-flex-col holder-treeview-elements">
|
2015-09-28 15:57:55 -07:00
|
|
|
<mct-representation key="'create-button'"
|
|
|
|
mct-object="navigatedObject"
|
2015-11-09 16:21:50 -08:00
|
|
|
class="holder flex-elem create-btn-holder">
|
2015-09-17 17:03:35 -07:00
|
|
|
</mct-representation>
|
2015-11-09 15:42:24 -08:00
|
|
|
<mct-include key="'search'"
|
|
|
|
ng-model="treeModel"
|
|
|
|
class="holder l-flex-col flex-elem search-holder"
|
|
|
|
ng-class="{ active: treeModel.search, grows: treeModel.search }">
|
|
|
|
</mct-include>
|
|
|
|
<mct-representation key="'tree'"
|
|
|
|
mct-object="domainObject"
|
|
|
|
parameters="tree"
|
|
|
|
ng-model="treeModel"
|
|
|
|
class="holder flex-elem grows vscroll tree-holder"
|
|
|
|
ng-hide="treeModel.search">
|
|
|
|
</mct-representation>
|
2015-09-17 17:03:35 -07:00
|
|
|
</div>
|
2015-01-28 16:34:03 -08:00
|
|
|
</div>
|
2015-07-22 12:53:49 -07:00
|
|
|
|
2015-10-23 10:52:28 -07:00
|
|
|
<mct-splitter class="splitter-treeview mobile-hide"></mct-splitter>
|
2015-08-24 15:24:35 -07:00
|
|
|
|
2015-10-23 20:06:38 -07:00
|
|
|
<div class='split-pane-component items pane primary-pane right'>
|
2015-10-30 15:25:12 -07:00
|
|
|
<a class="mini-tab-icon anchor-left toggle-pane toggle-tree"
|
|
|
|
title="{{ modelPaneTree.visible()? 'Hide' : 'Show' }} this pane"
|
2015-10-23 18:24:55 -07:00
|
|
|
ng-click="modelPaneTree.toggle()"
|
|
|
|
ng-class="{ collapsed : !modelPaneTree.visible() }"></a>
|
2015-10-24 17:48:59 -07:00
|
|
|
|
2015-11-05 10:11:59 -08:00
|
|
|
<div class='holder holder-object-and-inspector abs' id='content-area'
|
2015-10-23 10:52:28 -07:00
|
|
|
ng-controller="PaneController as modelPaneInspect"
|
|
|
|
ng-class="modelPaneInspect.visible() ? 'pane-inspect-showing' : 'pane-inspect-hidden'">
|
2015-10-24 17:48:59 -07:00
|
|
|
|
2015-10-23 11:13:51 -07:00
|
|
|
<mct-split-pane class='l-object-and-inspector contents abs' anchor='right'>
|
2015-10-23 20:06:38 -07:00
|
|
|
<div class='split-pane-component t-object pane primary-pane left'>
|
2015-10-23 11:13:51 -07:00
|
|
|
<mct-representation mct-object="navigatedObject"
|
2015-10-29 17:31:35 -07:00
|
|
|
key="'browse-object'"
|
|
|
|
class="abs holder holder-object">
|
2015-10-23 11:13:51 -07:00
|
|
|
</mct-representation>
|
|
|
|
</div>
|
|
|
|
|
2015-10-29 17:31:35 -07:00
|
|
|
<mct-splitter class="splitter-inspect mobile-hide flush-right edge-shdw"></mct-splitter>
|
2015-10-23 11:13:51 -07:00
|
|
|
|
|
|
|
<div class="split-pane-component t-inspect pane right mobile-hide">
|
2015-10-23 11:37:02 -07:00
|
|
|
<mct-representation key="'object-inspector'"
|
2015-11-25 10:40:37 -08:00
|
|
|
mct-object="navigatedObject"
|
2015-10-23 15:14:07 -07:00
|
|
|
ng-model="treeModel">
|
2015-10-23 11:37:02 -07:00
|
|
|
</mct-representation>
|
2015-10-30 15:25:12 -07:00
|
|
|
<a class="mini-tab-icon anchor-right mobile-hide toggle-pane toggle-inspect"
|
|
|
|
title="{{ modelPaneInspect.visible()? 'Hide' : 'Show' }} the Inspection pane"
|
|
|
|
ng-click="modelPaneInspect.toggle()"
|
|
|
|
ng-class="{ collapsed : !modelPaneInspect.visible() }"></a>
|
2015-10-23 11:13:51 -07:00
|
|
|
</div>
|
|
|
|
</mct-split-pane>
|
2015-08-24 15:24:35 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-06-26 16:21:20 -07:00
|
|
|
</mct-split-pane>
|
2014-11-23 15:41:20 -08:00
|
|
|
</div>
|
|
|
|
<mct-include key="'bottombar'"></mct-include>
|
2015-06-26 16:21:20 -07:00
|
|
|
</div>
|
2015-07-22 12:53:49 -07:00
|
|
|
|