Remove and change useless code
[clamp.git] / src / main / resources / META-INF / resources / designer / modeler / dist / index.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 <html>
25 <head>
26     <title>bpmn-js modeler demo</title>
27     <link rel="stylesheet" href="css/diagram-js.css"/>
28     <link rel="stylesheet" href="vendor/bpmn-font/css/bpmn-embedded.css"/>
29     <link rel="stylesheet" href="css/app.css"/>
30     <script type="text/javascript" src="./scripts/app.js"></script>
31 </head>
32 <body>
33
34 <button id="uploadmodel" style="display:none"></button>
35 <button id="openmodel" style="display:none"></button>
36 <div class="content" id="js-drop-zone" id="div_content" ng-app="clds-app" ng-controller="MenuCtrl">
37     <div class="message error">
38         <div class="note">
39             <p>Ooops, we could not display the Closed Loop Model.</p>
40             <div class="details">
41                 <span>cause of the problem</span>
42                 <pre></pre>
43             </div>
44         </div>
45     </div>
46
47     <div class="canvas" id="js-canvas"></div>
48 </div>
49
50 <ul class="buttons">
51     <li>
52         <a id="js-download-diagram" href title="download BPMN diagram">
53             UTM diagram
54         </a>
55     </li>
56     <li>
57         <a id="js-download-svg" href title="download as SVG image">
58             SVG image
59         </a>
60     </li>
61     <li>
62         <div>
63             <a id="file_generate_test_case" href title="Generate Test Case">
64                 Generate Test Cases
65             </a>
66         </div>
67 </ul>
68 </body>
69 <script src="index.js"></script>
70 </html>