appscms-tools-theme 4.7.8 → 4.7.9
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/appscms-home.html +3 -2
- data/_layouts/contenttool-feature.html +40 -44
- data/_layouts/contenttool-home.html +50 -50
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a11e891e4269df8bfce0cd613b5c2caa609c4ac053b4c9409140ce6d646ec5e1
|
|
4
|
+
data.tar.gz: 3f7b296af2901d33b2feac850700fc9fd7eb31ed96b568fd0fd34d3cf5604b76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de1db4f30a06d340fd856d9ebf157eee52af484603d5e30d9739d1455d3e0c68f15bd652082ed554406ebbd5b6ba21a89f16aa8f01a9d5838e102499d2747028
|
|
7
|
+
data.tar.gz: 8bc0ba76603431ad39f0053b970e55e9178fdaef68309df8bb784799c4e1231d95d9414f0648747a2880f099fe0751444f92bbd1a9b0adbea72c92887df33d9d
|
data/_layouts/appscms-home.html
CHANGED
|
@@ -50,7 +50,8 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
|
50
50
|
<!--
|
|
51
51
|
{%- include
|
|
52
52
|
appscms/extras/traffic-count.html -%} -->
|
|
53
|
-
{%- include appscms/footer/products.html -%}
|
|
54
|
-
|
|
53
|
+
{%- include appscms/footer/products.html -%}{%- include
|
|
54
|
+
internationalization-section.html -%} {%- include appscms/footer/footer.html
|
|
55
|
+
-%} {%- include appscms/scripts/script.html -%}
|
|
55
56
|
</body>
|
|
56
57
|
</html>
|
|
@@ -1,46 +1,42 @@
|
|
|
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
|
-
include /appscms/infographics/infographics.html -%} {%- endif -%} {%- include
|
|
19
|
-
appscms/faq/faq.html -%}
|
|
20
|
-
<!-- {%- include
|
|
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 -%} {%- include
|
|
11
|
+
appscms/headings/headings.html -%} {%- include
|
|
12
|
+
appscms/uploadbutton/uploadbutton.html -%} {%- include
|
|
13
|
+
appscms/featurehighlight/featurehighlight.html -%} {%- include
|
|
14
|
+
appscms/howto/howto.html -%} {%- if pageData.infographics.size > 0 -%} {%-
|
|
15
|
+
include /appscms/infographics/infographics.html -%} {%- endif -%} {%-
|
|
16
|
+
include appscms/faq/faq.html -%}
|
|
17
|
+
<!-- {%- include
|
|
21
18
|
appscms/extras/traffic-count.html -%} -->
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
19
|
+
{%- if site.userTrackingCount -%} {%- include userTracking.html -%} {%-
|
|
20
|
+
endif -%} {%- assign langen = "en" -%} {%- if
|
|
21
|
+
site.data[folder][langen][file].categories -%} {% assign categories=
|
|
22
|
+
site.data[folder][langen][file].categories %} {%- else -%} {% assign
|
|
23
|
+
categories= page.categories %} {%- endif -%} {%- if
|
|
24
|
+
site.data[folder][langen][file].tags -%} {% assign tags=
|
|
25
|
+
site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
|
|
26
|
+
page.tags %} {%- endif -%} {%- if pageData.posts.size > 0 -%} {%- include
|
|
27
|
+
appscms/customblog/pageRelatedPosts.html -%} {%- else -%} {%- if
|
|
28
|
+
categories.size > 0 or tags.size > 0 -%} {%- include
|
|
29
|
+
appscms/recent-posts/related_categories_post.html -%} {%- else -%} {%-
|
|
30
|
+
include appscms/recent-posts/recent_posts.html -%} {%- endif -%} {%- endif
|
|
31
|
+
-%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
|
|
32
|
+
tags.size>0-%} {%- include appscms/customblog/relatedposts.html -%} {%- else
|
|
33
|
+
-%} {%- include appscms/customblog/recentposts.html -%} {% endif %} {%-
|
|
34
|
+
endif -%} {%- include appscms/extras/ratings.html -%} {%- if
|
|
35
|
+
pageData.author.size > 0 -%} {% include
|
|
36
|
+
appscms/featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {%-
|
|
37
|
+
include appscms/footer/products.html -%}{%- include
|
|
38
|
+
internationalization-section.html -%} {%- include appscms/footer/footer.html
|
|
39
|
+
-%} {%- if site.customCode -%} {%- include customCode.html -%} {%- endif -%}
|
|
40
|
+
{%- include appscms/scripts/script.html -%}
|
|
41
|
+
</body>
|
|
42
|
+
</html>
|
|
@@ -1,54 +1,54 @@
|
|
|
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
|
-
endif -%}
|
|
19
|
-
</div>
|
|
20
|
-
</div>
|
|
21
|
-
{%- endif -%} {%- include appscms/headings/contenttool-headings.html -%} {%- if
|
|
22
|
-
site.search -%} {%- include appscms/searchbar/searchbar.html -%} {%- endif
|
|
23
|
-
-%}
|
|
24
|
-
|
|
25
|
-
<!-- {%- include
|
|
26
|
-
appscms/category-tabs/category-tabs.html -%} -->
|
|
27
|
-
{%- include appscms/home/contenttool-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
|
+
{%- include appscms/navbars/navbar.html -%} {%- include
|
|
9
|
+
appscms/navbars/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. {%-
|
|
45
18
|
endif -%}
|
|
46
|
-
|
|
47
|
-
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
{%- endif -%} {%- include appscms/headings/contenttool-headings.html -%} {%-
|
|
22
|
+
if site.search -%} {%- include appscms/searchbar/searchbar.html -%} {%-
|
|
23
|
+
endif -%}
|
|
24
|
+
|
|
25
|
+
<!-- {%- include
|
|
26
|
+
appscms/category-tabs/category-tabs.html -%} -->
|
|
27
|
+
{%- include appscms/home/contenttool-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 %} {%-
|
|
45
|
+
endif -%}
|
|
46
|
+
|
|
47
|
+
<!--
|
|
48
48
|
{%- include
|
|
49
49
|
appscms/extras/traffic-count.html -%} -->
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
50
|
+
{%- include appscms/footer/products.html -%} {%- include
|
|
51
|
+
internationalization-section.html -%} {%- include appscms/footer/footer.html
|
|
52
|
+
-%} {%- include appscms/scripts/script.html -%}
|
|
53
|
+
</body>
|
|
54
|
+
</html>
|