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.
- checksums.yaml +4 -4
- data/_layouts/aboutUs.html +6 -1
- data/_layouts/allAuthors.html +6 -1
- data/_layouts/appscms-about.html +6 -1
- data/_layouts/appscms-author.html +4 -1
- data/_layouts/appscms-authors.html +6 -1
- data/_layouts/appscms-blog.html +6 -1
- data/_layouts/appscms-contact.html +6 -1
- data/_layouts/appscms-disclaimer.html +6 -1
- data/_layouts/appscms-download.html +4 -1
- data/_layouts/appscms-feature-result.html +6 -1
- data/_layouts/appscms-feature.html +6 -1
- data/_layouts/appscms-help.html +8 -2
- data/_layouts/appscms-home.html +9 -8
- data/_layouts/appscms-post.html +4 -1
- data/_layouts/appscms-privacy-policy.html +6 -1
- data/_layouts/appscms-terms-and-conditions.html +4 -1
- data/_layouts/author.html +4 -1
- data/_layouts/blog-1.html +6 -1
- data/_layouts/blog.html +6 -1
- data/_layouts/contactUs.html +4 -1
- data/_layouts/contenttool-feature.html +6 -1
- data/_layouts/contenttool-home.html +6 -1
- data/_layouts/devtool-blog.html +6 -1
- data/_layouts/devtool-feature.html +56 -52
- data/_layouts/devtool-home.html +54 -50
- data/_layouts/disclaimer.html +126 -121
- data/_layouts/download.html +4 -1
- data/_layouts/feature-1.html +367 -243
- data/_layouts/feature-download.html +4 -1
- data/_layouts/feature.html +447 -300
- data/_layouts/featureResultPage.html +6 -1
- data/_layouts/fileInfo.html +43 -37
- data/_layouts/filecomparison.html +122 -78
- data/_layouts/help.html +22 -21
- data/_layouts/home-1.html +212 -178
- data/_layouts/home.html +6 -1
- data/_layouts/homeResultPage.html +38 -20
- data/_layouts/post.html +4 -1
- data/_layouts/privacyPolicy.html +783 -635
- data/_layouts/profile.html +6 -1
- data/_layouts/termAndCondition.html +4 -1
- data/assets/.DS_Store +0 -0
- data/assets/js/googledrive.js +6 -4
- data/assets/js/multiselect.js +141 -114
- metadata +2 -2
data/_layouts/home-1.html
CHANGED
@@ -1,15 +1,12 @@
|
|
1
|
-
{% assign file = page.fileName %}
|
2
|
-
{% assign
|
3
|
-
|
4
|
-
{% assign homeData= site.data[folder][lang][file] %}
|
5
|
-
{%- assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
1
|
+
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
|
2
|
+
= page.folderName %} {% assign homeData= site.data[folder][lang][file] %} {%-
|
3
|
+
assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
6
4
|
|
7
5
|
<!DOCTYPE html>
|
8
6
|
<html lang="{{page.lang}}">
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
/* #appscms-searchbar {
|
7
|
+
{%- include /head/index.html -%}
|
8
|
+
<style>
|
9
|
+
/* #appscms-searchbar {
|
13
10
|
border-radius: 35px;
|
14
11
|
padding: 5px;
|
15
12
|
color: #2C8DFF;
|
@@ -25,202 +22,239 @@
|
|
25
22
|
background-color: transparent;
|
26
23
|
box-shadow: none;
|
27
24
|
} */
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
}
|
33
|
-
.form-control:focus {
|
34
|
-
|
35
|
-
|
36
|
-
}
|
37
|
-
.btn-search:hover {
|
38
|
-
|
39
|
-
}
|
40
|
-
.btn-search:focus,
|
41
|
-
.btn-search:active {
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
}
|
46
|
-
|
47
|
-
|
48
|
-
<body>
|
49
|
-
{% include header/index.html %}
|
50
|
-
{%- include appscms/navbars/toolbar.html -%}
|
25
|
+
#appscms-searchbar {
|
26
|
+
border-radius: 50px;
|
27
|
+
padding: 10px;
|
28
|
+
background-color: white;
|
29
|
+
}
|
30
|
+
.form-control:focus {
|
31
|
+
border-color: transparent;
|
32
|
+
box-shadow: none;
|
33
|
+
}
|
34
|
+
.btn-search:hover {
|
35
|
+
transform: scale(1.2);
|
36
|
+
}
|
37
|
+
.btn-search:focus,
|
38
|
+
.btn-search:active {
|
39
|
+
background-color: transparent;
|
40
|
+
border-color: transparent;
|
41
|
+
box-shadow: none;
|
42
|
+
}
|
43
|
+
</style>
|
51
44
|
|
45
|
+
<body
|
46
|
+
data-developer-key="{{ site.developerKey }}"
|
47
|
+
data-client-id="{{ site.clientId }}"
|
48
|
+
data-app-id="{{ site.appId }}"
|
49
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}"
|
50
|
+
>
|
51
|
+
{% include header/index.html %} {%- include appscms/navbars/toolbar.html -%}
|
52
52
|
{%- if homeData.H1 or homeData.H2 -%}
|
53
53
|
<div class="flex-container mb-1">
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
54
|
+
<div class="flex-class py-5">
|
55
|
+
<div class="d-flex justify-content-center align-items-center">
|
56
|
+
<span class="fHhdVc">
|
57
|
+
{%- if homeData.img -%}
|
58
|
+
<div class="div-cont feature-img mr-2">
|
59
|
+
<img
|
60
|
+
style="width:{{homeData.imgwidth}};height:{{homeData.imgheight}};"
|
61
|
+
src="{{homeData.img}}"
|
62
|
+
alt="{{homeData.imgalt}}"
|
63
|
+
{%-
|
64
|
+
if
|
65
|
+
site.crossorigin
|
66
|
+
-%}
|
67
|
+
crossorigin
|
68
|
+
{%-
|
69
|
+
endif
|
70
|
+
-%}
|
71
|
+
/>
|
71
72
|
</div>
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
73
|
+
{%- endif -%}
|
74
|
+
</span>
|
75
|
+
<h1 class="home1-top-h1 font-weight-bolder">
|
76
|
+
{%- for word in homeData.H1 -%} {%- if forloop.first == true -%}
|
77
|
+
{{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%-
|
78
|
+
endfor -%}
|
79
|
+
</h1>
|
79
80
|
</div>
|
81
|
+
<h2 class="home1-top-h2">
|
82
|
+
{%- for word in homeData.H2 -%} {%- if forloop.first == true -%}
|
83
|
+
{{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor
|
84
|
+
-%}
|
85
|
+
</h2>
|
86
|
+
</div>
|
80
87
|
</div>
|
81
|
-
{%- endif -%}
|
82
|
-
{%- if
|
83
|
-
|
84
|
-
-%}
|
85
|
-
{%- if homeData.features -%}
|
88
|
+
{%- endif -%} {%- if site.search -%} {%- include
|
89
|
+
appscms/searchbar/searchbar.html -%} {%- endif -%} {%- if homeData.features
|
90
|
+
-%}
|
86
91
|
<div class="container mt-4">
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
92
|
+
<div class="row">
|
93
|
+
<div class="col-md-12 mx-auto">
|
94
|
+
<div class="flex-container">
|
95
|
+
<div class="flex-class p-0 m-0">
|
96
|
+
<ul class="home1-features">
|
97
|
+
{% for product in homeData.features %}
|
98
|
+
<li class="home1-features-box">
|
99
|
+
<div class="home1-inner-box">
|
100
|
+
<a class="home1-feature-name" href="{{product.url}}">
|
101
|
+
<div class="home1-feature-text">{{product.name}}</div>
|
102
|
+
</a>
|
103
|
+
<div
|
104
|
+
style="background:{{homeData.color}}"
|
105
|
+
class="home1-feature-img"
|
106
|
+
height="30px"
|
107
|
+
width="30px"
|
108
|
+
>
|
109
|
+
<img
|
110
|
+
style="padding: 5px"
|
111
|
+
src="{{product.icon}}"
|
112
|
+
height="32px"
|
113
|
+
width="32px"
|
114
|
+
alt="home1-feature-icon"
|
115
|
+
{%-
|
116
|
+
if
|
117
|
+
site.crossorigin
|
118
|
+
-%}
|
119
|
+
crossorigin
|
120
|
+
{%-
|
121
|
+
endif
|
122
|
+
-%}
|
123
|
+
/>
|
118
124
|
</div>
|
119
|
-
|
125
|
+
<div class="home1-right-arrow-icon">
|
126
|
+
<div style="width: 24px; height: 24px">
|
127
|
+
<svg
|
128
|
+
viewBox="0 0 24 24"
|
129
|
+
xmlns="http://www.w3.org/2000/svg"
|
130
|
+
fill="currentColor"
|
131
|
+
>
|
132
|
+
<path
|
133
|
+
d="M9 7L10 6L16 12L10 18L9 17L14.17 12L9 7Z"
|
134
|
+
></path>
|
135
|
+
</svg>
|
136
|
+
</div>
|
137
|
+
</div>
|
138
|
+
<p class="home1-feature-desc">{{product.description}}</p>
|
139
|
+
</div>
|
140
|
+
</li>
|
141
|
+
{% endfor %}
|
142
|
+
</ul>
|
120
143
|
</div>
|
144
|
+
</div>
|
121
145
|
</div>
|
146
|
+
</div>
|
122
147
|
</div>
|
123
148
|
{%- endif -%}
|
124
149
|
|
125
|
-
<div class="home-content-box" id="theme-content-box">
|
126
|
-
{{content}}
|
127
|
-
</div>
|
150
|
+
<div class="home-content-box" id="theme-content-box">{{content}}</div>
|
128
151
|
|
129
152
|
{%- if homeData.TEXTUAL_CONTENT -%}
|
130
153
|
<div class="container mt-4 mb-5">
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
154
|
+
<div class="row px-0">
|
155
|
+
<div class="col-md-12 mx-auto">
|
156
|
+
<div class="row">
|
157
|
+
{% for data in homeData.TEXTUAL_CONTENT %}
|
158
|
+
<div class="col-md-4 my-4">
|
159
|
+
<img
|
160
|
+
class="feature-card-img"
|
161
|
+
src="{{data.logoUrl}}"
|
162
|
+
loading="lazy"
|
163
|
+
height="48px"
|
164
|
+
width="48px"
|
165
|
+
alt="{{data.header}}"
|
166
|
+
{%-
|
167
|
+
if
|
168
|
+
site.crossorigin
|
169
|
+
-%}
|
170
|
+
crossorigin
|
171
|
+
{%-
|
172
|
+
endif
|
173
|
+
-%}
|
174
|
+
/>
|
175
|
+
<div class="feature-card-title">
|
176
|
+
{{data.header | replace: "$variable", page.value}}
|
177
|
+
</div>
|
178
|
+
<div class="feature1-card-desc">
|
179
|
+
{{data.content | replace: "$variable", page.value}}
|
180
|
+
</div>
|
143
181
|
</div>
|
182
|
+
{% endfor %}
|
183
|
+
</div>
|
144
184
|
</div>
|
185
|
+
</div>
|
145
186
|
</div>
|
146
|
-
{%- endif -%}
|
147
|
-
|
148
|
-
{%- if homeData.HOW_TO_CONTENT -%}
|
187
|
+
{%- endif -%} {%- if homeData.HOW_TO_CONTENT -%}
|
149
188
|
<section class="how-to-section">
|
150
|
-
|
189
|
+
<div class="container">
|
190
|
+
<div class="row">
|
191
|
+
<div class="col-md-12 mx-auto">
|
151
192
|
<div class="row">
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
replace:
|
157
|
-
"$variable",
|
158
|
-
page.value}}</h4>
|
193
|
+
<h4 class="feature1-how-to-heading w-100 text-center mb-5">
|
194
|
+
{{homeData.HOW_TO_CONTENT.mainHeading | replace: "$variable",
|
195
|
+
page.value}}
|
196
|
+
</h4>
|
159
197
|
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
</
|
198
|
+
{%- for data in homeData.HOW_TO_CONTENT.steps -%}
|
199
|
+
<div
|
200
|
+
class="col-md-4 d-flex justify-content-center order-{{forloop.index}}"
|
201
|
+
>
|
202
|
+
<div class="feature1-how-to-right">
|
203
|
+
<span
|
204
|
+
class="feature1-howto-steps"
|
205
|
+
style="color: {{boxColor}} "
|
206
|
+
>Step {{forloop.index}}</span
|
207
|
+
>
|
208
|
+
<h3 class="feature1-how-to-title">
|
209
|
+
{{data.heading | replace: "$variable", page.value}}
|
210
|
+
</h3>
|
211
|
+
<ol class="how-to-list">
|
212
|
+
<li
|
213
|
+
id="step{{forloop.index}}"
|
214
|
+
class="feature1-how-to-list-item"
|
215
|
+
>
|
216
|
+
{{data.desc | replace: "$variable", page.value}}
|
217
|
+
</li>
|
218
|
+
</ol>
|
180
219
|
</div>
|
220
|
+
</div>
|
221
|
+
{%- endfor -%}
|
181
222
|
</div>
|
223
|
+
</div>
|
182
224
|
</div>
|
225
|
+
</div>
|
183
226
|
</section>
|
184
|
-
{%- endif -%}
|
185
|
-
|
186
|
-
{%- assign showFaqs = true -%}
|
187
|
-
{%-
|
188
|
-
{%- if item == page.lang -%}
|
189
|
-
{%- assign showFaqs = false -%}
|
190
|
-
{%- break -%}
|
191
|
-
{%- else -%}
|
192
|
-
{%- assign showFaqs = true -%}
|
193
|
-
{%- endif -%}
|
194
|
-
{%- endfor -%}
|
195
|
-
{%- if showFaqs == true -%}
|
196
|
-
{%- if homeData.FAQ -%}
|
227
|
+
{%- endif -%} {%- assign showFaqs = true -%} {%- for item in site.noFaqsList
|
228
|
+
-%} {%- if item == page.lang -%} {%- assign showFaqs = false -%} {%- break
|
229
|
+
-%} {%- else -%} {%- assign showFaqs = true -%} {%- endif -%} {%- endfor -%}
|
230
|
+
{%- if showFaqs == true -%} {%- if homeData.FAQ -%}
|
197
231
|
<section class="faq-section">
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
232
|
+
<div class="container">
|
233
|
+
<div class="row">
|
234
|
+
<div class="col-md-8 mx-auto">
|
235
|
+
<main class="faqs">
|
236
|
+
<h3 class="feature-h1 text-left mb-4" style="font-weight: 900">
|
237
|
+
{{homeData.faqheading | default: "FAQ's"}}
|
238
|
+
</h3>
|
239
|
+
{% for data in homeData.FAQ %}
|
240
|
+
<details open>
|
241
|
+
<summary>
|
242
|
+
{{data.question | replace: "$variable",page.value}}
|
243
|
+
</summary>
|
244
|
+
<div class="faq__content">
|
245
|
+
<p class="faq_answer">
|
246
|
+
{{data.answer | replace: "$variable", page.value}}
|
247
|
+
</p>
|
214
248
|
</div>
|
215
|
-
|
249
|
+
</details>
|
250
|
+
{% endfor %}
|
251
|
+
</main>
|
252
|
+
</div>
|
216
253
|
</div>
|
254
|
+
</div>
|
217
255
|
</section>
|
218
|
-
{%- endif -%}
|
219
|
-
{%-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
{%- include appscms/scripts/script.html -%}
|
224
|
-
</body>
|
225
|
-
|
226
|
-
</html>
|
256
|
+
{%- endif -%} {%- endif -%} {%- include appscms/reviews/trustpilot.html -%}
|
257
|
+
{%- include Rating/rating.html -%} {% include footer/index.html %} {%-
|
258
|
+
include appscms/scripts/script.html -%}
|
259
|
+
</body>
|
260
|
+
</html>
|
data/_layouts/home.html
CHANGED
@@ -4,7 +4,12 @@
|
|
4
4
|
<html lang="{{page.lang}}">
|
5
5
|
{% include head/index.html %}
|
6
6
|
|
7
|
-
<body
|
7
|
+
<body
|
8
|
+
data-developer-key="{{ site.developerKey }}"
|
9
|
+
data-client-id="{{ site.clientId }}"
|
10
|
+
data-app-id="{{ site.appId }}"
|
11
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}"
|
12
|
+
>
|
8
13
|
{% include header/index.html %} {%- if homeData.nofileupload -%}
|
9
14
|
<div
|
10
15
|
id="safeui-alert"
|
@@ -1,33 +1,51 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<html>
|
3
|
-
{% include head/index.html %}
|
3
|
+
{% include head/index.html %}
|
4
4
|
|
5
|
-
<body
|
5
|
+
<body
|
6
|
+
data-developer-key="{{ site.developerKey }}"
|
7
|
+
data-client-id="{{ site.clientId }}"
|
8
|
+
data-app-id="{{ site.appId }}"
|
9
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}"
|
10
|
+
>
|
6
11
|
{% include header/index.html %}
|
7
12
|
<div class="appscms-sidebar-left"></div>
|
8
13
|
<div class="appscms-sidebar-right"></div>
|
9
14
|
<div class="flex-container mb-1">
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
15
|
+
<div class="flex-class py-5">
|
16
|
+
<div class="d-flex justify-content-center align-items-center">
|
17
|
+
<span class="fHhdVc">
|
18
|
+
<div class="div-cont feature-img mr-2">
|
19
|
+
<img
|
20
|
+
class="home-img"
|
21
|
+
src=""
|
22
|
+
alt=""
|
23
|
+
{%-
|
24
|
+
if
|
25
|
+
site.crossorigin
|
26
|
+
-%}
|
27
|
+
crossorigin
|
28
|
+
{%-
|
29
|
+
endif
|
30
|
+
-%}
|
31
|
+
/>
|
17
32
|
</div>
|
18
|
-
|
33
|
+
</span>
|
34
|
+
<h1 class="home-top-h1"></h1>
|
19
35
|
</div>
|
36
|
+
<h2 class="home-top-h2"></h2>
|
37
|
+
</div>
|
20
38
|
</div>
|
21
39
|
|
22
|
-
<div>
|
23
|
-
{{content}}
|
24
|
-
</div>
|
25
|
-
|
26
|
-
{% include footer/index.html %}
|
27
|
-
{% include script.html %}
|
40
|
+
<div>{{content}}</div>
|
28
41
|
|
29
|
-
|
30
|
-
data-lang="{{page.lang}}"></script>
|
31
|
-
</body>
|
42
|
+
{% include footer/index.html %} {% include script.html %}
|
32
43
|
|
33
|
-
|
44
|
+
<script
|
45
|
+
defer
|
46
|
+
src="/assets/js/homeResult.js"
|
47
|
+
data-foldername="{{page.folderName}}"
|
48
|
+
data-lang="{{page.lang}}"
|
49
|
+
></script>
|
50
|
+
</body>
|
51
|
+
</html>
|
data/_layouts/post.html
CHANGED
@@ -34,7 +34,10 @@
|
|
34
34
|
}
|
35
35
|
</style>
|
36
36
|
|
37
|
-
<body
|
37
|
+
<body data-developer-key="{{ site.developerKey }}"
|
38
|
+
data-client-id="{{ site.clientId }}"
|
39
|
+
data-app-id="{{ site.appId }}"
|
40
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}">
|
38
41
|
{%- include header/blogHeader.html -%}
|
39
42
|
{%- if site.newFeatureBox -%}
|
40
43
|
<div class="appscms-sidebar-left"></div>
|