nexus site path corrected
[portal.git] / ecomp-portal-FE / client / app / views / home / applications-home / applications-home.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="w-ecomp-applications-home" ng-style="{bottom: tabBottom}">
21     <div class="applications-home-container">
22         <div id="app-home-title" class="applications-home-title" >Applications</div>
23         <div align="center" id="errorInfo" style="display:none;font-size:12px;margin-left:5px">
24             <span style="color:red">You don't have user account in that application.Please ask system administrator </span></div>
25         <div class="portals-list">
26             <div class="gridster-container override_background">
27                 <span class="ecomp-spinner" ng-show="applicationsHome.isLoading" ></span>
28                 <div att-gridster att-gridster-options="applicationsHome.gridsterOpts"   >
29                     <div att-gridster-item='item' ng-repeat="item in appsViewData" id="app-{{item.headerText.split(' ').join('-')}}" >
30                         <div id="grips-{{item.headerText.split(' ').join('-')}}" ng-hide="users.isLoadingTable && !users.getUserAppsIsDone"
31                              att-gridster-item-header grips-img-path="assets/images/grips.png"
32                              header-text="{{item.headerText | elipsis: 33}}" sub-header-text="{{item.subHeaderText  | elipsis: 56}}" class="app-gridster-header">
33                         </div>
34                         <div id="app-image-{{item.headerText.split(' ').join('-')}}"att-gridster-item-body
35                              ng-style="{'cursor':'pointer',
36                              'background-image': 'url('+(item.imageLink)+')',
37                              'order': item.order,
38                              'background-repeat': 'no-repeat'}"
39                              ng-click="applicationsHome.goToPortal(item)" ng-hide="users.isLoadingTable && !users.getUserAppsIsDone">
40                         </div>
41                         <div att-gridster-item-footer class="app-gridster-footer" ng-hide="users.isLoadingTable && !users.getUserAppsIsDone">
42                             <span id="go-{{item.headerText.split(' ').join('-')}}" class="go-button" ng-click="applicationsHome.goToPortal(item)" >GO</span>
43                         </div>
44                     </div>
45                 </div>
46             </div>
47             <div>
48                 <div id="app-home-disclaimer" class="w-ecomp-main-error" ng-if="appsViewData.length==0" ng-hide="users.isLoadingTable && !users.getUserAppsIsDone">
49                     You do not have access to any application/functionality within OpenECOMP Portal. Please contact your administrator to get access to ECOMP Portal</a><br>
50                 </div>
51             </div>
52         </div>
53         <div id="app-home-disclaimer-mylogins" class="w-ecomp-main-disclaimer">
54
55             <p id="build-number" class="build-number" ng-bind-html="buildNumber"></p>
56         </div>
57
58     </div>
59 </div>