d7460f3fab69153e8ed39bc710599582f775ffb1
[appc/cdt.git] / src / app / about-us / aboutus.component.html
1 <!--
2 ============LICENSE_START==========================================
3 ===================================================================
4 Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
5
6 Copyright (C) 2018 IBM Intellectual Property. All rights reserved.
7 ===================================================================
8
9 Unless otherwise specified, all software contained herein is licensed
10 under the Apache License, Version 2.0 (the License);
11 you may not use this software except in compliance with the License.
12 You may obtain a copy of the License at
13
14     http://www.apache.org/licenses/LICENSE-2.0
15
16 Unless required by applicable law or agreed to in writing, software
17 distributed under the License is distributed on an "AS IS" BASIS,
18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 See the License for the specific language governing permissions and
20 limitations under the License.
21
22 ============LICENSE_END============================================
23 -->
24 <simple-notifications [options]="options"></simple-notifications>
25 <div class="text-center">
26     <div class="card">
27         <div class="mdl-dialog__content">
28             <div class="card">
29                 <div class="card-header" (click)="tlPlus()" style="font-size: 20px">CONTACT DETAILS</div>
30                 <div class="mdl-card__title">
31                     <div class="text-center">
32                         Contact us @:
33                         <a href="mailto:{{contactUsMail.CONTACT_US_EMAIL}}?Subject={{contactUsMail.CONTACT_US_SUBJECT}}">APPC DEVELOPMENT TEAM</a>
34                     </div>
35                 </div>
36             </div>&emsp;&emsp;&emsp;&emsp;
37             <div class="card">
38                 <div class="card-header" (click)="tlMinus()" style="font-size: 20px">VERSION DETAILS</div>
39                 <div class="mdl-card__title">
40                     <table>
41                         <thead></thead>
42                         <tbody>
43                             <tr>
44                                 <td>
45                                     <div class="android-title mdl-layout-title">Current Release :</div>
46                                 </td>
47                                 <td>
48                                     <div class="android-title mdl-layout-title">{{releaseName}}</div>
49                                 </td>
50                             </tr>
51                             <tr>
52                                 <td>
53                                     <div class="android-title mdl-layout-title">Current Version :</div>
54                                 </td>
55                                 <td>
56                                     <div class="android-title mdl-layout-title">{{versionNo}}</div>
57                                 </td>
58                             </tr>
59                         </tbody>
60                     </table>
61                 </div>
62                 <div class="text-right">
63                     <div class="mdl-dialog__content">
64                         <a class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--primary" (click)="open(content)">VIEW CHANGE LOG</a>
65                     </div>
66                 </div>
67
68             </div>
69
70         </div>
71     </div>
72 </div>