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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f594fe1ce7368c96e6814ed21350845c526c7a30b708e6100cb53a55b95a2aa
4
- data.tar.gz: 3ca27dc041e88ded1146ecdb948495c6960ead608ffe449b8aa697b7cd0e5948
3
+ metadata.gz: 1f86bfcc8eeafa9122e5e7ae3af81aba7fb6a5e414a21a919124c6fc0e940e38
4
+ data.tar.gz: 8fb3a4f46c6c7c25366dd1cb3e4353ff822021dd3aa910fe0416b98c1568a0be
5
5
  SHA512:
6
- metadata.gz: 6c34426f8cee57315e3f00180ed4a6898488064cbd4d6629dc97e5544d03a2bf77f05f0441a1d035fad90b1f3fa8bbd0666701b84f2b0a1558fadee86a96d2f0
7
- data.tar.gz: f2f7f6aa6d0d0910f8ccfb8fa533dd23d1456f9e62388054472bef55e6f0388c2d79efa4719a7ffe2dcd6748ff3d57c6b9091ffe04c2590d2853c923de822096
6
+ metadata.gz: 28973642be1b52d65098d2c29b5be1134c348095a478e79fc3574cc8e6b42d9907b808a1849a2e1092c06dc816c580b5418f1fffb309ec775177244b94ef1a09
7
+ data.tar.gz: f5f2df41af7b80b6135e21670ecf98a4060296bfd665999316487e7b3d75e12529b517b8749461986923e0c3d594b9a6e530a3c5b41a008ff5177bda7ba9ca94
@@ -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" -%}
@@ -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">
@@ -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">
@@ -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 -%}
@@ -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">
@@ -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
- {%- include appscms/reviews/trustpilot.html -%}
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
@@ -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">
@@ -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
@@ -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
- = 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
- {%- include appscms/navbars/navbar.html -%} {%- include
10
- appscms/navbars/toolbar.html -%} {%- include bookmark.html -%} {%- if
11
- site.safeui -%}
12
- <div
13
- class="alert alert-{{pageData.variant | default: 'primary'}} fade show text-center"
14
- role="alert"
15
- id="safeui-alert"
16
- >
17
- <div class="container">
18
- {%- if pageData.alertmsg -%} {{pageData.alertmsg}} {%- else -%} We do
19
- not upload any files to server, hence your data is 100% secure. {%-
20
- endif -%}
21
- </div>
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
- {%- endif -%} {%- include appscms/headings/headings.html -%} {%- include
24
- appscms/uploadbutton/uploadbutton.html -%} {%- include
25
- appscms/featurehighlight/featurehighlight.html -%} {%- include
26
- appscms/howto/howto.html -%} {%- if pageData.infographics.size > 0 -%} {%-
27
- include appscms/infographics/infographics.html -%} {%- endif -%} {%- include
28
- appscms/faq/faq.html -%}
29
- <!-- {%- include
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
- {%- if site.userTrackingCount -%} {%- include userTracking.html -%} {%-
32
- endif -%} {%- assign langen = "en" -%} {%- if
33
- site.data[folder][langen][file].categories -%} {% assign categories=
34
- site.data[folder][langen][file].categories %} {%- else -%} {% assign
35
- categories= page.categories %} {%- endif -%} {%- if
36
- site.data[folder][langen][file].tags -%} {% assign tags=
37
- site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
38
- page.tags %} {%- endif -%} {%- if pageData.posts.size > 0 -%} {%- include
39
- appscms/customblog/pageRelatedPosts.html -%} {%- else -%} {%- if
40
- categories.size > 0 or tags.size > 0 -%} {%- include
41
- appscms/recent-posts/related_categories_post.html -%} {%- else -%} {%-
42
- include appscms/recent-posts/recent_posts.html -%} {%- endif -%} {%- endif
43
- -%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
44
- tags.size>0-%} {%- include appscms/customblog/relatedposts.html -%} {%- else
45
- -%} {%- include appscms/customblog/recentposts.html -%} {% endif %} {%-
46
- endif -%} {%- include appscms/extras/ratings.html -%} {%- if
47
- pageData.author.size > 0 -%} {% include
48
- appscms/featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {%-
49
- include appscms/footer/products.html -%} {%- include
50
- appscms/footer/footer.html -%} {%- if site.customCode -%} {%- include
51
- customCode.html -%} {%- endif -%} {%- include appscms/scripts/script.html
52
- -%}
53
- </body>
54
- </html>
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>
@@ -1,54 +1,58 @@
1
1
  {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
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
- {%- include appscms/navbars/devtool-navbar.html -%} {%- include
9
- appscms/navbars/devtool-toolbar.html -%} {%- if homeData.nofileupload -%}
10
- <div
11
- id="safeui-alert"
12
- class="alert alert-{{homeData.variant | default: 'primary'}} fade show text-center"
13
- role="alert"
14
- >
15
- <div class="container">
16
- {%- if homeData.alertmsg -%} {{homeData.alertmsg}} {%- else -%} We do
17
- not upload any files to server, hence your data is 100% secure. {%-
18
- endif -%}
19
- </div>
20
- </div>
21
- {%- endif -%} {%- include appscms/headings/devtool-headings.html -%} {%- if
22
- site.search -%} {%- include appscms/searchbar/devtool-searchbar.html -%} {%- endif
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
- {%- include appscms/footer/products.html -%} {%- include
51
- appscms/footer/footer.html -%} {%- include appscms/scripts/script.html -%}
52
- </body>
53
- </html>
54
-
55
+ {%- include appscms/footer/products.html -%} {%- include
56
+ appscms/footer/footer.html -%} {%- include appscms/scripts/script.html -%}
57
+ </body>
58
+ </html>