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-08-19 20:04:11 +00:00
|
|
|
|
2015-08-19 23:02:49 +00:00
|
|
|
<div content="jquery-wrapper"
|
|
|
|
class="abs holder-all browse-mode">
|
|
|
|
|
|
|
|
<mct-include key="'topbar-browse'">
|
|
|
|
</mct-include>
|
|
|
|
|
|
|
|
<div class="holder browse-area s-browse-area abs"
|
|
|
|
ng-controller="BrowseController">
|
|
|
|
|
|
|
|
<mct-split-pane class='contents abs'
|
|
|
|
anchor='left'>
|
2015-08-19 23:44:42 +00:00
|
|
|
<div class='split-pane-component treeview pane left'
|
2015-08-27 17:49:57 +00:00
|
|
|
ng-class='{inactive: !treeModel.leftPane}'>
|
2015-08-19 23:02:49 +00:00
|
|
|
|
|
|
|
<mct-representation key="'create-button'"
|
2015-08-20 17:41:30 +00:00
|
|
|
mct-object="navigatedObject"
|
2015-08-27 17:49:57 +00:00
|
|
|
ng-model="treeModel">
|
2015-08-19 22:59:13 +00:00
|
|
|
</mct-representation>
|
2015-08-19 23:02:49 +00:00
|
|
|
|
2015-08-19 02:51:47 +00:00
|
|
|
<div class='holder search-holder abs'
|
2015-08-19 17:05:38 +00:00
|
|
|
ng-class="{active: treeModel.search}">
|
2015-08-18 23:54:36 +00:00
|
|
|
<mct-representation key="'search'"
|
2015-07-23 17:50:00 +00:00
|
|
|
mct-object="domainObject"
|
|
|
|
ng-model="treeModel">
|
2015-08-18 23:54:36 +00:00
|
|
|
</mct-representation>
|
2015-07-21 23:21:23 +00:00
|
|
|
</div>
|
2015-08-25 21:59:13 +00:00
|
|
|
|
2015-07-23 22:55:20 +00:00
|
|
|
<div class='holder tree-holder abs'
|
2015-07-23 23:24:38 +00:00
|
|
|
ng-hide="treeModel.search">
|
2014-11-23 23:41:20 +00:00
|
|
|
<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>
|
2015-01-29 00:34:03 +00:00
|
|
|
</div>
|
2015-08-19 23:02:49 +00:00
|
|
|
|
2015-08-19 23:57:11 +00:00
|
|
|
<mct-splitter class="splitter-bar left"
|
2015-08-27 17:49:57 +00:00
|
|
|
ng-class="{inactive: !treeModel.leftPane}">
|
2015-08-19 23:57:11 +00:00
|
|
|
</mct-splitter>
|
2015-08-19 23:02:49 +00:00
|
|
|
|
2015-08-26 17:22:14 +00:00
|
|
|
<div class='split-pane-component secondary-split pane right slide'
|
2015-08-27 17:49:57 +00:00
|
|
|
ng-class='{leftInactive: !treeModel.leftPane}'>
|
2015-08-20 22:11:16 +00:00
|
|
|
<mct-split-pane class='contents abs'
|
|
|
|
anchor='right'>
|
2015-08-20 22:21:02 +00:00
|
|
|
|
2015-08-26 17:22:14 +00:00
|
|
|
<div class='split-pane-component items pane slide'
|
2015-08-27 17:49:57 +00:00
|
|
|
ng-class='{rightInactive: !treeModel.rightPane}'>
|
2015-08-20 22:11:16 +00:00
|
|
|
<div class='holder abs'
|
|
|
|
id='content-area'>
|
|
|
|
<mct-representation key="'browse-object'"
|
|
|
|
mct-object="navigatedObject"
|
2015-08-27 17:49:57 +00:00
|
|
|
ng-model="treeModel">
|
2015-08-20 22:11:16 +00:00
|
|
|
</mct-representation>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<mct-splitter class="splitter-bar right"
|
2015-08-27 17:49:57 +00:00
|
|
|
ng-class="{inactive: !treeModel.rightPane}">
|
2015-08-20 22:11:16 +00:00
|
|
|
</mct-splitter>
|
|
|
|
|
2015-08-24 17:24:35 +00:00
|
|
|
<div class='split-pane-component object-inspector pane right'
|
2015-08-27 17:49:57 +00:00
|
|
|
ng-class='{inactive: !treeModel.rightPane}'>
|
2015-08-20 23:01:08 +00:00
|
|
|
<div class='holder inspector-holder abs'>
|
|
|
|
<mct-representation key="'object-inspector'"
|
|
|
|
mct-object="domainObject"
|
|
|
|
ng-model="treeModel">
|
|
|
|
</mct-representation>
|
|
|
|
</div>
|
2015-08-20 22:11:16 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</mct-split-pane>
|
2015-08-19 22:08:27 +00:00
|
|
|
</div>
|
2015-08-19 23:02:49 +00:00
|
|
|
|
2015-06-26 23:21:20 +00:00
|
|
|
</mct-split-pane>
|
2015-08-19 22:08:27 +00:00
|
|
|
|
2014-11-23 23:41:20 +00:00
|
|
|
</div>
|
2015-08-19 22:08:27 +00:00
|
|
|
|
2015-08-19 20:12:37 +00:00
|
|
|
<mct-include key="'bottombar'">
|
|
|
|
</mct-include>
|
2015-06-26 23:21:20 +00:00
|
|
|
</div>
|