146c28333abf6be3ca2ec462a77bcfef80e07a39
[clamp.git] / src / main / resources / META-INF / resources / designer / partials / default-include.html
1 <!--
2   ============LICENSE_START=======================================================
3   ONAP CLAMP
4   ================================================================================
5   Copyright (C) 2017 AT&T Intellectual Property. All rights
6                               reserved.
7   ================================================================================
8   Licensed under the Apache License, Version 2.0 (the "License"); 
9   you may not use this file except in compliance with the License. 
10   You may obtain a copy of the License at
11   
12   http://www.apache.org/licenses/LICENSE-2.0
13   
14   Unless required by applicable law or agreed to in writing, software 
15   distributed under the License is distributed on an "AS IS" BASIS, 
16   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
17   See the License for the specific language governing permissions and 
18   limitations under the License.
19   ============LICENSE_END============================================
20   ===================================================================
21   ECOMP is a trademark and service mark of AT&T Intellectual Property.
22   -->
23  
24
25 <div attribute-test="defaltinclude" id="defaultPage" class ="container-fluid"  ng-controller="MenuCtrl">
26 <div attribute-test="defaltincludeh" id="navbar" class="navbar-collapse collapse ">     
27          <ul attribute-test="defaltincludeh" class="nav navbar-nav">
28         <li class="active dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Project <!-- <span class="caret"></span> --></a>           
29            <ul class="dropdown-menu">
30              <li><a href="#" ng-click="createNewProject()">Create New Project</a></li>
31              <li><a href="#">Open Existing Project</a></li>
32              <li><a href="#">Save Project</a></li>
33              <li><a href="#">Save as Project</a></li>
34              <li><a href="#">Import Schema</a></li>
35              <li><a href="#">Define/Modify Schema</a></li>
36           </ul>
37         </li>
38        <li class="active dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Model <!-- <span class="caret"></span> --></a>   
39              <ul class="dropdown-menu">
40              <li><a href="#">Activity Palette</a></li>
41              <li><a href="#">Define Action/Condition</a></li>
42              <li><a href="#">Map Requirement</a></li>
43              <li><a href="#">Map TestCase Name</a></li>
44              <li><a href="#">Map TestCase Description</a></li>
45              <li><a href="#">Map Expected Result</a></li>
46           </ul>            
47        </li>  
48          <li class="active dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Test Set <!-- <span class="caret"></span> --></a>   
49              <ul class="dropdown-menu">
50              <li><a href="#">Generate Test Cases</a></li>
51              <li><a href="#">Review/Validate Test Cases</a></li>
52              <li><a href="#">Export Test cases</a></li>            
53           </ul>            
54        </li>  
55              
56         <li class="active dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">View<!-- <span class="caret"></span> --></a>   
57              <ul class="dropdown-menu">
58              <li><a href="#">Project Explorer</a></li>
59              <li><a href="#">Palette</a></li>
60              <li><a href="#">Canvas</a></li>
61              <li><a href="#">Properties</a></li>             
62           </ul>            
63        </li>  
64              
65          <li class="active dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Help <!-- <span class="caret"></span> --></a>  
66               <ul class="dropdown-menu">
67              <li><a href="http://wiki.onap.org/CLAMP-PLACEHOLDER-TO-BE-REPLACED" target="_blank">Wiki</a></li>
68              <li><a href="#" ng-click="contactUs()">Contact Us</a></li>
69              </ul>
70          </li>
71       </ul>
72                                        
73      </div>
74         <div>
75                 <table style="width: 95%; margin-left: 24px">
76                         <tbody>
77                                 <tr>
78                                         <th>Project Explorer</th>
79                                         <th>Modelling - Canvas</th>
80                                         <th>Modelling - Properties</th>
81                                 </tr>
82                                 <tr>
83                                         <td>
84                                                 <div style="height: 700px"></div>
85                                         </td>
86                                         <td>
87                                                 <div style="height: 700px"></div>
88                                         </td>
89                                         <td>
90                                                 <div style="height: 700px"></div>
91                                         </td>
92                                 </tr>
93
94
95                         </tbody>
96                 </table>
97
98         </div>
99
100
101
102
103
104         <!-- <div ng-view=""></div> -->
105
106 </div>