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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f86bfcc8eeafa9122e5e7ae3af81aba7fb6a5e414a21a919124c6fc0e940e38
|
4
|
+
data.tar.gz: 8fb3a4f46c6c7c25366dd1cb3e4353ff822021dd3aa910fe0416b98c1568a0be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28973642be1b52d65098d2c29b5be1134c348095a478e79fc3574cc8e6b42d9907b808a1849a2e1092c06dc816c580b5418f1fffb309ec775177244b94ef1a09
|
7
|
+
data.tar.gz: f5f2df41af7b80b6135e21670ecf98a4060296bfd665999316487e7b3d75e12529b517b8749461986923e0c3d594b9a6e530a3c5b41a008ff5177bda7ba9ca94
|
data/_layouts/aboutUs.html
CHANGED
@@ -17,7 +17,12 @@
|
|
17
17
|
}
|
18
18
|
</style>
|
19
19
|
|
20
|
-
<body
|
20
|
+
<body
|
21
|
+
data-developer-key="{{ site.developerKey }}"
|
22
|
+
data-client-id="{{ site.clientId }}"
|
23
|
+
data-app-id="{{ site.appId }}"
|
24
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}"
|
25
|
+
>
|
21
26
|
{% include header/index.html %} {%- include dropdown/langdropdown.html -%}
|
22
27
|
<div class="container py-4 about_layout">
|
23
28
|
{%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
|
data/_layouts/allAuthors.html
CHANGED
@@ -51,7 +51,12 @@
|
|
51
51
|
}
|
52
52
|
</style>
|
53
53
|
|
54
|
-
<body
|
54
|
+
<body
|
55
|
+
data-developer-key="{{ site.developerKey }}"
|
56
|
+
data-client-id="{{ site.clientId }}"
|
57
|
+
data-app-id="{{ site.appId }}"
|
58
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}"
|
59
|
+
>
|
55
60
|
{%- include header/blogHeader.html -%}
|
56
61
|
<section class="authors-list" style="margin-top: 100px">
|
57
62
|
<div class="container">
|
data/_layouts/appscms-about.html
CHANGED
@@ -4,7 +4,12 @@
|
|
4
4
|
<!DOCTYPE html>
|
5
5
|
<html lang="{{aboutData.htmlLangAtt}}">
|
6
6
|
{%- include appscms/head/head.html -%}
|
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 appscms/navbars/navbar.html -%} {%- include
|
9
14
|
appscms/navbars/toolbar.html -%}
|
10
15
|
<div class="container py-4 about_layout">
|
@@ -149,7 +149,10 @@
|
|
149
149
|
</style>
|
150
150
|
|
151
151
|
|
152
|
-
<body
|
152
|
+
<body data-developer-key="{{ site.developerKey }}"
|
153
|
+
data-client-id="{{ site.clientId }}"
|
154
|
+
data-app-id="{{ site.appId }}"
|
155
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}">
|
153
156
|
{%- include appscms/navbars/navbar.html -%} {%- include
|
154
157
|
appscms/navbars/toolbar.html -%}
|
155
158
|
<section class="author-page">
|
@@ -51,7 +51,12 @@
|
|
51
51
|
}
|
52
52
|
</style>
|
53
53
|
|
54
|
-
<body
|
54
|
+
<body
|
55
|
+
data-developer-key="{{ site.developerKey }}"
|
56
|
+
data-client-id="{{ site.clientId }}"
|
57
|
+
data-app-id="{{ site.appId }}"
|
58
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}"
|
59
|
+
>
|
55
60
|
{%- include appscms/navbars/navbar.html -%} {%- include
|
56
61
|
appscms/navbars/toolbar.html -%}
|
57
62
|
<section class="authors-list" style="margin-top: 50px">
|
data/_layouts/appscms-blog.html
CHANGED
@@ -2,7 +2,12 @@
|
|
2
2
|
<html lang="en">
|
3
3
|
{% include appscms/head/bloghead.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 appscms/navbars/navbar.html -%} {%- include
|
7
12
|
appscms/navbars/toolbar.html -%}
|
8
13
|
|
@@ -4,7 +4,12 @@ assign lang = page.lang %} {% assign contactData = site.data[folder][lang][file]
|
|
4
4
|
<!DOCTYPE html>
|
5
5
|
<html lang="{{contactData.htmlLangAtt}}">
|
6
6
|
{%- include appscms/head/head.html -%}
|
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 appscms/navbars/navbar.html -%} {%- include
|
9
14
|
appscms/navbars/toolbar.html -%}
|
10
15
|
<div class="container py-4 contact_layout">
|
@@ -4,7 +4,12 @@ site.data[folder][lang][file] %}
|
|
4
4
|
<!DOCTYPE html>
|
5
5
|
<html lang="{{disclaimerData.htmlLangAtt}}">
|
6
6
|
{%- include appscms/head/head.html -%}
|
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 appscms/navbars/navbar.html -%} {%- include
|
9
14
|
appscms/navbars/toolbar.html -%}
|
10
15
|
<div class="container py-4">
|
@@ -5,7 +5,10 @@
|
|
5
5
|
<!DOCTYPE html>
|
6
6
|
<html lang="{{homeData.htmlLangAtt}}">
|
7
7
|
{%- include appscms/head/head.html -%}
|
8
|
-
<body
|
8
|
+
<body data-developer-key="{{ site.developerKey }}"
|
9
|
+
data-client-id="{{ site.clientId }}"
|
10
|
+
data-app-id="{{ site.appId }}"
|
11
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}">
|
9
12
|
{%- include appscms/navbars/navbar.html -%} {%- include
|
10
13
|
appscms/navbars/toolbar.html -%}
|
11
14
|
<div class="container">
|
@@ -4,7 +4,12 @@
|
|
4
4
|
<html lang="{{lang}}">
|
5
5
|
{% include appscms/head/head.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 appscms/navbars/navbar.html -%} {%- include
|
9
14
|
appscms/navbars/toolbar.html -%} {%- include bookmark.html -%} {%- if
|
10
15
|
site.safeui -%}
|
@@ -6,7 +6,12 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
6
6
|
<html lang="{{ page.lang }}">
|
7
7
|
{%- include appscms/head/head.html -%}
|
8
8
|
|
9
|
-
<body
|
9
|
+
<body
|
10
|
+
data-developer-key="{{ site.developerKey }}"
|
11
|
+
data-client-id="{{ site.clientId }}"
|
12
|
+
data-app-id="{{ site.appId }}"
|
13
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}"
|
14
|
+
>
|
10
15
|
{%- include appscms/navbars/navbar.html -%} {%- include
|
11
16
|
appscms/navbars/toolbar.html -%} {%- include bookmark.html -%} {%- if
|
12
17
|
site.safeui -%}
|
data/_layouts/appscms-help.html
CHANGED
@@ -6,9 +6,15 @@
|
|
6
6
|
<html lang="{{helpData.htmlLangAtt}}">
|
7
7
|
{%- include appscms/head/head.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
|
|
11
|
-
<body
|
14
|
+
<body data-developer-key="{{ site.developerKey }}"
|
15
|
+
data-client-id="{{ site.clientId }}"
|
16
|
+
data-app-id="{{ site.appId }}"
|
17
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}">
|
12
18
|
{%- include appscms/navbars/navbar.html -%} {%- include
|
13
19
|
appscms/navbars/toolbar.html -%}
|
14
20
|
<div class="container py-4">
|
data/_layouts/appscms-home.html
CHANGED
@@ -4,7 +4,12 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
4
4
|
<!DOCTYPE html>
|
5
5
|
<html lang="{{ page.lang }}">
|
6
6
|
{%- include appscms/head/head.html -%}
|
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 appscms/navbars/navbar.html -%} {%- include
|
9
14
|
appscms/navbars/toolbar.html -%} {%- if homeData.nofileupload -%}
|
10
15
|
<div
|
@@ -36,13 +41,9 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
36
41
|
appscms/featurehighlight/featurehighlight.html -%} {%- include
|
37
42
|
appscms/howto/howto.html -%} {%- if pageData.infographics.size > 0 -%} {%-
|
38
43
|
include appscms/infographics/infographics.html -%} {%- endif -%} {%- include
|
39
|
-
appscms/faq/faq.html -%} {%- include appscms/usp/usp.html -%}
|
40
|
-
|
41
|
-
{%- if
|
42
|
-
pageData.posts.size > 0 -%}
|
43
|
-
|
44
|
-
{%- include
|
45
|
-
appscms/customblog/pageRelatedPosts.html -%} {%- else -%} {%- if
|
44
|
+
appscms/faq/faq.html -%} {%- include appscms/usp/usp.html -%} {%- include
|
45
|
+
appscms/reviews/trustpilot.html -%} {%- if pageData.posts.size > 0 -%} {%-
|
46
|
+
include appscms/customblog/pageRelatedPosts.html -%} {%- else -%} {%- if
|
46
47
|
categories.size > 0 or tags.size > 0 -%} {%- include
|
47
48
|
appscms/recent-posts/related_categories_post.html -%} {%- else -%} {%-
|
48
49
|
include appscms/recent-posts/recent_posts.html -%} {%- endif -%} {%- endif
|
data/_layouts/appscms-post.html
CHANGED
@@ -47,7 +47,10 @@
|
|
47
47
|
}
|
48
48
|
</style>
|
49
49
|
|
50
|
-
<body
|
50
|
+
<body data-developer-key="{{ site.developerKey }}"
|
51
|
+
data-client-id="{{ site.clientId }}"
|
52
|
+
data-app-id="{{ site.appId }}"
|
53
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}">
|
51
54
|
{%- include appscms/navbars/navbar.html -%}
|
52
55
|
{%- include appscms/navbars/toolbar.html -%}
|
53
56
|
{%- if site.newFeatureBox -%}
|
@@ -4,7 +4,12 @@ assign lang = page.lang %} {% assign privacyData = site.data[folder][lang][file]
|
|
4
4
|
<!DOCTYPE html>
|
5
5
|
<html lang="{{privacyData.htmlLangAtt}}">
|
6
6
|
{%- include appscms/head/head.html -%}
|
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 appscms/navbars/navbar.html -%} {%- include
|
9
14
|
appscms/navbars/toolbar.html -%}
|
10
15
|
<div class="container py-4">
|
@@ -5,7 +5,10 @@
|
|
5
5
|
<!DOCTYPE html>
|
6
6
|
<html lang="{{termsData.htmlLangAtt}}">
|
7
7
|
{%- include appscms/head/head.html -%}
|
8
|
-
<body
|
8
|
+
<body data-developer-key="{{ site.developerKey }}"
|
9
|
+
data-client-id="{{ site.clientId }}"
|
10
|
+
data-app-id="{{ site.appId }}"
|
11
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}">
|
9
12
|
{%- include appscms/navbars/navbar.html -%} {%- include
|
10
13
|
appscms/navbars/toolbar.html -%}
|
11
14
|
<div class="container py-4">
|
data/_layouts/author.html
CHANGED
@@ -151,7 +151,10 @@
|
|
151
151
|
</style>
|
152
152
|
|
153
153
|
|
154
|
-
<body
|
154
|
+
<body data-developer-key="{{ site.developerKey }}"
|
155
|
+
data-client-id="{{ site.clientId }}"
|
156
|
+
data-app-id="{{ site.appId }}"
|
157
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}">
|
155
158
|
{%- include header/blogHeader.html -%}
|
156
159
|
<section class="author-page">
|
157
160
|
<div class="container-fluid">
|
data/_layouts/blog-1.html
CHANGED
@@ -2,7 +2,12 @@
|
|
2
2
|
<html lang="en">
|
3
3
|
{% include custom-head.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/blogHeader.html -%}
|
7
12
|
|
8
13
|
<section class="section_post mb-5">
|
data/_layouts/blog.html
CHANGED
@@ -2,7 +2,12 @@
|
|
2
2
|
<html lang="en">
|
3
3
|
{% include custom-head.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/blogHeader.html -%}
|
7
12
|
|
8
13
|
<section class="section_post">
|
data/_layouts/contactUs.html
CHANGED
@@ -6,7 +6,10 @@
|
|
6
6
|
<html lang="{{contactData.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
|
{%- include dropdown/langdropdown.html -%}
|
12
15
|
<div class="container py-4 contact_layout">
|
@@ -5,7 +5,12 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
5
5
|
<!DOCTYPE html>
|
6
6
|
<html lang="{{ page.lang }}">
|
7
7
|
{%- include appscms/head/head.html -%}
|
8
|
-
<body
|
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
|
+
>
|
9
14
|
{%- include appscms/navbars/navbar.html -%} {%- include
|
10
15
|
appscms/navbars/toolbar.html -%} {%- include bookmark.html -%} {%- include
|
11
16
|
appscms/headings/headings.html -%} {%- include
|
@@ -4,7 +4,12 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
4
4
|
<!DOCTYPE html>
|
5
5
|
<html lang="{{ page.lang }}">
|
6
6
|
{%- include appscms/head/head.html -%}
|
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 appscms/navbars/navbar.html -%} {%- include
|
9
14
|
appscms/navbars/toolbar.html -%} {%- if homeData.nofileupload -%}
|
10
15
|
<div
|
data/_layouts/devtool-blog.html
CHANGED
@@ -1,7 +1,12 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<html lang="en">
|
3
3
|
{% include appscms/head/bloghead.html %}
|
4
|
-
<body
|
4
|
+
<body
|
5
|
+
data-developer-key="{{ site.developerKey }}"
|
6
|
+
data-client-id="{{ site.clientId }}"
|
7
|
+
data-app-id="{{ site.appId }}"
|
8
|
+
data-dropbox-apikey="{{ site.dropboxapikey }}"
|
9
|
+
>
|
5
10
|
{%- include appscms/navbars/navbar.html -%} {%- include
|
6
11
|
appscms/navbars/toolbar.html -%}
|
7
12
|
|
@@ -1,55 +1,59 @@
|
|
1
1
|
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
2
|
+
= page.folderName %} {% assign pageData = site.data[folder][lang][file] %} {%-
|
3
|
+
assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
4
|
+
|
5
|
+
<!DOCTYPE html>
|
6
|
+
<html lang="{{ page.lang }}">
|
7
|
+
{%- include appscms/head/head.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 appscms/navbars/navbar.html -%} {%- include
|
15
|
+
appscms/navbars/toolbar.html -%} {%- include bookmark.html -%} {%- if
|
16
|
+
site.safeui -%}
|
17
|
+
<div
|
18
|
+
class="alert alert-{{pageData.variant | default: 'primary'}} fade show text-center"
|
19
|
+
role="alert"
|
20
|
+
id="safeui-alert"
|
21
|
+
>
|
22
|
+
<div class="container">
|
23
|
+
{%- if pageData.alertmsg -%} {{pageData.alertmsg}} {%- else -%} We do
|
24
|
+
not upload any files to server, hence your data is 100% secure. {%-
|
25
|
+
endif -%}
|
22
26
|
</div>
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
27
|
+
</div>
|
28
|
+
{%- endif -%} {%- include appscms/headings/headings.html -%} {%- include
|
29
|
+
appscms/uploadbutton/uploadbutton.html -%} {%- include
|
30
|
+
appscms/featurehighlight/featurehighlight.html -%} {%- include
|
31
|
+
appscms/howto/howto.html -%} {%- if pageData.infographics.size > 0 -%} {%-
|
32
|
+
include appscms/infographics/infographics.html -%} {%- endif -%} {%- include
|
33
|
+
appscms/faq/faq.html -%}
|
34
|
+
<!-- {%- include
|
30
35
|
appscms/extras/traffic-count.html -%} -->
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
36
|
+
{%- if site.userTrackingCount -%} {%- include userTracking.html -%} {%-
|
37
|
+
endif -%} {%- assign langen = "en" -%} {%- if
|
38
|
+
site.data[folder][langen][file].categories -%} {% assign categories=
|
39
|
+
site.data[folder][langen][file].categories %} {%- else -%} {% assign
|
40
|
+
categories= page.categories %} {%- endif -%} {%- if
|
41
|
+
site.data[folder][langen][file].tags -%} {% assign tags=
|
42
|
+
site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
|
43
|
+
page.tags %} {%- endif -%} {%- if pageData.posts.size > 0 -%} {%- include
|
44
|
+
appscms/customblog/pageRelatedPosts.html -%} {%- else -%} {%- if
|
45
|
+
categories.size > 0 or tags.size > 0 -%} {%- include
|
46
|
+
appscms/recent-posts/related_categories_post.html -%} {%- else -%} {%-
|
47
|
+
include appscms/recent-posts/recent_posts.html -%} {%- endif -%} {%- endif
|
48
|
+
-%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
|
49
|
+
tags.size>0-%} {%- include appscms/customblog/relatedposts.html -%} {%- else
|
50
|
+
-%} {%- include appscms/customblog/recentposts.html -%} {% endif %} {%-
|
51
|
+
endif -%} {%- include appscms/extras/ratings.html -%} {%- if
|
52
|
+
pageData.author.size > 0 -%} {% include
|
53
|
+
appscms/featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {%-
|
54
|
+
include appscms/footer/products.html -%} {%- include
|
55
|
+
appscms/footer/footer.html -%} {%- if site.customCode -%} {%- include
|
56
|
+
customCode.html -%} {%- endif -%} {%- include appscms/scripts/script.html
|
57
|
+
-%}
|
58
|
+
</body>
|
59
|
+
</html>
|
data/_layouts/devtool-home.html
CHANGED
@@ -1,54 +1,58 @@
|
|
1
1
|
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
{%-
|
22
|
-
|
23
|
-
-%}
|
24
|
-
|
25
|
-
<!-- {%- include
|
26
|
-
appscms/category-tabs/category-tabs.html -%} -->
|
27
|
-
{%- include appscms/home/devtool-feature-boxes.html -%}
|
28
|
-
<div class="appcms-home-content-box" id="appcms-home-content-box">
|
29
|
-
{{ content }}
|
30
|
-
</div>
|
31
|
-
{%- assign langen = "en" -%} {%- if
|
32
|
-
site.data[folder][langen][file].categories -%} {% assign categories=
|
33
|
-
site.data[folder][langen][file].categories %} {%- else -%} {% assign
|
34
|
-
categories= page.categories %} {%- endif -%} {%- if
|
35
|
-
site.data[folder][langen][file].tags -%} {% assign tags=
|
36
|
-
site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
|
37
|
-
page.tags %} {%- endif -%} {%- if pageData.posts.size > 0 -%} {%- include
|
38
|
-
appscms/customblog/pageRelatedPosts.html -%} {%- else -%} {%- if
|
39
|
-
categories.size > 0 or tags.size > 0 -%} {%- include
|
40
|
-
appscms/recent-posts/related_categories_post.html -%} {%- else -%} {%-
|
41
|
-
include appscms/recent-posts/recent_posts.html -%} {%- endif -%} {%- endif
|
42
|
-
-%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
|
43
|
-
tags.size>0-%} {%- include appscms/customblog/relatedposts.html -%} {%- else
|
44
|
-
-%} {%- include appscms/customblog/recentposts.html -%} {% endif %} {%-
|
2
|
+
= page.folderName %} {% assign pageData = site.data[folder][lang][file] %} {%-
|
3
|
+
assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
4
|
+
<!DOCTYPE html>
|
5
|
+
<html lang="{{ page.lang }}">
|
6
|
+
{%- include appscms/head/head.html -%}
|
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
|
+
>
|
13
|
+
{%- include appscms/navbars/devtool-navbar.html -%} {%- include
|
14
|
+
appscms/navbars/devtool-toolbar.html -%} {%- if homeData.nofileupload -%}
|
15
|
+
<div
|
16
|
+
id="safeui-alert"
|
17
|
+
class="alert alert-{{homeData.variant | default: 'primary'}} fade show text-center"
|
18
|
+
role="alert"
|
19
|
+
>
|
20
|
+
<div class="container">
|
21
|
+
{%- if homeData.alertmsg -%} {{homeData.alertmsg}} {%- else -%} We do
|
22
|
+
not upload any files to server, hence your data is 100% secure. {%-
|
45
23
|
endif -%}
|
46
|
-
|
47
|
-
|
24
|
+
</div>
|
25
|
+
</div>
|
26
|
+
{%- endif -%} {%- include appscms/headings/devtool-headings.html -%} {%- if
|
27
|
+
site.search -%} {%- include appscms/searchbar/devtool-searchbar.html -%} {%-
|
28
|
+
endif -%}
|
29
|
+
|
30
|
+
<!-- {%- include
|
31
|
+
appscms/category-tabs/category-tabs.html -%} -->
|
32
|
+
{%- include appscms/home/devtool-feature-boxes.html -%}
|
33
|
+
<div class="appcms-home-content-box" id="appcms-home-content-box">
|
34
|
+
{{ content }}
|
35
|
+
</div>
|
36
|
+
{%- assign langen = "en" -%} {%- if
|
37
|
+
site.data[folder][langen][file].categories -%} {% assign categories=
|
38
|
+
site.data[folder][langen][file].categories %} {%- else -%} {% assign
|
39
|
+
categories= page.categories %} {%- endif -%} {%- if
|
40
|
+
site.data[folder][langen][file].tags -%} {% assign tags=
|
41
|
+
site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
|
42
|
+
page.tags %} {%- endif -%} {%- if pageData.posts.size > 0 -%} {%- include
|
43
|
+
appscms/customblog/pageRelatedPosts.html -%} {%- else -%} {%- if
|
44
|
+
categories.size > 0 or tags.size > 0 -%} {%- include
|
45
|
+
appscms/recent-posts/related_categories_post.html -%} {%- else -%} {%-
|
46
|
+
include appscms/recent-posts/recent_posts.html -%} {%- endif -%} {%- endif
|
47
|
+
-%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
|
48
|
+
tags.size>0-%} {%- include appscms/customblog/relatedposts.html -%} {%- else
|
49
|
+
-%} {%- include appscms/customblog/recentposts.html -%} {% endif %} {%-
|
50
|
+
endif -%}
|
51
|
+
|
52
|
+
<!--
|
48
53
|
{%- include
|
49
54
|
appscms/extras/traffic-count.html -%} -->
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
+
{%- include appscms/footer/products.html -%} {%- include
|
56
|
+
appscms/footer/footer.html -%} {%- include appscms/scripts/script.html -%}
|
57
|
+
</body>
|
58
|
+
</html>
|