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-19 23:47:12 +00:00
|
|
|
ng-class='{inactive: !paneModel.leftPane}'>
|
2015-08-19 23:02:49 +00:00
|
|
|
|
|
|
|
<mct-representation key="'create-button'"
|
|
|
|
mct-object="navigatedObject">
|
2015-08-19 22:59:13 +00:00
|
|
|
</mct-representation>
|
2015-08-19 23:02:49 +00:00
|
|
|
|
2015-08-19 22:59:13 +00:00
|
|
|
<div class='holder tree-holder abs'>
|
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 22:59:13 +00:00
|
|
|
<mct-splitter></mct-splitter>
|
2015-08-19 23:02:49 +00:00
|
|
|
|
2015-08-19 22:59:13 +00:00
|
|
|
<div class='split-pane-component items pane'>
|
2015-08-19 23:02:49 +00:00
|
|
|
<div class='holder abs'
|
|
|
|
id='content-area'>
|
2015-08-19 23:29:51 +00:00
|
|
|
<mct-representation key="'browse-object'"
|
|
|
|
mct-object="navigatedObject"
|
|
|
|
ng-model="paneModel">
|
2015-08-19 22:08:27 +00:00
|
|
|
</mct-representation>
|
|
|
|
</div>
|
|
|
|
</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>
|