[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-os / client / src / views / functionalMenu / functionalMenu.tpl.html
1 <!--\r
2   ================================================================================\r
3   ECOMP Portal\r
4   ================================================================================\r
5   Copyright (C) 2017 AT&T Intellectual Property\r
6   ================================================================================\r
7   Licensed under the Apache License, Version 2.0 (the "License");\r
8   you may not use this file except in compliance with the License.\r
9   You may obtain a copy of the License at\r
10   \r
11        http://www.apache.org/licenses/LICENSE-2.0\r
12   \r
13   Unless required by applicable law or agreed to in writing, software\r
14   distributed under the License is distributed on an "AS IS" BASIS,\r
15   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
16   See the License for the specific language governing permissions and\r
17   limitations under the License.\r
18   ================================================================================\r
19   -->\r
20 <div class="functional-menu-main">\r
21     <div class="functional-menu-container" id="page-content">\r
22                 <div id="title" class="w-ecomp-main-view-title">\r
23                  <h1 class="heading-page" >Edit Functional Menu</h1>\r
24         </div>        \r
25         <div id="tree1">\r
26             <div id="Service_Creation"></div>\r
27         </div>\r
28         <div id="jq-tree-div" jq-tree class="tree"></div>\r
29         <script type="text/ng-template" id="jqtree-tmpl.html">\r
30             <div id="jqTree"></div>\r
31             <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">\r
32                 <li id="functional-menu-view-li"><a id="functional-menu-view-href" ng-href="#view"><i class="icon-data"></i> View</a></li>\r
33                 <li class="divider"></li>\r
34                 <li id="functional-menu-add-li"><a  id="functional-menu-add-href" ng-href="#add"><i class="icon-plus"></i> Add</a></li>\r
35                 <li class="divider"></li>\r
36                 <li id="functional-menu-edit-li"><a  id="functional-menu-edit-href"  ng-href="#edit"><i class="icon-edit"></i> Edit</a></li>\r
37                 <li class="divider"></li>\r
38                 <li id="functional-menu-delete-li"><a id="functional-menu-delete-href"  ng-href="#delete"><i class="icon-misc-trash"></i> Delete</a></li>\r
39             </ul>\r
40         </script>\r
41         <div class="functional-admin-button-container">\r
42        <button id="regenrate-functionalmenu-btn" class="btn btn-alt btn-small" ng-click="functionalMenu.regenerateFunctionalMenuAncestors()">Regenerate Menu</button>     \r
43             <span class="n16r" style="color:black">Click when you are done with your changes</span>\r
44         </div>\r
45     </div>\r
46 </div>\r