Epic-231:versioning, and backup the configuration
[sdnc/oam.git] / configbackuprestore / vnfconfigbackupservice / src / main / webapp / static / views / form-versionCompare.html
1 <!-- /*
2    * ============LICENSE_START=======================================================
3    * ONAP : SDNC-FEATURES
4    * ================================================================================
5    * Copyright 2018 TechMahindra
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     -->
21 <div class="VersionMain">
22    <div class="versionHeading"><img src="images/compare.jpg" width=25 height="25" style="margin-left:5px;">&nbsp;&nbsp;Version Comparision Result</div>
23   
24   <div class="columnsVersion">
25   <ul class="price">
26     <li class="headerVersion">Basic</li>
27     <li class="grey">$ 9.99 / year</li>
28     <li>10GB Storage</li>
29     <li>10 Emails</li>
30     <li>10 Domains</li>
31     <li>1GB Bandwidth</li>
32     <li class="grey"><a href="#" class="button">Sign Up</a></li>
33   </ul>
34 </div>
35
36 <div class="columnsVersion">
37   <ul class="price">
38     <li class="headerVersion" style="background-color:#4CAF50">Pro</li>
39     <li class="grey">$ 24.99 / year</li>
40     <li>25GB Storage</li>
41     <li>25 Emails</li>
42     <li>25 Domains</li>
43     <li>2GB Bandwidth</li>
44     <li class="grey"><a href="#" class="button">Sign Up</a></li>
45   </ul>
46 </div>
47
48 <div class="columnsVersion">
49   <ul class="price">
50     <li class="headerVersion">Premium</li>
51     <li class="grey">$ 49.99 / year</li>
52     <li>50GB Storage</li>
53     <li>50 Emails</li>
54     <li>50 Domains</li>
55     <li>5GB Bandwidth</li>
56     <li class="grey"><a href="#" class="button">Sign Up</a></li>
57   </ul>
58 </div>
59    </div>