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
data/_layouts/calculator.html
CHANGED
|
@@ -1,99 +1,99 @@
|
|
|
1
|
-
---
|
|
2
|
-
layout: 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="row">
|
|
11
|
-
<div class="col-md-7 mx-auto">
|
|
12
|
-
<div class="calculator-workspace">
|
|
13
|
-
<div class="row w-100 mx-auto">
|
|
14
|
-
<form id="calculator-form" class="w-100">
|
|
15
|
-
{%- for item in calculatorData.calculatorRow -%}
|
|
16
|
-
<div class="row" id="calculator-row-{{forloop.index}}">
|
|
17
|
-
{%- if item.labelName -%}
|
|
18
|
-
<div class="col-md-12">
|
|
19
|
-
<div class="d-flex">
|
|
20
|
-
<label for="{{item.labelId}}">{{item.labelName}}</label>
|
|
21
|
-
{%- if item.toolTip -%}
|
|
22
|
-
<span
|
|
23
|
-
class="calculator-tooltip"
|
|
24
|
-
data-toggle="tooltip"
|
|
25
|
-
data-placement="top"
|
|
26
|
-
title="{{item.toolTip}}"
|
|
27
|
-
><i class="fas fa-info-circle"></i></span
|
|
28
|
-
>{%- endif -%}
|
|
29
|
-
</div>
|
|
30
|
-
</div>
|
|
31
|
-
{%- endif -%} {%- if item.dropDown or item.inputBox or
|
|
32
|
-
item.dateTimePicker -%}
|
|
33
|
-
<div class="col-md-12">
|
|
34
|
-
<div class="d-flex calculator-inputs">
|
|
35
|
-
{%- if item.inputBox -%} {%- assign inputBoxType = "number"
|
|
36
|
-
-%} {%- if item.inputType -%} {%- assign inputBoxType =
|
|
37
|
-
item.inputType -%} {%- endif -%}
|
|
38
|
-
<input
|
|
39
|
-
class="form-control"
|
|
40
|
-
type="{{inputBoxType}}"
|
|
41
|
-
name="{{item.inputName}}"
|
|
42
|
-
id="{{item.inputId}}"
|
|
43
|
-
/>
|
|
44
|
-
{%- endif -%} {%- if item.dropDown -%}
|
|
45
|
-
<select
|
|
46
|
-
class="form-control"
|
|
47
|
-
name="{{item.dropDownName}}"
|
|
48
|
-
id="{{item.dropDownId}}"
|
|
49
|
-
></select>
|
|
50
|
-
{%- endif -%} {%- if item.dateTimePicker -%}
|
|
51
|
-
<input
|
|
52
|
-
class="form-control"
|
|
53
|
-
type="date"
|
|
54
|
-
name="{{item.dateTimePicker}}"
|
|
55
|
-
id="{{item.dateTimePickerId}}"
|
|
56
|
-
/>
|
|
57
|
-
{%- endif -%} {%- if item.unit -%}
|
|
58
|
-
<div class="unit">{{item.unit}}</div>
|
|
59
|
-
{%- endif -%}
|
|
60
|
-
</div>
|
|
61
|
-
</div>
|
|
62
|
-
{%- endif -%}
|
|
63
|
-
</div>
|
|
64
|
-
{%- endfor -%}
|
|
65
|
-
<div id="dynamic-section"></div>
|
|
66
|
-
</form>
|
|
67
|
-
</div>
|
|
68
|
-
<div class="row w-100 mx-auto">
|
|
69
|
-
{%- if calculatorData.ButtonValue -%}
|
|
70
|
-
<div class="col-12 mt-4 px-0">
|
|
71
|
-
<div class="d-flex justify-content-end">
|
|
72
|
-
<button
|
|
73
|
-
class="submit-button"
|
|
74
|
-
style="background:{{site.data[folder][lang][file].color}} ;"
|
|
75
|
-
type="{{calculatorData.ButtonType}}"
|
|
76
|
-
id="{{calculatorData.ButtonId}}"
|
|
77
|
-
>
|
|
78
|
-
{{calculatorData.ButtonValue}}
|
|
79
|
-
</button>
|
|
80
|
-
</div>
|
|
81
|
-
</div>
|
|
82
|
-
{%- endif -%} {%- if calculatorData.resultDiv -%}
|
|
83
|
-
<div class="col-12 mt-3">
|
|
84
|
-
<div class="result-section" id="result-section"></div>
|
|
85
|
-
</div>
|
|
86
|
-
{%- endif -%}
|
|
87
|
-
</div>
|
|
88
|
-
</div>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
|
|
92
|
-
{%- if calculatorData.calculatorWarning-%}
|
|
93
|
-
<div class="warning-alert-box mt-4">
|
|
94
|
-
<div class="alert alert-danger" role="alert">
|
|
95
|
-
{{ calculatorData.calculatorWarning }}
|
|
96
|
-
</div>
|
|
97
|
-
</div>
|
|
98
|
-
{%- endif -%}
|
|
99
|
-
</div>
|
|
1
|
+
---
|
|
2
|
+
layout: 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="row">
|
|
11
|
+
<div class="col-md-7 mx-auto">
|
|
12
|
+
<div class="calculator-workspace">
|
|
13
|
+
<div class="row w-100 mx-auto">
|
|
14
|
+
<form id="calculator-form" class="w-100">
|
|
15
|
+
{%- for item in calculatorData.calculatorRow -%}
|
|
16
|
+
<div class="row" id="calculator-row-{{forloop.index}}">
|
|
17
|
+
{%- if item.labelName -%}
|
|
18
|
+
<div class="col-md-12">
|
|
19
|
+
<div class="d-flex">
|
|
20
|
+
<label for="{{item.labelId}}">{{item.labelName}}</label>
|
|
21
|
+
{%- if item.toolTip -%}
|
|
22
|
+
<span
|
|
23
|
+
class="calculator-tooltip"
|
|
24
|
+
data-toggle="tooltip"
|
|
25
|
+
data-placement="top"
|
|
26
|
+
title="{{item.toolTip}}"
|
|
27
|
+
><i class="fas fa-info-circle"></i></span
|
|
28
|
+
>{%- endif -%}
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
{%- endif -%} {%- if item.dropDown or item.inputBox or
|
|
32
|
+
item.dateTimePicker -%}
|
|
33
|
+
<div class="col-md-12">
|
|
34
|
+
<div class="d-flex calculator-inputs">
|
|
35
|
+
{%- if item.inputBox -%} {%- assign inputBoxType = "number"
|
|
36
|
+
-%} {%- if item.inputType -%} {%- assign inputBoxType =
|
|
37
|
+
item.inputType -%} {%- endif -%}
|
|
38
|
+
<input
|
|
39
|
+
class="form-control"
|
|
40
|
+
type="{{inputBoxType}}"
|
|
41
|
+
name="{{item.inputName}}"
|
|
42
|
+
id="{{item.inputId}}"
|
|
43
|
+
/>
|
|
44
|
+
{%- endif -%} {%- if item.dropDown -%}
|
|
45
|
+
<select
|
|
46
|
+
class="form-control"
|
|
47
|
+
name="{{item.dropDownName}}"
|
|
48
|
+
id="{{item.dropDownId}}"
|
|
49
|
+
></select>
|
|
50
|
+
{%- endif -%} {%- if item.dateTimePicker -%}
|
|
51
|
+
<input
|
|
52
|
+
class="form-control"
|
|
53
|
+
type="date"
|
|
54
|
+
name="{{item.dateTimePicker}}"
|
|
55
|
+
id="{{item.dateTimePickerId}}"
|
|
56
|
+
/>
|
|
57
|
+
{%- endif -%} {%- if item.unit -%}
|
|
58
|
+
<div class="unit">{{item.unit}}</div>
|
|
59
|
+
{%- endif -%}
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
{%- endif -%}
|
|
63
|
+
</div>
|
|
64
|
+
{%- endfor -%}
|
|
65
|
+
<div id="dynamic-section"></div>
|
|
66
|
+
</form>
|
|
67
|
+
</div>
|
|
68
|
+
<div class="row w-100 mx-auto">
|
|
69
|
+
{%- if calculatorData.ButtonValue -%}
|
|
70
|
+
<div class="col-12 mt-4 px-0">
|
|
71
|
+
<div class="d-flex justify-content-end">
|
|
72
|
+
<button
|
|
73
|
+
class="submit-button"
|
|
74
|
+
style="background:{{site.data[folder][lang][file].color}} ;"
|
|
75
|
+
type="{{calculatorData.ButtonType}}"
|
|
76
|
+
id="{{calculatorData.ButtonId}}"
|
|
77
|
+
>
|
|
78
|
+
{{calculatorData.ButtonValue}}
|
|
79
|
+
</button>
|
|
80
|
+
</div>
|
|
81
|
+
</div>
|
|
82
|
+
{%- endif -%} {%- if calculatorData.resultDiv -%}
|
|
83
|
+
<div class="col-12 mt-3">
|
|
84
|
+
<div class="result-section" id="result-section"></div>
|
|
85
|
+
</div>
|
|
86
|
+
{%- endif -%}
|
|
87
|
+
</div>
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
</div>
|
|
91
|
+
|
|
92
|
+
{%- if calculatorData.calculatorWarning-%}
|
|
93
|
+
<div class="warning-alert-box mt-4">
|
|
94
|
+
<div class="alert alert-danger" role="alert">
|
|
95
|
+
{{ calculatorData.calculatorWarning }}
|
|
96
|
+
</div>
|
|
97
|
+
</div>
|
|
98
|
+
{%- endif -%}
|
|
99
|
+
</div>
|
data/_layouts/devtools.html
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
---
|
|
2
|
-
layout: home
|
|
3
|
-
---
|
|
4
|
-
<div class="container">
|
|
5
|
-
<div class="row">
|
|
6
|
-
<div class="col-md-12 mx-auto">
|
|
7
|
-
<div class="editor d-flex justify-content-between">
|
|
8
|
-
<div id="left_editor_div">
|
|
9
|
-
<div class="input_editor_bar" id="input_editor_bar">
|
|
10
|
-
<label class="mb-0">Input</label>
|
|
11
|
-
<div class="editor_action">
|
|
12
|
-
<i class="fas fa-upload" id="upload_div_inner" title="File Upload">
|
|
13
|
-
</i>
|
|
14
|
-
<i class="fa fa-trash-alt cross_icon" title="Clear"></i>
|
|
15
|
-
<i class="fas fa-copy copy_icon" id="inputcopy" title="Copy"></i>
|
|
16
|
-
<i title="Download" class="save_icon fas fa-cloud-download-alt" id="input_save"></i>
|
|
17
|
-
<!-- <img src="/img/download.png" class="save_icon" id="input_save" alt="save_icon" /> -->
|
|
18
|
-
</div>
|
|
19
|
-
</div>
|
|
20
|
-
<div id="input_editor"></div>
|
|
21
|
-
</div>
|
|
22
|
-
<div class="format_json">
|
|
23
|
-
<div onclick="editor()" class="editor_btns" id="format_btn">
|
|
24
|
-
<img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGQ9Ik04IDV2MTRsMTEtN3oiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KPC9zdmc+Cg=="
|
|
25
|
-
alt="format" />
|
|
26
|
-
</div>
|
|
27
|
-
</div>
|
|
28
|
-
<div id="right_editor_div">
|
|
29
|
-
<div class="output_editor_bar" id="output_editor_bar">
|
|
30
|
-
<label class="mb-0">Output</label>
|
|
31
|
-
{%- if page.convert_to -%}
|
|
32
|
-
<div class="convert_to">
|
|
33
|
-
<select class="form-control py-0 px-3" name="convert_to_x" id="convert_to_x"
|
|
34
|
-
style="height:auto;">
|
|
35
|
-
<option value="yaml">yaml</option>
|
|
36
|
-
<option value="xml">xml</option>
|
|
37
|
-
</select>
|
|
38
|
-
</div>
|
|
39
|
-
{%- endif -%}
|
|
40
|
-
|
|
41
|
-
<div class="editor_action">
|
|
42
|
-
<i title="Delete" class="fa fa-trash-alt cross_icon"></i>
|
|
43
|
-
<i class="fas fa-copy copy_icon" id="outputcopy" title="Copy"></i>
|
|
44
|
-
<i title="Download" class="save_icon fas fa-cloud-download-alt" id="input_save"></i>
|
|
45
|
-
</div>
|
|
46
|
-
|
|
47
|
-
</div>
|
|
48
|
-
<div id="output_editor"></div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
<div class="devtools_box w-100 mt-5 text-left" style="background: rgba(32, 152, 243, .8);">
|
|
52
|
-
{{content}}
|
|
53
|
-
</div>
|
|
54
|
-
</div>
|
|
55
|
-
</div>
|
|
56
|
-
</div>
|
|
57
|
-
<input data-sitename="{{site.name}}" type="file" id="file_upload" accept="{{page.type}}"
|
|
1
|
+
---
|
|
2
|
+
layout: home
|
|
3
|
+
---
|
|
4
|
+
<div class="container">
|
|
5
|
+
<div class="row">
|
|
6
|
+
<div class="col-md-12 mx-auto">
|
|
7
|
+
<div class="editor d-flex justify-content-between">
|
|
8
|
+
<div id="left_editor_div">
|
|
9
|
+
<div class="input_editor_bar" id="input_editor_bar">
|
|
10
|
+
<label class="mb-0">Input</label>
|
|
11
|
+
<div class="editor_action">
|
|
12
|
+
<i class="fas fa-upload" id="upload_div_inner" title="File Upload">
|
|
13
|
+
</i>
|
|
14
|
+
<i class="fa fa-trash-alt cross_icon" title="Clear"></i>
|
|
15
|
+
<i class="fas fa-copy copy_icon" id="inputcopy" title="Copy"></i>
|
|
16
|
+
<i title="Download" class="save_icon fas fa-cloud-download-alt" id="input_save"></i>
|
|
17
|
+
<!-- <img src="/img/download.png" class="save_icon" id="input_save" alt="save_icon" /> -->
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
<div id="input_editor"></div>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="format_json">
|
|
23
|
+
<div onclick="editor()" class="editor_btns" id="format_btn">
|
|
24
|
+
<img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGQ9Ik04IDV2MTRsMTEtN3oiIGZpbGw9IiNmZmYiLz4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KPC9zdmc+Cg=="
|
|
25
|
+
alt="format" />
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
28
|
+
<div id="right_editor_div">
|
|
29
|
+
<div class="output_editor_bar" id="output_editor_bar">
|
|
30
|
+
<label class="mb-0">Output</label>
|
|
31
|
+
{%- if page.convert_to -%}
|
|
32
|
+
<div class="convert_to">
|
|
33
|
+
<select class="form-control py-0 px-3" name="convert_to_x" id="convert_to_x"
|
|
34
|
+
style="height:auto;">
|
|
35
|
+
<option value="yaml">yaml</option>
|
|
36
|
+
<option value="xml">xml</option>
|
|
37
|
+
</select>
|
|
38
|
+
</div>
|
|
39
|
+
{%- endif -%}
|
|
40
|
+
|
|
41
|
+
<div class="editor_action">
|
|
42
|
+
<i title="Delete" class="fa fa-trash-alt cross_icon"></i>
|
|
43
|
+
<i class="fas fa-copy copy_icon" id="outputcopy" title="Copy"></i>
|
|
44
|
+
<i title="Download" class="save_icon fas fa-cloud-download-alt" id="input_save"></i>
|
|
45
|
+
</div>
|
|
46
|
+
|
|
47
|
+
</div>
|
|
48
|
+
<div id="output_editor"></div>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
<div class="devtools_box w-100 mt-5 text-left" style="background: rgba(32, 152, 243, .8);">
|
|
52
|
+
{{content}}
|
|
53
|
+
</div>
|
|
54
|
+
</div>
|
|
55
|
+
</div>
|
|
56
|
+
</div>
|
|
57
|
+
<input data-sitename="{{site.name}}" type="file" id="file_upload" accept="{{page.type}}"
|
|
58
58
|
style="height: 1px; width: 1px; visibility: hidden" />
|