appscms-tools-theme 5.1.3 → 5.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/aboutUs.html +6 -1
  3. data/_layouts/allAuthors.html +6 -1
  4. data/_layouts/appscms-about.html +6 -1
  5. data/_layouts/appscms-author.html +4 -1
  6. data/_layouts/appscms-authors.html +6 -1
  7. data/_layouts/appscms-blog.html +6 -1
  8. data/_layouts/appscms-contact.html +6 -1
  9. data/_layouts/appscms-disclaimer.html +6 -1
  10. data/_layouts/appscms-download.html +4 -1
  11. data/_layouts/appscms-feature-result.html +6 -1
  12. data/_layouts/appscms-feature.html +6 -1
  13. data/_layouts/appscms-help.html +8 -2
  14. data/_layouts/appscms-home.html +9 -8
  15. data/_layouts/appscms-post.html +4 -1
  16. data/_layouts/appscms-privacy-policy.html +6 -1
  17. data/_layouts/appscms-terms-and-conditions.html +4 -1
  18. data/_layouts/author.html +4 -1
  19. data/_layouts/blog-1.html +6 -1
  20. data/_layouts/blog.html +6 -1
  21. data/_layouts/contactUs.html +4 -1
  22. data/_layouts/contenttool-feature.html +6 -1
  23. data/_layouts/contenttool-home.html +6 -1
  24. data/_layouts/devtool-blog.html +6 -1
  25. data/_layouts/devtool-feature.html +56 -52
  26. data/_layouts/devtool-home.html +54 -50
  27. data/_layouts/disclaimer.html +126 -121
  28. data/_layouts/download.html +4 -1
  29. data/_layouts/feature-1.html +367 -243
  30. data/_layouts/feature-download.html +4 -1
  31. data/_layouts/feature.html +447 -300
  32. data/_layouts/featureResultPage.html +6 -1
  33. data/_layouts/fileInfo.html +43 -37
  34. data/_layouts/filecomparison.html +122 -78
  35. data/_layouts/help.html +22 -21
  36. data/_layouts/home-1.html +212 -178
  37. data/_layouts/home.html +6 -1
  38. data/_layouts/homeResultPage.html +38 -20
  39. data/_layouts/post.html +4 -1
  40. data/_layouts/privacyPolicy.html +783 -635
  41. data/_layouts/profile.html +6 -1
  42. data/_layouts/termAndCondition.html +4 -1
  43. data/assets/.DS_Store +0 -0
  44. data/assets/js/googledrive.js +6 -4
  45. data/assets/js/multiselect.js +141 -114
  46. metadata +2 -2
@@ -1,124 +1,129 @@
1
- {% assign file = page.fileName %}
2
- {% assign folder = page.folderName %}
3
- {% assign lang = page.lang %}
4
- {% assign disclaimerData = site.data[folder][lang][file] %}
1
+ {% assign file = page.fileName %} {% assign folder = page.folderName %} {%
2
+ assign lang = page.lang %} {% assign disclaimerData =
3
+ site.data[folder][lang][file] %}
5
4
  <!DOCTYPE html>
6
5
  <html lang="{{disclaimerData.htmlLangAtt}}">
7
- {% include head/index.html %}
6
+ {% include head/index.html %}
8
7
 
