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-09 17:53:03 +00:00
|
|
|
<div ng-controller="BrowseController">
|
2015-07-15 23:49:16 +00:00
|
|
|
<div content="jquery-wrapper" class="abs holder-all browse-mode">
|
2015-07-09 17:53:03 +00:00
|
|
|
<mct-include key="'topbar-browse'"></mct-include>
|
2015-07-15 23:49:16 +00:00
|
|
|
|
|
|
|
<!-- WRAPPER CLASS IS HERE-->
|
|
|
|
<!-- NG-CLASS HERE TO SWITCH THE PARENT CLASS FOR pane-special's left and right-->
|
2015-07-16 17:44:20 +00:00
|
|
|
<div class="holder browse-area s-browse-area abs browse-wrapper" ng-class="treeClass ? 'browse-showtree' : 'browse-hidetree'">
|
|
|
|
<mct-split-pane class='contents abs' anchor='left'>
|
2015-07-15 23:49:16 +00:00
|
|
|
|
|
|
|
<!-- TREE MENU: ADDED THE PANE LEFT HERE, similar to .pane.left example-->
|
2015-07-16 17:44:20 +00:00
|
|
|
<div class='split-pane-component treeview pane pane-special left desktop-browse'>
|
2015-07-09 17:53:03 +00:00
|
|
|
<mct-representation key="'create-button'" mct-object="navigatedObject">
|
2014-11-23 23:41:20 +00:00
|
|
|
</mct-representation>
|
2015-07-09 17:53:03 +00:00
|
|
|
<div class='holder tree-holder abs'>
|
|
|
|
<mct-representation key="'tree'"
|
|
|
|
mct-object="domainObject"
|
|
|
|
ng-model="treeModel">
|
|
|
|
</mct-representation>
|
|
|
|
</div>
|
2014-11-23 23:41:20 +00:00
|
|
|
</div>
|
2015-07-15 23:49:16 +00:00
|
|
|
|
2015-07-16 17:44:20 +00:00
|
|
|
<mct-splitter class="mobile-splitter"></mct-splitter>
|
2015-07-15 23:49:16 +00:00
|
|
|
|
|
|
|
<!-- ITEMS MENU: ADDED THE PANE RIGHT HERE, similar to .pane.right example-->
|
|
|
|
<div class='split-pane-component items pane pane-special right'>
|
|
|
|
<div class='holder abs' id='content-area'>
|
2015-07-09 17:53:03 +00:00
|
|
|
<mct-representation mct-object="navigatedObject" key="'browse-object'">
|
|
|
|
</mct-representation>
|
|
|
|
</div>
|
2015-07-15 23:49:16 +00:00
|
|
|
<div class="s-very-subtle key-properties ui-symbol mobile-menu-icon button-pos"
|
|
|
|
ng-click="treeSlide()">m</div>
|
|
|
|
</div>
|
2015-07-09 17:53:03 +00:00
|
|
|
</mct-split-pane>
|
|
|
|
</div>
|
|
|
|
<mct-include key="'bottombar'"></mct-include>
|
2014-11-23 23:41:20 +00:00
|
|
|
</div>
|
2015-06-26 23:21:20 +00:00
|
|
|
</div>
|