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.
|
|
|
|
-->
|
2014-12-04 20:32:35 +00:00
|
|
|
<mct-representation key="'topbar-edit'"
|
|
|
|
mct-object="domainObject"
|
|
|
|
ng-model="representation">
|
|
|
|
</mct-representation>
|
2015-06-30 20:23:56 +00:00
|
|
|
<div class="holder edit-area abs">
|
|
|
|
<mct-split-pane class='contents abs' anchor='right'>
|
|
|
|
<div class='split-pane-component pane left edit-main'>
|
|
|
|
<mct-toolbar name="mctToolbar"
|
|
|
|
structure="toolbar.structure"
|
|
|
|
ng-model="toolbar.state">
|
|
|
|
</mct-toolbar>
|
|
|
|
<div class='holder abs object-holder work-area'>
|
2014-12-04 20:32:35 +00:00
|
|
|
<mct-representation key="representation.selected.key"
|
2015-02-17 22:31:02 +00:00
|
|
|
toolbar="toolbar"
|
2015-01-16 01:04:03 +00:00
|
|
|
mct-object="representation.selected.key && domainObject">
|
2014-11-23 23:41:20 +00:00
|
|
|
</mct-representation>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-06-30 20:23:56 +00:00
|
|
|
<mct-splitter></mct-splitter>
|
2015-03-06 00:02:33 +00:00
|
|
|
<div
|
2015-06-30 20:23:56 +00:00
|
|
|
class='split-pane-component pane right edit-objects menus-to-left'
|
2015-03-12 18:32:17 +00:00
|
|
|
ng-controller='EditPanesController as editPanes'
|
2015-03-06 00:02:33 +00:00
|
|
|
>
|
2015-06-30 20:23:56 +00:00
|
|
|
<mct-split-pane class='contents abs' anchor='bottom'>
|
|
|
|
<div
|
2015-03-06 00:02:33 +00:00
|
|
|
class="abs pane top accordion"
|
|
|
|
ng-controller="ToggleController as toggle"
|
|
|
|
>
|
2015-07-07 18:14:45 +00:00
|
|
|
<mct-container key="accordion" label="Library">
|
2015-03-12 18:32:17 +00:00
|
|
|
<mct-representation key="'tree'"
|
|
|
|
mct-object="editPanes.getRoot()">
|
2015-03-06 00:02:33 +00:00
|
|
|
</mct-representation>
|
|
|
|
</mct-container>
|
|
|
|
</div>
|
2015-06-30 20:23:56 +00:00
|
|
|
<mct-splitter></mct-splitter>
|
|
|
|
<div
|
2015-03-06 00:02:33 +00:00
|
|
|
class="abs pane bottom accordion"
|
|
|
|
ng-controller="ToggleController as toggle"
|
|
|
|
>
|
2015-07-07 18:14:45 +00:00
|
|
|
<mct-container key="accordion" label="Elements">
|
2015-03-06 00:02:33 +00:00
|
|
|
<mct-representation key="'edit-elements'" mct-object="domainObject">
|
|
|
|
</mct-representation>
|
|
|
|
</mct-container>
|
2015-06-30 20:23:56 +00:00
|
|
|
</div>
|
|
|
|
</mct-split-pane>
|
2014-11-23 23:41:20 +00:00
|
|
|
</div>
|
2015-06-30 20:23:56 +00:00
|
|
|
</mct-split-pane>
|
2014-11-23 23:41:20 +00:00
|
|
|
</div>
|