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-07-22 19:53:49 +00:00
|
|
|
<div content="jquery-wrapper" class="abs holder-all browse-mode" ng-controller="BrowseController">
|
2014-11-23 23:41:20 +00:00
|
|
|
<mct-include key="'topbar-browse'"></mct-include>
|
2015-07-22 19:53:49 +00:00
|
|
|
<div class="holder browse-area s-browse-area abs browse-wrapper" ng-class="treeClass ? 'browse-showtree' : 'browse-hidetree'">
|
2015-06-27 17:46:42 +00:00
|
|
|
<mct-split-pane class='contents abs' anchor='left'>
|
2015-07-27 22:21:59 +00:00
|
|
|
<div class='split-pane-component treeview pane mobile-pane left-menu desktop-browse'>
|
|
|
|
<div class='holder tree-holder abs mobile-tree-holder'>
|
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-07-22 19:53:49 +00:00
|
|
|
<mct-representation key="'create-button'" mct-object="navigatedObject">
|
2014-11-23 23:41:20 +00:00
|
|
|
</mct-representation>
|
2015-01-29 00:34:03 +00:00
|
|
|
</div>
|
2015-07-22 19:53:49 +00:00
|
|
|
|
|
|
|
<mct-splitter class="mobile-hide"></mct-splitter>
|
|
|
|
<div class='split-pane-component items pane mobile-pane right-repr'>
|
|
|
|
<div class='holder abs' id='content-area'>
|
|
|
|
<mct-representation mct-object="navigatedObject" key="'browse-object'">
|
|
|
|
</mct-representation>
|
|
|
|
</div>
|
|
|
|
<div class="left s-very-subtle key-properties ui-symbol mobile-menu-icon button-pos"
|
|
|
|
ng-click="treeSlide()">m</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
|
|
|
|