[POLICY-73] replace openecomp for policy-engine
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / Windows / popup_modal.html
1 <!--/*-
2  * ============LICENSE_START=======================================================
3  * ONAP Policy Engine
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */-->
20  <script type="text/ng-template" id="confirmation_informative.html">
21 <div class="modal" tabindex="-1">
22         <div class="modal-dialog modal-lg">
23                 <div class="modal-content">
24             <div class="modal-header">
25                 <h2 class="font-showcase-font-name">{{message.title}}</h2>
26             </div>     
27             <div class="modal-body" style="white-space: pre-wrap;">{{message.text}}<br/></div>
28             <div class="modal-footer">
29                 <button class="btn btn-primary" type="button" herf="javascript:void(0)" ng-click="$close()">Continue</button>
30                                 <button class="btn btn-default" herf="javascript:void(0)" ng-click="$dismiss()">Cancel</button>
31             </div> 
32         </div>
33         </div>
34 </div>
35 </script>