2015-05-13 23:42:35 +00: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 23:49:16 +00:00
|
|
|
|
2015-11-19 22:01:38 +00:00
|
|
|
<div class="abs holder-all" ng-controller="BrowseController"
|
2015-11-17 01:45:31 +00:00
|
|
|
mct-before-unload="beforeUnloadWarning()">
|
2014-11-23 23:41:20 +00:00
|
|
|
<mct-include key="'topbar-browse'"></mct-include>
|
2015-10-25 00:48:59 +00:00
|
|
|
<div class="abs holder holder-main browse-area s-browse-area browse-wrapper"
|
2015-10-22 21:26:22 +00:00
|
|
|
ng-controller="PaneController as modelPaneTree"
|
2015-10-23 02:26:59 +00:00
|
|
|
ng-class="modelPaneTree.visible() ? 'pane-tree-showing' : 'pane-tree-hidden'">
|
2015-10-25 00:48:59 +00:00
|
|
|
<mct-split-pane class='abs contents'
|
2015-10-22 21:26:22 +00:00
|
|
|
anchor='left'>
|
2015-08-26 17:08:57 +00:00
|
|
|
<div class='split-pane-component treeview pane left'>
|
2015-11-05 18:11:59 +00:00
|
|
|
<div class="abs holder l-flex-col holder-treeview-elements">
|
2015-09-28 22:57:55 +00:00
|
|
|
<mct-representation key="'create-button'"
|
|
|
|
mct-object="navigatedObject"
|
2015-11-10 00:21:50 +00:00
|
|
|
class="holder flex-elem create-btn-holder">
|
2015-09-18 00:03:35 +00:00
|
|
|
</mct-representation>
|
2015-11-09 23:42:24 +00: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-18 00:03:35 +00:00
|
|
|
</div>
|
2015-01-29 00:34:03 +00:00
|
|
|
</div>
|
2015-07-22 19:53:49 +00:00
|
|
|
|
2015-10-23 17:52:28 +00:00
|
|
|
<mct-splitter class="splitter-treeview mobile-hide"></mct-splitter>
|
2015-08-24 22:24:35 +00:00
|
|
|
|
2015-10-24 03:06:38 +00:00
|
|
|
<div class='split-pane-component items pane primary-pane right'>
|
2015-10-30 22:25:12 +00:00
|
|
|
<a class="mini-tab-icon anchor-left toggle-pane toggle-tree"
|
|
|
|
title="{{ modelPaneTree.visible()? 'Hide' : 'Show' }} this pane"
|
2015-10-24 01:24:55 +00:00
|
|
|
ng-click="modelPaneTree.toggle()"
|
|
|
|
ng-class="{ collapsed : !modelPaneTree.visible() }"></a>
|
2015-10-25 00:48:59 +00:00
|
|
|
|
2015-11-05 18:11:59 +00:00
|
|
|
<div class='holder holder-object-and-inspector abs' id='content-area'
|
2015-10-23 17:52:28 +00:00
|
|
|
ng-controller="PaneController as modelPaneInspect"
|
|
|
|
ng-class="modelPaneInspect.visible() ? 'pane-inspect-showing' : 'pane-inspect-hidden'">
|
2015-10-25 00:48:59 +00:00
|
|
|
|
2015-10-23 18:13:51 +00:00
|
|
|
<mct-split-pane class='l-object-and-inspector contents abs' anchor='right'>
|
2015-10-24 03:06:38 +00:00
|
|
|
<div class='split-pane-component t-object pane primary-pane left'>
|
2015-10-23 18:13:51 +00:00
|
|
|
<mct-representation mct-object="navigatedObject"
|
2015-10-30 00:31:35 +00:00
|
|
|
key="'browse-object'"
|
|
|
|
class="abs holder holder-object">
|
2015-10-23 18:13:51 +00:00
|
|
|
</mct-representation>
|
|
|
|
</div>
|
|
|
|
|
2015-10-30 00:31:35 +00:00
|
|
|
<mct-splitter class="splitter-inspect mobile-hide flush-right edge-shdw"></mct-splitter>
|
2015-10-23 18:13:51 +00:00
|
|
|
|
|
|
|
<div class="split-pane-component t-inspect pane right mobile-hide">
|
2015-10-23 18:37:02 +00:00
|
|
|
<mct-representation key="'object-inspector'"
|
2015-11-25 18:40:37 +00:00
|
|
|
mct-object="navigatedObject"
|
2015-10-23 22:14:07 +00:00
|
|
|
ng-model="treeModel">
|
2015-10-23 18:37:02 +00:00
|
|
|
</mct-representation>
|
2015-10-30 22:25:12 +00: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 18:13:51 +00:00
|
|
|
</div>
|
|
|
|
</mct-split-pane>
|
2015-08-24 22:24:35 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-06-26 23:21:20 +00:00
|
|
|
</mct-split-pane>
|
2014-11-23 23:41:20 +00:00
|
|
|
</div>
|
|
|
|
<mct-include key="'bottombar'"></mct-include>
|
2015-06-26 23:21:20 +00:00
|
|
|
</div>
|
2015-07-22 19:53:49 +00:00
|
|
|
|