appscms-tools-theme 4.0.2 → 4.0.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.
- checksums.yaml +4 -4
- data/_data/about/en/about.json +16 -16
- data/_data/blog/nav.json +13 -13
- data/_data/blog/relatedblogs.json +6932 -6932
- data/_data/download/en/download.json +73 -73
- data/_data/feature/en/3_shop_posters.json +361 -361
- data/_data/feature/en/allele-frequency.json +321 -321
- data/_data/feature/en/batch-conversion.json +153 -153
- data/_data/feature/en/compress-pdf.json +308 -308
- data/_data/feature/en/devtools.json +299 -299
- data/_data/feature/en/face-detection.json +123 -123
- data/_data/feature/en/split-pdf.json +176 -176
- data/_data/feature/en/theframe.json +126 -126
- data/_data/feature/hi/compress-pdf.json +162 -162
- data/_data/feature/tr/compress-pdf.json +161 -161
- data/_data/footer/en/data.json +167 -167
- data/_data/header/en/data.json +174 -174
- data/_data/home/en/en.json +381 -381
- data/_data/home/en/photoeffects.json +97 -97
- data/_data/home/en/posters.json +322 -322
- data/_data/home-1/en/en.json +308 -308
- data/_includes/appscms/customblog/pageRelatedPosts.html +84 -84
- data/_includes/appscms/customblog/recentposts.html +67 -67
- data/_includes/appscms/customblog/relatedBlogs.html +83 -83
- data/_includes/appscms/customblog/relatedposts.html +196 -200
- data/_includes/appscms/extras/appscms-postbox.html +65 -0
- data/_includes/appscms/featurePageAuthors/featurePageAuthors.html +97 -97
- data/_includes/appscms/featurehighlight/featurehighlight.html +1 -1
- data/_includes/appscms/head/bloghead.html +238 -238
- data/_includes/appscms/infographics/infographics.html +109 -109
- data/_includes/appscms/recent-posts/recent_posts.html +92 -90
- data/_includes/appscms/recent-posts/related_categories_post.html +198 -198
- data/_includes/author_bio.html +41 -41
- data/_includes/authorpagehead/index.html +47 -47
- data/_includes/authors/authors.html +117 -117
- data/_includes/batch-conversion.html +141 -141
- data/_includes/cssfile/links.html +54 -54
- data/_includes/custom-head.html +138 -138
- data/_includes/customCode.html +1 -1
- data/_includes/customScripts.html +1 -1
- data/_includes/customblog/pageRelatedPosts.html +87 -87
- data/_includes/customblog/relatedBlogs.html +86 -86
- data/_includes/dropdown/langdropdown.html +32 -32
- data/_includes/feature.html +39 -39
- data/_includes/featurePageAuthors/featurePageAuthors.html +97 -97
- data/_includes/footer/index.html +538 -538
- data/_includes/google-analytics.html +32 -32
- data/_includes/head/index.html +623 -623
- data/_includes/header/blogHeader.html +34 -34
- data/_includes/header/index.html +192 -192
- data/_includes/infographics/infographics.html +230 -230
- data/_includes/paginationBlogPage.html +70 -70
- data/_includes/script.html +557 -557
- data/_includes/share/socialshare.html +21 -21
- data/_includes/userTracking.html +43 -43
- data/_layouts/aboutUs.html +98 -98
- data/_layouts/allAuthors.html +131 -131
- data/_layouts/appscms-about.html +163 -163
- data/_layouts/appscms-audio.html +33 -33
- data/_layouts/appscms-author.html +408 -408
- data/_layouts/appscms-authors.html +132 -132
- data/_layouts/appscms-calculator.html +93 -93
- data/_layouts/appscms-categories.html +26 -0
- data/_layouts/appscms-contact.html +132 -132
- data/_layouts/appscms-disclaimer.html +124 -124
- data/_layouts/appscms-download.html +289 -289
- data/_layouts/appscms-feature-result.html +94 -94
- data/_layouts/appscms-help.html +25 -25
- data/_layouts/appscms-imagekit.html +113 -113
- data/_layouts/appscms-post.html +243 -243
- data/_layouts/appscms-privacy-policy.html +781 -781
- data/_layouts/appscms-terms-and-conditions.html +646 -646
- data/_layouts/appscms-video.html +33 -33
- data/_layouts/audio.html +33 -33
- data/_layouts/author.html +408 -408
- data/_layouts/batch.html +177 -177
- data/_layouts/blog.html +131 -131
- data/_layouts/calculator.html +99 -99
- data/_layouts/devtools.html +57 -57
- data/_layouts/feature-1.html +406 -406
- data/_layouts/feature.html +434 -434
- data/_layouts/featureResultPage.html +80 -80
- data/_layouts/frame.html +222 -222
- data/_layouts/home.html +300 -300
- data/_layouts/imagekit.html +303 -303
- data/_layouts/photo-effects-home.html +190 -190
- data/_layouts/post.html +233 -233
- data/assets/app.js +75 -75
- data/assets/css/appscms-blog.css +500 -500
- data/assets/css/appscms-home.css +5 -5
- data/assets/css/appscms-imagekit.css +854 -854
- data/assets/css/appscms-variables.css +18 -18
- data/assets/css/blog.css +509 -509
- data/assets/css/calculators.css +46 -46
- data/assets/css/devtools.css +105 -105
- data/assets/css/feature-1.css +293 -293
- data/assets/css/imagekit copy.css +848 -848
- data/assets/css/tools.css +1817 -1817
- data/assets/images/digipaint.svg +6 -6
- data/assets/images/logo.svg +2 -2
- data/assets/images/manthink.svg +3552 -3552
- data/assets/js/batch.js +256 -256
- data/assets/js/devtools.js +81 -81
- data/assets/js/sharePage.js +65 -65
- data/assets/js/usageTracking.js +143 -143
- data/assets/js/usageTrackingEvents.js +6 -6
- metadata +4 -2
|
@@ -1,132 +1,132 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
{% include appscms/head/bloghead.html %}
|
|
4
|
-
<style>
|
|
5
|
-
.authors-heading {
|
|
6
|
-
font-size: 50px;
|
|
7
|
-
font-weight: 900;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.authors-info {
|
|
11
|
-
padding: 32px;
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
justify-content: center;
|
|
15
|
-
text-align: center;
|
|
16
|
-
height: 100%;
|
|
17
|
-
width: 100%;
|
|
18
|
-
background: white;
|
|
19
|
-
box-shadow: 2px 4px 8px #d0cdcd;
|
|
20
|
-
border-radius: 15px;
|
|
21
|
-
margin-bottom: 100px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.authors-info .authors-image img {
|
|
25
|
-
display: inline-block;
|
|
26
|
-
width: 150px;
|
|
27
|
-
height: 150px;
|
|
28
|
-
padding: 8px;
|
|
29
|
-
border-radius: 50%;
|
|
30
|
-
object-fit: cover;
|
|
31
|
-
user-select: none;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.authors-info .authors-name {
|
|
35
|
-
margin: 1rem;
|
|
36
|
-
font-size: 23px;
|
|
37
|
-
color: #000;
|
|
38
|
-
font-weight: 600;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.authors-info .authors-bio {
|
|
42
|
-
color: #121315;
|
|
43
|
-
font-size: 14px;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.authors-posts-count {
|
|
47
|
-
font-size: 16px;
|
|
48
|
-
font-weight: 400;
|
|
49
|
-
color: #000 !important;
|
|
50
|
-
text-decoration: underline !important;
|
|
51
|
-
}
|
|
52
|
-
</style>
|
|
53
|
-
|
|
54
|
-
<body>
|
|
55
|
-
{%- include appscms/navbars/navbar.html -%} {%- include
|
|
56
|
-
appscms/navbars/toolbar.html -%}
|
|
57
|
-
<section class="authors-list" style="margin-top: 50px">
|
|
58
|
-
<div class="container">
|
|
59
|
-
<div class="row">
|
|
60
|
-
<div class="col-md-12">
|
|
61
|
-
<h1 class="mb-5 text-center authors-heading">Our Authors</h1>
|
|
62
|
-
<div class="row">
|
|
63
|
-
{% assign minCommonAuthor = 1 %} {% assign sameAuthorCount = 0 %}
|
|
64
|
-
{% assign posts = site.posts | where_exp:"post","post.url !=
|
|
65
|
-
page.url" %} {% assign seen_authors = '' %} {% for post in
|
|
66
|
-
site.posts %} {% unless seen_authors contains post.author %} {%
|
|
67
|
-
assign seen_authors = seen_authors | append: post.author | append:
|
|
68
|
-
',' %}
|
|
69
|
-
<!-- Render your author here -->
|
|
70
|
-
{%- include /authors/authors.html -%} {%- if authorName contains
|
|
71
|
-
authorName -%}
|
|
72
|
-
<div class="col-md-4 mb-5">
|
|
73
|
-
<div class="authors-info">
|
|
74
|
-
<a
|
|
75
|
-
class="authors-image"
|
|
76
|
-
href="/authors/{{authorName | downcase | replace: ' ' , '-' }}"
|
|
77
|
-
>
|
|
78
|
-
<img
|
|
79
|
-
loading="lazy"
|
|
80
|
-
src="{{image}}"
|
|
81
|
-
alt="{{ authorName }}"
|
|
82
|
-
/>
|
|
83
|
-
</a>
|
|
84
|
-
<a
|
|
85
|
-
class="authors-name"
|
|
86
|
-
href="/authors/{{authorName | downcase | replace: ' ' , '-' }}"
|
|
87
|
-
>{{authorName | capitalize }}</a
|
|
88
|
-
>
|
|
89
|
-
<a href="/blog" class="authors-posts-count"
|
|
90
|
-
>{{ site.posts | where: 'author', post.author | size }}
|
|
91
|
-
Posts</a
|
|
92
|
-
>
|
|
93
|
-
<p class="authors-bio mt-3">{{bio}}</p>
|
|
94
|
-
</div>
|
|
95
|
-
</div>
|
|
96
|
-
{%- endif -%} {% endunless %} {% endfor %} {% for post in posts %}
|
|
97
|
-
{%- include /authors/authors.html -%} {%- if post.author contains
|
|
98
|
-
authorName -%}
|
|
99
|
-
<div class="d-none col-md-4 mb-4">
|
|
100
|
-
<div class="authors-info">
|
|
101
|
-
<a
|
|
102
|
-
class="authors-image"
|
|
103
|
-
href="/authors/{{authorName | downcase | replace: ' ' , '-' }}"
|
|
104
|
-
>
|
|
105
|
-
<img
|
|
106
|
-
loading="lazy"
|
|
107
|
-
src="{{image}}"
|
|
108
|
-
alt="{{ authorName }}"
|
|
109
|
-
/>
|
|
110
|
-
</a>
|
|
111
|
-
<a
|
|
112
|
-
class="authors-name"
|
|
113
|
-
href="/authors/{{authorName | downcase | replace: ' ' , '-' }}"
|
|
114
|
-
>{{authorName | capitalize }}</a
|
|
115
|
-
>
|
|
116
|
-
<a href="/blog" class="authors-posts-count"
|
|
117
|
-
>{{ site.posts | where: 'author', post.author | size }}
|
|
118
|
-
Posts</a
|
|
119
|
-
>
|
|
120
|
-
<p class="authors-bio mt-3">{{bio}}</p>
|
|
121
|
-
</div>
|
|
122
|
-
</div>
|
|
123
|
-
{%- endif -%} {% endfor %}
|
|
124
|
-
</div>
|
|
125
|
-
</div>
|
|
126
|
-
</div>
|
|
127
|
-
</div>
|
|
128
|
-
{% include section/count.html %}
|
|
129
|
-
</section>
|
|
130
|
-
{%- include appscms/footer/static-footer.html -%} {% include script.html %}
|
|
131
|
-
</body>
|
|
132
|
-
</html>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
{% include appscms/head/bloghead.html %}
|
|
4
|
+
<style>
|
|
5
|
+
.authors-heading {
|
|
6
|
+
font-size: 50px;
|
|
7
|
+
font-weight: 900;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.authors-info {
|
|
11
|
+
padding: 32px;
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: column;
|
|
14
|
+
justify-content: center;
|
|
15
|
+
text-align: center;
|
|
16
|
+
height: 100%;
|
|
17
|
+
width: 100%;
|
|
18
|
+
background: white;
|
|
19
|
+
box-shadow: 2px 4px 8px #d0cdcd;
|
|
20
|
+
border-radius: 15px;
|
|
21
|
+
margin-bottom: 100px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.authors-info .authors-image img {
|
|
25
|
+
display: inline-block;
|
|
26
|
+
width: 150px;
|
|
27
|
+
height: 150px;
|
|
28
|
+
padding: 8px;
|
|
29
|
+
border-radius: 50%;
|
|
30
|
+
object-fit: cover;
|
|
31
|
+
user-select: none;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.authors-info .authors-name {
|
|
35
|
+
margin: 1rem;
|
|
36
|
+
font-size: 23px;
|
|
37
|
+
color: #000;
|
|
38
|
+
font-weight: 600;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.authors-info .authors-bio {
|
|
42
|
+
color: #121315;
|
|
43
|
+
font-size: 14px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.authors-posts-count {
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
font-weight: 400;
|
|
49
|
+
color: #000 !important;
|
|
50
|
+
text-decoration: underline !important;
|
|
51
|
+
}
|
|
52
|
+
</style>
|
|
53
|
+
|
|
54
|
+
<body>
|
|
55
|
+
{%- include appscms/navbars/navbar.html -%} {%- include
|
|
56
|
+
appscms/navbars/toolbar.html -%}
|
|
57
|
+
<section class="authors-list" style="margin-top: 50px">
|
|
58
|
+
<div class="container">
|
|
59
|
+
<div class="row">
|
|
60
|
+
<div class="col-md-12">
|
|
61
|
+
<h1 class="mb-5 text-center authors-heading">Our Authors</h1>
|
|
62
|
+
<div class="row">
|
|
63
|
+
{% assign minCommonAuthor = 1 %} {% assign sameAuthorCount = 0 %}
|
|
64
|
+
{% assign posts = site.posts | where_exp:"post","post.url !=
|
|
65
|
+
page.url" %} {% assign seen_authors = '' %} {% for post in
|
|
66
|
+
site.posts %} {% unless seen_authors contains post.author %} {%
|
|
67
|
+
assign seen_authors = seen_authors | append: post.author | append:
|
|
68
|
+
',' %}
|
|
69
|
+
<!-- Render your author here -->
|
|
70
|
+
{%- include /authors/authors.html -%} {%- if authorName contains
|
|
71
|
+
authorName -%}
|
|
72
|
+
<div class="col-md-4 mb-5">
|
|
73
|
+
<div class="authors-info">
|
|
74
|
+
<a
|
|
75
|
+
class="authors-image"
|
|
76
|
+
href="/authors/{{authorName | downcase | replace: ' ' , '-' }}"
|
|
77
|
+
>
|
|
78
|
+
<img
|
|
79
|
+
loading="lazy"
|
|
80
|
+
src="{{image}}"
|
|
81
|
+
alt="{{ authorName }}"
|
|
82
|
+
/>
|
|
83
|
+
</a>
|
|
84
|
+
<a
|
|
85
|
+
class="authors-name"
|
|
86
|
+
href="/authors/{{authorName | downcase | replace: ' ' , '-' }}"
|
|
87
|
+
>{{authorName | capitalize }}</a
|
|
88
|
+
>
|
|
89
|
+
<a href="/blog" class="authors-posts-count"
|
|
90
|
+
>{{ site.posts | where: 'author', post.author | size }}
|
|
91
|
+
Posts</a
|
|
92
|
+
>
|
|
93
|
+
<p class="authors-bio mt-3">{{bio}}</p>
|
|
94
|
+
</div>
|
|
95
|
+
</div>
|
|
96
|
+
{%- endif -%} {% endunless %} {% endfor %} {% for post in posts %}
|
|
97
|
+
{%- include /authors/authors.html -%} {%- if post.author contains
|
|
98
|
+
authorName -%}
|
|
99
|
+
<div class="d-none col-md-4 mb-4">
|
|
100
|
+
<div class="authors-info">
|
|
101
|
+
<a
|
|
102
|
+
class="authors-image"
|
|
103
|
+
href="/authors/{{authorName | downcase | replace: ' ' , '-' }}"
|
|
104
|
+
>
|
|
105
|
+
<img
|
|
106
|
+
loading="lazy"
|
|
107
|
+
src="{{image}}"
|
|
108
|
+
alt="{{ authorName }}"
|
|
109
|
+
/>
|
|
110
|
+
</a>
|
|
111
|
+
<a
|
|
112
|
+
class="authors-name"
|
|
113
|
+
href="/authors/{{authorName | downcase | replace: ' ' , '-' }}"
|
|
114
|
+
>{{authorName | capitalize }}</a
|
|
115
|
+
>
|
|
116
|
+
<a href="/blog" class="authors-posts-count"
|
|
117
|
+
>{{ site.posts | where: 'author', post.author | size }}
|
|
118
|
+
Posts</a
|
|
119
|
+
>
|
|
120
|
+
<p class="authors-bio mt-3">{{bio}}</p>
|
|
121
|
+
</div>
|
|
122
|
+
</div>
|
|
123
|
+
{%- endif -%} {% endfor %}
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
</div>
|
|
127
|
+
</div>
|
|
128
|
+
{% include section/count.html %}
|
|
129
|
+
</section>
|
|
130
|
+
{%- include appscms/footer/static-footer.html -%} {% include script.html %}
|
|
131
|
+
</body>
|
|
132
|
+
</html>
|
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
---
|
|
2
|
-
layout: appscms-feature
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
|
|
6
|
-
= page.folderName %} {% assign calculatorData=
|
|
7
|
-
site.data[folder][lang][file].calculatorData %}
|
|
8
|
-
|
|
9
|
-
<div class="container">
|
|
10
|
-
<div class="calculator-workspace">
|
|
11
|
-
<div class="row w-100 mx-auto">
|
|
12
|
-
<form id="calculator-form" class="w-100">
|
|
13
|
-
{%- for item in calculatorData.calculatorRow -%}
|
|
14
|
-
<div class="row" id="calculator-row-{{forloop.index}}">
|
|
15
|
-
{%- if item.labelName -%}
|
|
16
|
-
<div class="col-md-12">
|
|
17
|
-
<div class="d-flex">
|
|
18
|
-
<label for="{{item.labelId}}">{{item.labelName}}</label>
|
|
19
|
-
{%- if item.toolTip -%}
|
|
20
|
-
<span
|
|
21
|
-
class="calculator-tooltip"
|
|
22
|
-
data-toggle="tooltip"
|
|
23
|
-
data-placement="top"
|
|
24
|
-
title="{{item.toolTip}}"
|
|
25
|
-
><i class="fas fa-info-circle"></i></span
|
|
26
|
-
>{%- endif -%}
|
|
27
|
-
</div>
|
|
28
|
-
</div>
|
|
29
|
-
{%- endif -%} {%- if item.dropDown or item.inputBox or
|
|
30
|
-
item.dateTimePicker -%}
|
|
31
|
-
<div class="col-md-12">
|
|
32
|
-
<div class="d-flex calculator-inputs">
|
|
33
|
-
{%- if item.inputBox -%} {%- assign inputBoxType = "number" -%}
|
|
34
|
-
{%- if item.inputType -%} {%- assign inputBoxType = item.inputType
|
|
35
|
-
-%} {%- endif -%}
|
|
36
|
-
<input
|
|
37
|
-
class="form-control"
|
|
38
|
-
type="{{inputBoxType}}"
|
|
39
|
-
name="{{item.inputName}}"
|
|
40
|
-
id="{{item.inputId}}"
|
|
41
|
-
/>
|
|
42
|
-
{%- endif -%} {%- if item.dropDown -%}
|
|
43
|
-
<select
|
|
44
|
-
class="form-control"
|
|
45
|
-
name="{{item.dropDownName}}"
|
|
46
|
-
id="{{item.dropDownId}}"
|
|
47
|
-
></select>
|
|
48
|
-
{%- endif -%} {%- if item.dateTimePicker -%}
|
|
49
|
-
<input
|
|
50
|
-
class="form-control"
|
|
51
|
-
type="date"
|
|
52
|
-
name="{{item.dateTimePicker}}"
|
|
53
|
-
id="{{item.dateTimePickerId}}"
|
|
54
|
-
/>
|
|
55
|
-
{%- endif -%} {%- if item.unit -%}
|
|
56
|
-
<div class="unit">{{item.unit}}</div>
|
|
57
|
-
{%- endif -%}
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
{%- endif -%}
|
|
61
|
-
</div>
|
|
62
|
-
{%- endfor -%}
|
|
63
|
-
<div id="dynamic-section"></div>
|
|
64
|
-
</form>
|
|
65
|
-
</div>
|
|
66
|
-
<div class="row w-100 mx-auto">
|
|
67
|
-
{%- if calculatorData.ButtonValue -%}
|
|
68
|
-
<div class="col-12 mt-4 px-0">
|
|
69
|
-
<div class="d-flex justify-content-end">
|
|
70
|
-
<button
|
|
71
|
-
class="submit-button"
|
|
72
|
-
type="{{calculatorData.ButtonType}}"
|
|
73
|
-
id="{{calculatorData.ButtonId}}"
|
|
74
|
-
>
|
|
75
|
-
{{calculatorData.ButtonValue}}
|
|
76
|
-
</button>
|
|
77
|
-
</div>
|
|
78
|
-
</div>
|
|
79
|
-
{%- endif -%} {%- if calculatorData.resultDiv -%}
|
|
80
|
-
<div class="col-12 mt-3">
|
|
81
|
-
<div class="result-section" id="result-section"></div>
|
|
82
|
-
</div>
|
|
83
|
-
{%- endif -%}
|
|
84
|
-
</div>
|
|
85
|
-
</div>
|
|
86
|
-
{%- if calculatorData.calculatorWarning-%}
|
|
87
|
-
<div class="warning-alert-box mt-4">
|
|
88
|
-
<div class="alert alert-danger" role="alert">
|
|
89
|
-
{{ calculatorData.calculatorWarning }}
|
|
90
|
-
</div>
|
|
91
|
-
</div>
|
|
92
|
-
{%- endif -%}
|
|
93
|
-
</div>
|
|
1
|
+
---
|
|
2
|
+
layout: appscms-feature
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
|
|
6
|
+
= page.folderName %} {% assign calculatorData=
|
|
7
|
+
site.data[folder][lang][file].calculatorData %}
|
|
8
|
+
|
|
9
|
+
<div class="container">
|
|
10
|
+
<div class="calculator-workspace">
|
|
11
|
+
<div class="row w-100 mx-auto">
|
|
12
|
+
<form id="calculator-form" class="w-100">
|
|
13
|
+
{%- for item in calculatorData.calculatorRow -%}
|
|
14
|
+
<div class="row" id="calculator-row-{{forloop.index}}">
|
|
15
|
+
{%- if item.labelName -%}
|
|
16
|
+
<div class="col-md-12">
|
|
17
|
+
<div class="d-flex">
|
|
18
|
+
<label for="{{item.labelId}}">{{item.labelName}}</label>
|
|
19
|
+
{%- if item.toolTip -%}
|
|
20
|
+
<span
|
|
21
|
+
class="calculator-tooltip"
|
|
22
|
+
data-toggle="tooltip"
|
|
23
|
+
data-placement="top"
|
|
24
|
+
title="{{item.toolTip}}"
|
|
25
|
+
><i class="fas fa-info-circle"></i></span
|
|
26
|
+
>{%- endif -%}
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
{%- endif -%} {%- if item.dropDown or item.inputBox or
|
|
30
|
+
item.dateTimePicker -%}
|
|
31
|
+
<div class="col-md-12">
|
|
32
|
+
<div class="d-flex calculator-inputs">
|
|
33
|
+
{%- if item.inputBox -%} {%- assign inputBoxType = "number" -%}
|
|
34
|
+
{%- if item.inputType -%} {%- assign inputBoxType = item.inputType
|
|
35
|
+
-%} {%- endif -%}
|
|
36
|
+
<input
|
|
37
|
+
class="form-control"
|
|
38
|
+
type="{{inputBoxType}}"
|
|
39
|
+
name="{{item.inputName}}"
|
|
40
|
+
id="{{item.inputId}}"
|
|
41
|
+
/>
|
|
42
|
+
{%- endif -%} {%- if item.dropDown -%}
|
|
43
|
+
<select
|
|
44
|
+
class="form-control"
|
|
45
|
+
name="{{item.dropDownName}}"
|
|
46
|
+
id="{{item.dropDownId}}"
|
|
47
|
+
></select>
|
|
48
|
+
{%- endif -%} {%- if item.dateTimePicker -%}
|
|
49
|
+
<input
|
|
50
|
+
class="form-control"
|
|
51
|
+
type="date"
|
|
52
|
+
name="{{item.dateTimePicker}}"
|
|
53
|
+
id="{{item.dateTimePickerId}}"
|
|
54
|
+
/>
|
|
55
|
+
{%- endif -%} {%- if item.unit -%}
|
|
56
|
+
<div class="unit">{{item.unit}}</div>
|
|
57
|
+
{%- endif -%}
|
|
58
|
+
</div>
|
|
59
|
+
</div>
|
|
60
|
+
{%- endif -%}
|
|
61
|
+
</div>
|
|
62
|
+
{%- endfor -%}
|
|
63
|
+
<div id="dynamic-section"></div>
|
|
64
|
+
</form>
|
|
65
|
+
</div>
|
|
66
|
+
<div class="row w-100 mx-auto">
|
|
67
|
+
{%- if calculatorData.ButtonValue -%}
|
|
68
|
+
<div class="col-12 mt-4 px-0">
|
|
69
|
+
<div class="d-flex justify-content-end">
|
|
70
|
+
<button
|
|
71
|
+
class="submit-button"
|
|
72
|
+
type="{{calculatorData.ButtonType}}"
|
|
73
|
+
id="{{calculatorData.ButtonId}}"
|
|
74
|
+
>
|
|
75
|
+
{{calculatorData.ButtonValue}}
|
|
76
|
+
</button>
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
{%- endif -%} {%- if calculatorData.resultDiv -%}
|
|
80
|
+
<div class="col-12 mt-3">
|
|
81
|
+
<div class="result-section" id="result-section"></div>
|
|
82
|
+
</div>
|
|
83
|
+
{%- endif -%}
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
{%- if calculatorData.calculatorWarning-%}
|
|
87
|
+
<div class="warning-alert-box mt-4">
|
|
88
|
+
<div class="alert alert-danger" role="alert">
|
|
89
|
+
{{ calculatorData.calculatorWarning }}
|
|
90
|
+
</div>
|
|
91
|
+
</div>
|
|
92
|
+
{%- endif -%}
|
|
93
|
+
</div>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: appscms-blog
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
<div class="container">
|
|
6
|
+
<div class="row listrecent appscms-blogs">
|
|
7
|
+
{%- if site.monumetricId -%}
|
|
8
|
+
<div class="col-md-9 mx-auto">
|
|
9
|
+
<div class="row">
|
|
10
|
+
{%- endif -%} {% for category in site.categories %}
|
|
11
|
+
<div class="section-title col-md-12 mt-4">
|
|
12
|
+
<h2 id="{{ category[0] | replace: ' ', '-' }}">
|
|
13
|
+
Category
|
|
14
|
+
<span class="text-capitalize">{{ category[0] }}</span>
|
|
15
|
+
</h2>
|
|
16
|
+
</div>
|
|
17
|
+
{% assign pages_list = category[1] %} {% for post in pages_list %} {% if
|
|
18
|
+
post.title != null %} {% if group == null or group == post.group %} {%
|
|
19
|
+
include appscms/extras/appscms-postbox.html %} {% endif %} {% endif %}
|
|
20
|
+
{% endfor %} {% assign pages_list = nil %} {% assign group = nil %} {%
|
|
21
|
+
endfor %} {%- if site.monumetricId -%}
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
24
|
+
{%- endif -%}
|
|
25
|
+
</div>
|
|
26
|
+
</div>
|