appscms-tools-theme 5.2.9 → 5.3.0

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/appscms-feature.html +100 -93
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 172518566046f4fd7791d50dd2e7c26122eed58a3a0696ffddb700992ed289ce
4
- data.tar.gz: bb4626c1cf6b9773621276c3de6d74782da35d12bada124fdaffa09ec224cf87
3
+ metadata.gz: de059ca0360d8bc321b63e66c9c3a4e92673f10009126d24560805c5399b2717
4
+ data.tar.gz: 00c15b9f9638c2c6e2420b73507a59f950cf10986ba81dd89878916e7929b683
5
5
  SHA512:
6
- metadata.gz: af21d39e08c528cf7978449a6967e95c2848cd9090dc47361e2ca41eb50d5ad1e24862c89d7ae1fba268844d4d5bdbab75f77226088504a839ea0274c5124c50
7
- data.tar.gz: 5a9353662bc9d831c2cb0a5cdc9f02753f0d22a1be464b3ca1564a38eed798538d7a7ed01451af883bddf2b73edba20f45ca855489c71b93e54c3b5d17d9d9fe
6
+ metadata.gz: c9348d2b33c63a3f84c143e0b1084d6fd538fdb6eca160680bc74e5c7039eb3cd1e32bc2b9d53ebf515a921b4c94192acef689cc11ffd4e4ccbe7a9f52bd30dd
7
+ data.tar.gz: ac1608a6f8ed9bc7f5f5f8847863146434c89f416c049913453b4ed6603ee782326806adb9f51d9b9da7d4d5c1e1cf29f7b2c46845e9270d8447fb052302b819
@@ -2,100 +2,107 @@
2
2
  = page.folderName %} {% assign pageData = site.data[folder][lang][file] %} {%-
3
3
  assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
4
4
 
5
- <!DOCTYPE html>
5
+ <!doctype html>
6
6
  <html lang="{{ page.lang }}">
7
- {%- include appscms/head/head.html -%}
8
-
9
- <body data-developer-key="{{ site.developerKey }}" data-client-id="{{ site.clientId }}" data-app-id="{{ site.appId }}"
10
- data-dropbox-apikey="{{ site.dropboxapikey }}">
11
-
12
-
13
-
14
-
15
- {%- include contenttool_banner.html -%}
16
-
17
-
18
- {%- include appscms/navbars/navbar.html -%} {%- include
19
- appscms/navbars/toolbar.html -%} {%- include bookmark.html -%} {%- if
20
- site.safeui -%}
21
- <div class="alert alert-{{pageData.variant | default: 'primary'}} fade show text-center" role="alert"
22
- id="safeui-alert">
23
- <svg height="25" width="25" fill="#004084" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"
24
- stroke="#004084">
25
- <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
26
- <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
27
- <g id="SVGRepo_iconCarrier">
28
- <path
29
- d="M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192L512 64zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110 312 110v330z">
30
- </path>
31
- <path
32
- d="M378.4 475.1a35.91 35.91 0 0 0-50.9 0 35.91 35.91 0 0 0 0 50.9l129.4 129.4 2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7 378.4 475.1z">
33
- </path>
34
- </g>
35
- </svg>
36
-
37
- {%- if pageData.alertmsg -%} {{pageData.alertmsg}} {%- else -%} We do not
38
- upload any files to server, hence your data is 100% secure. {%- endif -%}
39
- </div>
40
- {%- endif -%}
41
-
42
-
43
- <script>
44
- function closeBanner() {
45
- const banner = document.getElementById('promoBanner');
46
- banner.style.transform = 'translateY(-100%)';
47
- banner.style.opacity = '0';
48
- setTimeout(() => {
49
- banner.style.display = 'none';
50
- }, 300);
51
- }
52
-
53
-
54
- // Auto-hide after 30 seconds (optional)
55
- setTimeout(() => {
56
- const banner = document.getElementById('promoBanner');
57
- if (banner.style.display !== 'none') {
58
- banner.style.opacity = '0.8';
7
+ {%- include appscms/head/head.html -%}
8
+
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
+ >
15
+ {%- include contenttool_banner.html -%} {%- include
16
+ appscms/navbars/navbar.html -%} {%- include appscms/navbars/toolbar.html -%}
17
+ {%- include bookmark.html -%} {%- if site.safeui -%}
18
+ <div
19
+ class="alert alert-{{pageData.variant | default: 'primary'}} fade show text-center"
20
+ role="alert"
21
+ id="safeui-alert"
22
+ >
23
+ <svg
24
+ height="25"
25
+ width="25"
26
+ fill="#004084"
27
+ viewBox="0 0 1024 1024"
28
+ xmlns="http://www.w3.org/2000/svg"
29
+ stroke="#004084"
30
+ >
31
+ <g id="SVGRepo_bgCarrier" stroke-width="0"></g>
32
+ <g
33
+ id="SVGRepo_tracerCarrier"
34
+ stroke-linecap="round"
35
+ stroke-linejoin="round"
36
+ ></g>
37
+ <g id="SVGRepo_iconCarrier">
38
+ <path
39
+ d="M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192L512 64zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110 312 110v330z"
40
+ ></path>
41
+ <path
42
+ d="M378.4 475.1a35.91 35.91 0 0 0-50.9 0 35.91 35.91 0 0 0 0 50.9l129.4 129.4 2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7 378.4 475.1z"
43
+ ></path>
44
+ </g>
45
+ </svg>
46
+
47
+ {%- if pageData.alertmsg -%} {{pageData.alertmsg}} {%- else -%} We do not
48
+ upload any files to server, hence your data is 100% secure. {%- endif -%}
49
+ </div>
50
+ {%- endif -%}
51
+
52
+ <script>
53
+ function closeBanner() {
54
+ const banner = document.getElementById("promoBanner");
55
+ banner.style.transform = "translateY(-100%)";
56
+ banner.style.opacity = "0";
57
+ setTimeout(() => {
58
+ banner.style.display = "none";
59
+ }, 300);
59
60
  }
60
- }, 30000);
61
- </script>
62
-
63
61
 
64
- {%- include appscms/headings/headings.html -%}
65
- <div class="appscms-sidebar-left"></div>
66
- <div class="appscms-sidebar-right"></div>
67
-
68
-
69
- {%- include appscms/uploadbutton/uploadbutton.html -%} {%- include
70
- appscms/featurehighlight/featurehighlight.html -%} {%- include
71
- appscms/howto/howto.html -%} {%- if pageData.infographics.size > 0 -%} {%-
72
- include appscms/infographics/infographics.html -%} {%- endif -%} {%- include
73
- appscms/faq/faq.html -%} {%- include appscms/usp/usp.html -%} {%- include
74
- appscms/reviews/trustpilot.html -%}
75
- <!-- {%- include
62
+ // Auto-hide after 30 seconds (optional)
63
+ setTimeout(() => {
64
+ const banner = document.getElementById("promoBanner");
65
+ if (banner) {
66
+ if (banner.style.display !== "none") {
67
+ banner.style.opacity = "0.8";
68
+ }
69
+ }
70
+ }, 30000);
71
+ </script>
72
+
73
+ {%- include appscms/headings/headings.html -%}
74
+ <div class="appscms-sidebar-left"></div>
75
+ <div class="appscms-sidebar-right"></div>
76
+
77
+ {%- include appscms/uploadbutton/uploadbutton.html -%} {%- include
78
+ appscms/featurehighlight/featurehighlight.html -%} {%- include
79
+ appscms/howto/howto.html -%} {%- if pageData.infographics.size > 0 -%} {%-
80
+ include appscms/infographics/infographics.html -%} {%- endif -%} {%- include
81
+ appscms/faq/faq.html -%} {%- include appscms/usp/usp.html -%} {%- include
82
+ appscms/reviews/trustpilot.html -%}
83
+ <!-- {%- include
76
84
  appscms/extras/traffic-count.html -%} -->
77
- {%- if site.userTrackingCount -%} {%- include userTracking.html -%} {%-
78
- endif -%} {%- assign langen = "en" -%} {%- if
79
- site.data[folder][langen][file].categories -%} {% assign categories=
80
- site.data[folder][langen][file].categories %} {%- else -%} {% assign
81
- categories= page.categories %} {%- endif -%} {%- if
82
- site.data[folder][langen][file].tags -%} {% assign tags=
83
- site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
84
- page.tags %} {%- endif -%} {%- if pageData.posts.size > 0 -%} {%- include
85
- appscms/customblog/pageRelatedPosts.html -%} {%- else -%} {%- if
86
- categories.size > 0 or tags.size > 0 -%} {%- include
87
- appscms/recent-posts/related_categories_post.html -%} {%- else -%} {%-
88
- include appscms/recent-posts/recent_posts.html -%} {%- endif -%} {%- endif
89
- -%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
90
- tags.size>0-%} {%- include appscms/customblog/relatedposts.html -%} {%- else
91
- -%} {%- include appscms/customblog/recentposts.html -%} {% endif %} {%-
92
- endif -%} {%- include appscms/extras/ratings.html -%} {%- if
93
- pageData.author.size > 0 -%} {% include
94
- appscms/featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {%-
95
- include appscms/footer/products.html -%} {%- include
96
- internationalization-section.html -%}{%- include appscms/footer/footer.html
97
- -%} {%- if site.customCode -%} {%- include customCode.html -%}{%- endif -%}
98
- {%- include appscms/scripts/script.html -%}
99
- </body>
100
-
101
- </html>
85
+ {%- if site.userTrackingCount -%} {%- include userTracking.html -%} {%-
86
+ endif -%} {%- assign langen = "en" -%} {%- if
87
+ site.data[folder][langen][file].categories -%} {% assign categories=
88
+ site.data[folder][langen][file].categories %} {%- else -%} {% assign
89
+ categories= page.categories %} {%- endif -%} {%- if
90
+ site.data[folder][langen][file].tags -%} {% assign tags=
91
+ site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
92
+ page.tags %} {%- endif -%} {%- if pageData.posts.size > 0 -%} {%- include
93
+ appscms/customblog/pageRelatedPosts.html -%} {%- else -%} {%- if
94
+ categories.size > 0 or tags.size > 0 -%} {%- include
95
+ appscms/recent-posts/related_categories_post.html -%} {%- else -%} {%-
96
+ include appscms/recent-posts/recent_posts.html -%} {%- endif -%} {%- endif
97
+ -%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
98
+ tags.size>0-%} {%- include appscms/customblog/relatedposts.html -%} {%- else
99
+ -%} {%- include appscms/customblog/recentposts.html -%} {% endif %} {%-
100
+ endif -%} {%- include appscms/extras/ratings.html -%} {%- if
101
+ pageData.author.size > 0 -%} {% include
102
+ appscms/featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {%-
103
+ include appscms/footer/products.html -%} {%- include
104
+ internationalization-section.html -%}{%- include appscms/footer/footer.html
105
+ -%} {%- if site.customCode -%} {%- include customCode.html -%}{%- endif -%}
106
+ {%- include appscms/scripts/script.html -%}
107
+ </body>
108
+ </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.9
4
+ version: 5.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms