appscms-tools-theme 1.5.0 → 1.5.1
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/_includes/script.html +2 -2
- data/_layouts/feature.html +12 -12
- data/_layouts/home.html +14 -15
- 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: f7abf4dade27c7733e3ef4feedacbdf7dbbcab02969dd3570094189803bf6998
|
|
4
|
+
data.tar.gz: 8a3bb5007fbd09e4469530854d47fad998de0d7b5f32aa9bd4ae8625b508ec0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6e2923812c1ad17ea698c51c21a21d7514da6058c2520d302ab6d96530212d7b2bd61f85322c9763c660bd72874e371a179c881c2f396ca1af6a3a6d5a386b6
|
|
7
|
+
data.tar.gz: 2cf6767bcb28cfaca6c2161e52c8447ec1f34d1360b07ce484995043a326d61a9c72891395c2dd92be295e5d9829b3783c5843be0866aba0baf7fc1b41e9037f
|
data/_includes/script.html
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{% assign scriptData = site.data.[page.folderName][lang][file] %}
|
|
2
2
|
{%- assign dataAtt = "data-folderName='$folderName' data-lang='$lang' data-fileName='$fileName' data-tool='$tool'" -%}
|
|
3
3
|
{%- assign $folderName = '$folderName' -%}
|
|
4
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" {%- if site.crossorigin
|
|
5
|
-
{%- endif -%}></script>
|
|
4
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" {%- if site.crossorigin
|
|
5
|
+
-%} "crossorigin" {%- endif -%}></script>
|
|
6
6
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
|
|
7
7
|
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous" {%- if
|
|
8
8
|
site.crossorigin -%} crossorigin {%- endif -%}></script>
|
data/_layouts/feature.html
CHANGED
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
{%- if site.safeui -%}
|
|
12
12
|
<div class="alert alert-{{featureData.variant | default: 'warning'}} alert-dismissible fade show text-center"
|
|
13
13
|
role="alert">
|
|
14
|
-
<img
|
|
15
|
-
|
|
14
|
+
<img src="/assets/secure.svg" height="23px" width="18px" alt="secure" {%- if site.crossorigin -%} crossorigin
|
|
15
|
+
{%- endif -%}>
|
|
16
16
|
{%- if featureData.alertmsg -%}
|
|
17
17
|
{{featureData.alertmsg}}
|
|
18
18
|
{%- else -%}
|
|
19
19
|
We do not upload any files to server, hence your data is 100% secure.
|
|
20
20
|
{%- endif -%}
|
|
21
|
-
<img
|
|
22
|
-
|
|
21
|
+
<img src="/assets/noserverupload.svg" height="23px" width="20px" alt="no server upload" {%- if site.crossorigin
|
|
22
|
+
-%} crossorigin {%- endif -%}>
|
|
23
23
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
|
24
24
|
<span aria-hidden="true">×</span>
|
|
25
25
|
</button>
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
<div class="d-flex justify-content-center align-items-center"><span class="fHhdVc">
|
|
31
31
|
<div class="div-cont feature-img mr-2">
|
|
32
32
|
{%- if featureData.img -%}
|
|
33
|
-
<img {
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
<img style=width:{{featureData.imgwidth}};height:{{featureData.imgheight}};
|
|
34
|
+
src="{{featureData.img}}" alt="{{featureData.imgalt}}" {%- if site.crossorigin -%}
|
|
35
|
+
crossorigin {%- endif -%}>
|
|
36
36
|
{%- else -%}
|
|
37
37
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
38
38
|
viewBox="0 0 36 36" fill="#000">
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
<div class="row px-0">
|
|
70
70
|
{% for data in featureData.TEXTUAL_CONTENT %}
|
|
71
71
|
<div class="col-lg-4 col-md-6 my-4">
|
|
72
|
-
<div><img
|
|
73
|
-
|
|
72
|
+
<div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
|
|
73
|
+
alt={{data.header}} {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
74
74
|
<div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
|
|
75
75
|
<div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
|
|
76
76
|
</div>
|
|
@@ -83,10 +83,10 @@
|
|
|
83
83
|
<div class="flex-class">
|
|
84
84
|
<div class=" d-flex flex-wrap justify-content-center">
|
|
85
85
|
{%- if featureData.HOW_TO_CONTENT.logoImageUrl -%}
|
|
86
|
-
<div class="how-to-img-wrapper "><img
|
|
87
|
-
class="how-to-leftimg" height="180px" width="300px"
|
|
86
|
+
<div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
|
|
88
87
|
src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
|
|
89
|
-
alt="{{featureData.HOW_TO_CONTENT.logoImageAlt}}"
|
|
88
|
+
alt="{{featureData.HOW_TO_CONTENT.logoImageAlt}}" {%- if site.crossorigin -%} crossorigin
|
|
89
|
+
{%- endif -%}>
|
|
90
90
|
</div>
|
|
91
91
|
{%- endif -%}
|
|
92
92
|
<div class="how-to-right">
|
data/_layouts/home.html
CHANGED
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
{%- if homeData.nofileupload -%}
|
|
12
12
|
<div class="alert alert-{{featureData.variant | default: 'warning'}} alert-dismissible fade show text-center"
|
|
13
13
|
role="alert">
|
|
14
|
-
<img
|
|
15
|
-
|
|
14
|
+
<img src="/assets/secure.svg" height="23px" width="18px" alt="secure" {%- if site.crossorigin -%} crossorigin
|
|
15
|
+
{%- endif -%}>
|
|
16
16
|
{%- if featureData.alertmsg -%}
|
|
17
17
|
{{featureData.alertmsg}}
|
|
18
18
|
{%- else -%}
|
|
19
19
|
We do not upload any files to server, hence your data is 100% secure.
|
|
20
20
|
{%- endif -%}
|
|
21
|
-
<img
|
|
22
|
-
|
|
21
|
+
<img src="/assets/noserverupload.svg" height="23px" width="20px" alt="no server upload" {%- if site.crossorigin
|
|
22
|
+
-%} crossorigin {%- endif -%}>
|
|
23
23
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
|
24
24
|
<span aria-hidden="true">×</span>
|
|
25
25
|
</button>
|
|
@@ -31,9 +31,8 @@
|
|
|
31
31
|
<div class="d-flex justify-content-center align-items-center"><span class="fHhdVc">
|
|
32
32
|
<div class="div-cont feature-img mr-2">
|
|
33
33
|
{%- if homeData.img -%}
|
|
34
|
-
<img {
|
|
35
|
-
|
|
36
|
-
alt="{{homeData.imgalt}}">
|
|
34
|
+
<img style=width:{{homeData.imgwidth}};height:{{homeData.imgheight}}; src="{{homeData.img}}"
|
|
35
|
+
alt="{{homeData.imgalt}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
37
36
|
{%- endif -%}
|
|
38
37
|
</div>
|
|
39
38
|
</span>
|
|
@@ -51,8 +50,8 @@
|
|
|
51
50
|
<li style=background:{{product.color}} class="home-feature-box">
|
|
52
51
|
<div class="home-inner-box">
|
|
53
52
|
<div class="div-cont feature-img" height="36px" width="36px">
|
|
54
|
-
<img
|
|
55
|
-
|
|
53
|
+
<img src="{{product.icon}}" height="36px" width="36px" alt="star icon" {%- if
|
|
54
|
+
site.crossorigin -%} crossorigin {%- endif -%}>
|
|
56
55
|
</div>
|
|
57
56
|
</div>
|
|
58
57
|
<div class="home-feature-desc">{{product.description}}</div><a class="home-feature-name"
|
|
@@ -71,8 +70,8 @@
|
|
|
71
70
|
<div class="row px-0">
|
|
72
71
|
{% for data in homeData.TEXTUAL_CONTENT %}
|
|
73
72
|
<div class="col-lg-4 col-md-6 my-4">
|
|
74
|
-
<div><img
|
|
75
|
-
|
|
73
|
+
<div><img class="feature-card-img" height="48px" width="48px" loading="lazy" src="{{data.logoUrl}}"
|
|
74
|
+
alt={{data.header}} {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
76
75
|
<div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
|
|
77
76
|
<div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
|
|
78
77
|
</div>
|
|
@@ -87,10 +86,10 @@
|
|
|
87
86
|
<div class="flex-class">
|
|
88
87
|
<div class=" d-flex flex-wrap justify-content-center">
|
|
89
88
|
{%- if homeData.HOW_TO_CONTENT.logoImageUrl -%}
|
|
90
|
-
<div class="how-to-img-wrapper "><img
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
89
|
+
<div class="how-to-img-wrapper "><img class="how-to-leftimg" loading="lazy" height="215px"
|
|
90
|
+
width="100%" src="{{homeData.HOW_TO_CONTENT.logoImageUrl}}"
|
|
91
|
+
alt="{{homeData.HOW_TO_CONTENT.logoImageAlt}}" {%- if site.crossorigin -%} crossorigin {%-
|
|
92
|
+
endif -%}>
|
|
94
93
|
</div>
|
|
95
94
|
{%- endif -%}
|
|
96
95
|
<div class="how-to-right">
|