appscms-tools-theme 5.1.3 → 5.1.5
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/_data/.DS_Store +0 -0
- data/_data/feature/.DS_Store +0 -0
- data/_data/feature/en/compress-pdf.json +2 -2
- data/_includes/.DS_Store +0 -0
- data/_includes/appscms/.DS_Store +0 -0
- data/_includes/appscms/faq/faq.html +13 -11
- 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/css/appscms-theme.css +1 -1
- 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: e310720a45696b17744e79144cdbd276a559cf067afccaf8a1ae15fe2d1f4b8d
|
4
|
+
data.tar.gz: a4bfe0ae647f3657f7b21891a9c2ed87b680f500fb36317ecfeee6fb3ffe7a4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45a92522616f98d222e7f9bf0519537b407d57f56e5eaa1b5d6147f007073f20824a0e63d3d7c7139f134d462260281a101cdf0681efd59e5591f838cd4f2c8c
|
7
|
+
data.tar.gz: fcd90f0fb299391134fe8ea7c4829fa464e8102c7e70ae3e31e0e41066800e82cb0e5eaf697321ec7a0a044a260f380ab00927e8d73415f2a2b40740cb5124cd
|
data/_data/.DS_Store
CHANGED
Binary file
|
data/_data/feature/.DS_Store
CHANGED
Binary file
|
@@ -73,11 +73,11 @@
|
|
73
73
|
"FAQ": [
|
74
74
|
{
|
75
75
|
"question": "How many seconds from now, will the alarm ring ?",
|
76
|
-
"answer": "
|
76
|
+
"answer": "You can visit https://safeimagekit.com/conv/aspect-ratio to change the aspect ratio of your images quickly and effortlessly. Select different aspect ratios and customize your images to fit your needs."
|
77
77
|
},
|
78
78
|
{
|
79
79
|
"question": "Can I rely on Setalarmforme.com to setup alarm for $variable minutes from now ?",
|
80
|
-
"answer": "
|
80
|
+
"answer": "You can visit https://safeimagekit.com/split-photo to change the aspect ratio of your images quickly and effortlessly. Select different aspect ratios and customize your images to fit your needs."
|
81
81
|
},
|
82
82
|
{
|
83
83
|
"question": "What will happen to the alarm that I have set, if I refresh the browser ?",
|
data/_includes/.DS_Store
CHANGED
Binary file
|
data/_includes/appscms/.DS_Store
CHANGED
Binary file
|
@@ -4,7 +4,8 @@
|
|
4
4
|
{%- assign showFaqs= true -%} {%- for item in site.noFaqsList -%} {%- if item ==
|
5
5
|
page.lang -%} {%- assign showFaqs = false -%} {%- break -%} {%- else -%} {%-
|
6
6
|
assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
|
7
|
-
-%}
|
7
|
+
-%}
|
8
|
+
{%- if pageData.FAQ.size>0 -%}
|
8
9
|
<div class="container heading mt-5">
|
9
10
|
<div class="d-flex align-items-center justify-content-center">
|
10
11
|
<hr
|
@@ -21,16 +22,17 @@ assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
|
|
21
22
|
</div>
|
22
23
|
</div>
|
23
24
|
<div class="container mx-auto appscms-faq-section col-md-9 p-3 pb-3 col-12">
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
25
|
+
{% for data in pageData.FAQ %}
|
26
|
+
<div class="faq-item">
|
27
|
+
<h3 class="faq-question">
|
28
|
+
{{ data.question | replace: "$variable", page.value }}
|
29
|
+
</h3>
|
30
|
+
<p class="faq-answer">
|
31
|
+
{{ data.answer | replace: "$variable", page.value | auto_link }}
|
32
|
+
</p>
|
33
|
+
</div>
|
34
|
+
{% endfor %}
|
35
|
+
|
34
36
|
</div>
|
35
37
|
</div>
|
36
38
|
</div>
|
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>
|