9
- <body>
10
- {% include header/index.html %}
11
- {%- include dropdown/langdropdown.html -%}
12
- <div class="container py-4">
13
- {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
14
- <div class="row">
15
- <div class="col-md-9 mx-auto">
16
- {%- endif -%}
17
- <h1 class="about-h1 py-4">Disclaimer</h1>
18
- <div class="py-3">
19
- <p>We, {{page.companyName}}, hereinafter referred to as the “FIRM” (where such expression shall,
20
- unless
21
- repugnant to the context thereof, be deemed to include its respective legal heirs,
22
- representatives,
23
- administrators, permitted successors and assigns).
24
- </p>
25
- <p>
26
- The Firm will not be responsible for any damage suffered by users from use of the Platform. This
27
- includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries,
28
- missed
29
- deliveries, or service interruptions as may occur because of any act/omission of parties. This
30
- disclaimer of liability also applies to any damages or injury caused by any failure of
31
- performance,
32
- error, omission, interruption, deletion, defect, delay in operation or transmission, computer
33
- virus,
34
- communication line failure, theft or destruction or unauthorized access to, alteration of, or
35
- use of
36
- record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause
37
- of
38
- action.
39
- </p>
40
- <p>The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience
41
- caused to
42
- the User through the course of the provision of Services or as a result of the Users’ actions.
43
- The Firm
44
- makes no representations or warranties as to the conduct of the Users. The Firm takes no
45
- responsibility
46
- for any content that Users send or receive from other Users or Third-Party posts through the
47
- Website or
48
- Platform. Any material downloaded or otherwise obtained through use of the service is accessed
49
- at the
50
- Users own discretion and risk.</p>
51
- <p>The services on the Platform are intended to be subject to availability, without any promises or
52
- guarantees on the same by the Firm, and while certain information available on the Platform is
53
- the
54
- property of the Firm and the Firm endeavours to keep the said information updated and accurate,
55
- the Firm
56
- shall not make any representations or warranties of any kind, express or implied, about the
57
- completeness, accuracy, reliability, suitability or availability with respect to the Platform or
58
- the
59
- information, services, or related graphics contained on the Platform for any purpose. Any
60
- reliance you
61
- place on such information is therefore strictly at your own risk.</p>
62
- <p>The Firm bears no responsibility whatsoever for any consequences arising from the use of the said
63
- Services by Users. The use of the Services in the Platform is the sole responsibility of the
64
- User (or
65
- legally authorised person on behalf of the User), and in case of any negligence on the part of
66
- the User
67
- is acting on the same shall not be construed as imposing any liability, direct or indirect, on
68
- the Firm
69
- /Platform.</p>
70
- <p>The Firm shall disclaim all responsibility and owns no liability to Users for any outcome
71
- (incidental,
72
- direct, indirect or otherwise) from the use of the Platform or any such services under the
73
- platform. In
74
- no event will the Firm be liable for any loss or damage including without limitation, indirect
75
- or
76
- consequential loss or damage, or any loss or damage whatsoever arising from loss of data or
77
- profits
78
- arising out of, or in connection with, the use of the Platform.</p>
79
- <p>Through this Platform, You may be able to access the link of other Platforms which are not under
80
- the
81
- control of the Firm or the Platform. We have no control over the nature, content and
82
- availability of
83
- those sites. The inclusion of any links does not necessarily imply a recommendation or endorse
84
- the views
85
- expressed within them. Every effort is made to keep the Platform up and running smoothly.
86
- However, the
87
- Firm takes no responsibility for, and will not be liable for, the Platform being temporarily
88
- unavailable
89
- due to technical issues beyond our control.</p>
90
- <p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER
91
- CONTENT
92
- ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS.
93
- WEBSITE
94
- ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF
95
- ANY
96
- USER CONTENT.</p>
97
- <p>THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED
98
- THROUGH THE
99
- PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY
100
- RESPONSIBLE FOR
101
- ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH
102
- MATERIAL
103
- OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO
104
- LIABILITY FOR
105
- ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF
106
- ITSELF OR
107
- THIRD PARTIES.</p>
108
- <p>THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY
109
- WEBSITE AND
110
- SERVICES ARE FOR INFORMATION PURPOSE ONLY.</p>
111
- </div>
112
- <div>
113
- {{content}}
114
- </div>
115
- {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
116
- </div>
117
- </div>
118
- {%- endif -%}
119
- </div>
120
- {% include staticfooter.html %}
121
- {% include script.html %}
122
- </body>
123
-
124
- </html>
8
+ <body
9
+ data-developer-key="{{ site.developerKey }}"
10
+ data-client-id="{{ site.clientId }}"
11
+ data-app-id="{{ site.appId }}"
12
+ data-dropbox-apikey="{{ site.dropboxapikey }}"
13
+ >
14
+ {% include header/index.html %} {%- include dropdown/langdropdown.html -%}
15
+ <div class="container py-4">
16
+ {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
17
+ <div class="row">
18
+ <div class="col-md-9 mx-auto">
19
+ {%- endif -%}
20
+ <h1 class="about-h1 py-4">Disclaimer</h1>
21
+ <div class="py-3">
22
+ <p>
23
+ We, {{page.companyName}}, hereinafter referred to as the “FIRM”
24
+ (where such expression shall, unless repugnant to the context
25
+ thereof, be deemed to include its respective legal heirs,
26
+ representatives, administrators, permitted successors and
27
+ assigns).
28
+ </p>
29
+ <p>
30
+ The Firm will not be responsible for any damage suffered by users
31
+ from use of the Platform. This includes but is not limited to,
32
+ loss of revenue/data resulting from delays, non-deliveries, missed
33
+ deliveries, or service interruptions as may occur because of any
34
+ act/omission of parties. This disclaimer of liability also applies
35
+ to any damages or injury caused by any failure of performance,
36
+ error, omission, interruption, deletion, defect, delay in
37
+ operation or transmission, computer virus, communication line
38
+ failure, theft or destruction or unauthorized access to,
39
+ alteration of, or use of record, whether for breach of contract,
40
+ tortuous behaviour, negligence, or under any other cause of
41
+ action.
42
+ </p>
43
+ <p>
44
+ The Firm also makes it clear that it shall not be held liable for
45
+ any damage/hurt/inconvenience caused to the User through the
46
+ course of the provision of Services or as a result of the Users’
47
+ actions. The Firm makes no representations or warranties as to the
48
+ conduct of the Users. The Firm takes no responsibility for any
49
+ content that Users send or receive from other Users or Third-Party
50
+ posts through the Website or Platform. Any material downloaded or
51
+ otherwise obtained through use of the service is accessed at the
52
+ Users own discretion and risk.
53
+ </p>
54
+ <p>
55
+ The services on the Platform are intended to be subject to
56
+ availability, without any promises or guarantees on the same by
57
+ the Firm, and while certain information available on the Platform
58
+ is the property of the Firm and the Firm endeavours to keep the
59
+ said information updated and accurate, the Firm shall not make any
60
+ representations or warranties of any kind, express or implied,
61
+ about the completeness, accuracy, reliability, suitability or
62
+ availability with respect to the Platform or the information,
63
+ services, or related graphics contained on the Platform for any
64
+ purpose. Any reliance you place on such information is therefore
65
+ strictly at your own risk.
66
+ </p>
67
+ <p>
68
+ The Firm bears no responsibility whatsoever for any consequences
69
+ arising from the use of the said Services by Users. The use of the
70
+ Services in the Platform is the sole responsibility of the User
71
+ (or legally authorised person on behalf of the User), and in case
72
+ of any negligence on the part of the User is acting on the same
73
+ shall not be construed as imposing any liability, direct or
74
+ indirect, on the Firm /Platform.
75
+ </p>
76
+ <p>
77
+ The Firm shall disclaim all responsibility and owns no liability
78
+ to Users for any outcome (incidental, direct, indirect or
79
+ otherwise) from the use of the Platform or any such services under
80
+ the platform. In no event will the Firm be liable for any loss or
81
+ damage including without limitation, indirect or consequential
82
+ loss or damage, or any loss or damage whatsoever arising from loss
83
+ of data or profits arising out of, or in connection with, the use
84
+ of the Platform.
85
+ </p>
86
+ <p>
87
+ Through this Platform, You may be able to access the link of other
88
+ Platforms which are not under the control of the Firm or the
89
+ Platform. We have no control over the nature, content and
90
+ availability of those sites. The inclusion of any links does not
91
+ necessarily imply a recommendation or endorse the views expressed
92
+ within them. Every effort is made to keep the Platform up and
93
+ running smoothly. However, the Firm takes no responsibility for,
94
+ and will not be liable for, the Platform being temporarily
95
+ unavailable due to technical issues beyond our control.
96
+ </p>
97
+ <p>
98
+ TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO
99
+ LIABILITY RELATED TO USER CONTENT ARISING UNDER INTELLECTUAL
100
+ PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER
101
+ LAWS. WEBSITE ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE
102
+ MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY USER CONTENT.
103
+ </p>
104
+ <p>
105
+ THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA
106
+ DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE PLATFORM IS DONE
107
+ ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE
108
+ SOLELY RESPONSIBLE FOR ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR
109
+ LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL OR
110
+ DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING.
111
+ PLATFORM ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS, WITH
112
+ RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF
113
+ ITSELF OR THIRD PARTIES.
114
+ </p>
115
+ <p>
116
+ THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH
117
+ RESPECT TO THE THIRD-PARTY WEBSITE AND SERVICES ARE FOR
118
+ INFORMATION PURPOSE ONLY.
119
+ </p>
120
+ </div>
121
+ <div>{{content}}</div>
122
+ {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
123
+ </div>
124
+ </div>
125
+ {%- endif -%}
126
+ </div>
127
+ {% include staticfooter.html %} {% include script.html %}
128
+ </body>
129
+ </html>
@@ -6,7 +6,10 @@
6
6
  <html lang="{{homeData.htmlLangAtt}}">
7
7
  {% include head/index.html %}
8
8
 
9
- <body>
9
+ <body data-developer-key="{{ site.developerKey }}"
10
+ data-client-id="{{ site.clientId }}"
11
+ data-app-id="{{ site.appId }}"
12
+ data-dropbox-apikey="{{ site.dropboxapikey }}">
10
13
  {% include header/index.html %}
11
14
  <div class="container">
12
15
  {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}