[PORTAL-16 PORTAL-18] Widget ms; staging
[portal.git] / ecomp-portal-FE-common / client / app / views / catalog / information-box.tpl.html
1 <!--
2   ================================================================================
3   ECOMP Portal
4   ================================================================================
5   Copyright (C) 2017 AT&T Intellectual Property
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   ================================================================================
19   -->
20 <div class="confirmation-box-container">
21     <div class="confirmation-message-wrap">
22         <div class="confirmation-message" >
23                         <div>
24                                 You do not have access to this application.  
25                                 See the 
26                                 <a href="" ng-click="confirmBox.goTo('root.getAccess', {appName: confirmBox.message.headerText})">
27                                         Get Access page</a> and request access at MyLogins.
28                                         <br><br>
29                                         You may check this box if access is pending: 
30                                 <input type="checkbox" 
31                                         att-checkbox 
32                                         ng-model="confirmBox.message.pending"
33                                         ng-change="confirmBox.storeSelection(confirmBox.message)"
34                                 >
35                         </div>
36
37                 </div>
38     </div>
39     <div class="dialog-control">
40         <div class="cancel-button" ng-click="confirmBox.closeBox(false)">Close</div>
41     </div>
42 </div>