appscms-tools-theme 2.3.9 → 2.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eee00de5480d2bceee6f03f882412d46eed2f2b510dd5eecb8fd904cf728198e
4
- data.tar.gz: 61d01bd6233125c07fccbba0a92398ca40f1f9445f63c29f9b89cc19834dbe5b
3
+ metadata.gz: ceaad836e7cb1d3571eb1d3f785cf92eb1d2d2f0ed6d2aa872222ffc0f843f5d
4
+ data.tar.gz: d08eff2d8982c63d83bee919dbd52c11b975eab885f542090982e7a2ed0766a6
5
5
  SHA512:
6
- metadata.gz: 5133d7c60b2b10f70bddf9470504e31a76aab7c716894c94e209987681f430b5c34e5287e094368058ae6cd2debe34f286b3bbced4ce9691e37a61dab65fe79d
7
- data.tar.gz: 3168017d9dd7c8859609dfb465e343c2307bfce1516575227c80f9d06a05b7455e3dd33c5d870bbb902d27bd28a2a5736e4aff4120fa0e94e868beac25fd66de
6
+ metadata.gz: af3b33c74e727e5399e867abdddd0fa3f27118e19e3a087b788371d5f2108755642ce36074b3a2e6023b513e17e4c28146137dccd9baa961119b7266a674ce00
7
+ data.tar.gz: 8f9614e57d068d1f9bba9d24b42c1cfcbb1c687f322d291dcd93eda90d408a0972c9e6eee6bc11cab20756d55cc9a635b89ef0d52b9761247999637a4edb11c7
@@ -1,243 +1,245 @@
1
- {
2
- "Language": "English",
3
- "feature": "compress-pdf",
4
- "htmlLangAtt": "en",
5
- "categories": [
6
- "Scrabble"
7
- ],
8
- "tags": [
9
- "wordswithletters"
10
- ],
11
- "H1": "set alarm for $variable minutes from now",
12
- "H2": "simplest online alarm clock to set alarms. Do not close browser tab.",
13
- "TITLE": "set alarm for $variable minutes from now",
14
- "META": "easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
15
- "keywords": "key1,key2,key3,key4",
16
- "LABEL": "DOCX to PDF",
17
- "nofileupload": true,
18
- "rate": "Rate this tool",
19
- "votes": "votes",
20
- "BREADCRUMB_LABEL": "DOCX TO PDF",
21
- "color": "purple",
22
- "height": "300px",
23
- "img": "/assets/bulb.svg",
24
- "imgwidth": "40px",
25
- "imgheight": "40px",
26
- "imgalt": "altvalue",
27
- "jscdns": [
28
- "<script data-permalink='$permalink' data-folderName='$folderName' data-lang='$lang' data-fileName='$fileName' data-tool='$tool' src=\"js/main.js\"></script>"
29
- ],
30
- "TEXTUAL_CONTENT": [
31
- {
32
- "priority": 1,
33
- "logoUrl": "/assets/bulb.svg",
34
- "header": "Simple to use",
35
- "content": "Setalarmforme.com provides simplest way to set alarms for X minutes from now."
36
- },
37
- {
38
- "priority": 1,
39
- "logoUrl": "/assets/guaranty.svg",
40
- "header": "Accurate alarms",
41
- "content": "Alarms setup by Setalarmforme.com are accurate. You can rely on us completely to start alarm after $variable minutes."
42
- },
43
- {
44
- "priority": 1,
45
- "logoUrl": "/assets/support.svg",
46
- "header": "Cross platform",
47
- "content": "You can setup alarm for $variable minutes from now on any operating system, like Windows/Mac/Linux/Android/iPhone."
48
- },
49
- {
50
- "priority": 1,
51
- "logoUrl": "/assets/protect.svg",
52
- "header": "Secure and trustworthy",
53
- "content": "Setalarmforme.com does not require users to login for setting alarm for $variable minutes from now. No user information is send to our servers."
54
- },
55
- {
56
- "priority": 1,
57
- "logoUrl": "/assets/easy.svg",
58
- "header": "All timezones supported",
59
- "content": "Using Setalarmforme.com you can set alarm to start after $variable minutes from current time, in any time zone."
60
- },
61
- {
62
- "priority": 1,
63
- "logoUrl": "/assets/cloud.svg",
64
- "header": "No need to install any software",
65
- "content": "Setalarmforme.com is a cloud and web based application. You do not need to install any software to use Setalarmforme.com while setting alarms for $variable minutes from now."
66
- }
67
- ],
68
- "HOW_TO_CONTENT": {
69
- "logoImageUrl": "https://smallpdf.com/build/73d77e3d204fd7defc9de80bf83fcbeb.svg",
70
- "heading": "How to set alarm for $variable minutes:",
71
- "steps": [
72
- "Click on set alarm ",
73
- "Set $variable minutes for alarm.",
74
- "Choose sound of your choice.",
75
- "Click submit to set alarm, that's it !."
76
- ]
77
- },
78
- "FAQ": [
79
- {
80
- "question": "How many seconds from now, will the alarm ring ?",
81
- "answer": "When you setup alarm for $variable minutes from now, the alarm will ring after { % $variable * 60 % } seconds."
82
- },
83
- {
84
- "question": "Can I rely on Setalarmforme.com to setup alarm for $variable minutes from now ?",
85
- "answer": "If you have set alarm for $variable minutes from now, you can be 100% sure that alarm will ring after $variable minutes. You can trust us completely."
86
- },
87
- {
88
- "question": "What will happen to the alarm that I have set, if I refresh the browser ?",
89
- "answer": "The alarm will still ring after $variable minutes, even if you refresh the browser, since we store the information in browser's local cache."
90
- },
91
- {
92
- "question": "What will happen to the alarm that I have set, if I close the tab of browser in which Setalarmforme.com is opened ?",
93
- "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the tab."
94
- },
95
- {
96
- "question": "What will happen to the alarm that I have set, if I close the browser ?",
97
- "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the browser."
98
- }
99
- ],
100
- "megaMenu": {
101
- "nav-link-name": "Tools",
102
- "dropdown": [
103
- {
104
- "categoryName": " Pdf",
105
- "links": [
106
- {
107
- "iconSrc": "/assets/cloud.svg",
108
- "name": "Compress",
109
- "url": "/",
110
- "hover": "red"
111
- },
112
- {
113
- "iconSrc": "/assets/cloud.svg",
114
- "name": "Split",
115
- "url": "/",
116
- "hover": "blue"
117
- },
118
- {
119
- "iconSrc": "/assets/easy.svg",
120
- "name": "Merge Pdf",
121
- "url": "/",
122
- "hover": "green"
123
- }
124
- ]
125
- },
126
- {
127
- "categoryName": " Pdf",
128
- "links": [
129
- {
130
- "iconSrc": "/assets/cloud.svg",
131
- "name": "Compress",
132
- "url": "/",
133
- "hover": "red"
134
- },
135
- {
136
- "iconSrc": "/assets/cloud.svg",
137
- "name": "Split",
138
- "url": "/",
139
- "hover": "blue"
140
- },
141
- {
142
- "iconSrc": "/assets/easy.svg",
143
- "name": "Merge Pdf",
144
- "url": "/",
145
- "hover": "green"
146
- }
147
- ]
148
- },
149
- {
150
- "categoryName": "Compress Pdf",
151
- "links": [
152
- {
153
- "iconSrc": "/assets/cloud.svg",
154
- "name": "Compress",
155
- "url": "/",
156
- "hover": "red"
157
- },
158
- {
159
- "iconSrc": "/assets/cloud.svg",
160
- "name": "Split",
161
- "url": "/",
162
- "hover": "blue"
163
- },
164
- {
165
- "iconSrc": "/assets/easy.svg",
166
- "name": "Merge Pdf",
167
- "url": "/",
168
- "hover": "green"
169
- }
170
- ]
171
- },
172
- {
173
- "categoryName": "Compress Pdf",
174
- "links": [
175
- {
176
- "iconSrc": "/assets/cloud.svg",
177
- "name": "Compress",
178
- "url": "/",
179
- "hover": "red"
180
- },
181
- {
182
- "iconSrc": "/assets/cloud.svg",
183
- "name": "Split",
184
- "url": "/",
185
- "hover": "blue"
186
- },
187
- {
188
- "iconSrc": "/assets/easy.svg",
189
- "name": "Merge Pdf",
190
- "url": "/",
191
- "hover": "green"
192
- }
193
- ]
194
- }
195
- ]
196
- },
197
- "jsfilepaths": [
198
- "/assets/js/redirectResult.js"
199
- ],
200
- "calculatorData": {
201
- "calculatorRow": [
202
- {
203
- "labelName": "Given in: ",
204
- "labelId": "Given in: __id",
205
- "inputId": "Given in: _input_Id",
206
- "dropDown": "Proportion",
207
- "dropDownId": "Given in: _dd_Id",
208
- "dateTimePicker": false,
209
- "unit": "1/2"
210
- },
211
- {
212
- "labelName": "Occurrence of the disease: 1 in..",
213
- "labelId": "Occurrence of the disease: 1 in..__id",
214
- "inputBox": "text",
215
- "inputId": "Occurrence of the disease: 1 in.._input_Id",
216
- "dropDownId": "Occurrence of the disease: 1 in.._dd_Id",
217
- "dateTimePicker": false
218
- },
219
- {
220
- "labelName": "Healthy allele frequency (p)",
221
- "labelId": "Healthy allele frequency (p)__id",
222
- "inputBox": "text",
223
- "inputId": "Healthy allele frequency (p)_input_Id",
224
- "dropDownId": "Healthy allele frequency (p)_dd_Id",
225
- "dateTimePicker": false
226
- },
227
- {
228
- "labelName": "Mutant allele frequency (q)",
229
- "labelId": "Mutant allele frequency (q)__id",
230
- "inputBox": "text",
231
- "dropDown": "Proportion",
232
- "inputId": "Mutant allele frequency (q)_input_Id",
233
- "dropDownId": "Mutant allele frequency (q)_dd_Id",
234
- "dateTimePicker": true
235
- }
236
- ],
237
- "ButtonValue": "Calculate",
238
- "ButtonId": "calculate_btn",
239
- "ButtonType": "submit",
240
- "resultDiv": "true",
241
- "resultDisplay": "none"
242
- }
1
+ {
2
+ "Language": "English",
3
+ "feature": "compress-pdf",
4
+ "htmlLangAtt": "en",
5
+ "categories": [
6
+ "Scrabble"
7
+ ],
8
+ "tags": [
9
+ "wordswithletters"
10
+ ],
11
+ "H1": "set alarm for $variable minutes from now",
12
+ "H2": "simplest online alarm clock to set alarms. Do not close browser tab.",
13
+ "TITLE": "set alarm for $variable minutes from now",
14
+ "META": "easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
15
+ "keywords": "key1,key2,key3,key4",
16
+ "LABEL": "DOCX to PDF",
17
+ "nofileupload": true,
18
+ "rate": "Rate this tool",
19
+ "votes": "votes",
20
+ "BREADCRUMB_LABEL": "DOCX TO PDF",
21
+ "color": "purple",
22
+ "height": "300px",
23
+ "img": "/assets/bulb.svg",
24
+ "imgwidth": "40px",
25
+ "imgheight": "40px",
26
+ "imgalt": "altvalue",
27
+ "jscdns": [
28
+ "<script data-permalink='$permalink' data-folderName='$folderName' data-lang='$lang' data-fileName='$fileName' data-tool='$tool' src=\"js/main.js\"></script>"
29
+ ],
30
+ "TEXTUAL_CONTENT": [
31
+ {
32
+ "priority": 1,
33
+ "logoUrl": "/assets/bulb.svg",
34
+ "header": "Simple to use",
35
+ "content": "Setalarmforme.com provides simplest way to set alarms for X minutes from now."
36
+ },
37
+ {
38
+ "priority": 1,
39
+ "logoUrl": "/assets/guaranty.svg",
40
+ "header": "Accurate alarms",
41
+ "content": "Alarms setup by Setalarmforme.com are accurate. You can rely on us completely to start alarm after $variable minutes."
42
+ },
43
+ {
44
+ "priority": 1,
45
+ "logoUrl": "/assets/support.svg",
46
+ "header": "Cross platform",
47
+ "content": "You can setup alarm for $variable minutes from now on any operating system, like Windows/Mac/Linux/Android/iPhone."
48
+ },
49
+ {
50
+ "priority": 1,
51
+ "logoUrl": "/assets/protect.svg",
52
+ "header": "Secure and trustworthy",
53
+ "content": "Setalarmforme.com does not require users to login for setting alarm for $variable minutes from now. No user information is send to our servers."
54
+ },
55
+ {
56
+ "priority": 1,
57
+ "logoUrl": "/assets/easy.svg",
58
+ "header": "All timezones supported",
59
+ "content": "Using Setalarmforme.com you can set alarm to start after $variable minutes from current time, in any time zone."
60
+ },
61
+ {
62
+ "priority": 1,
63
+ "logoUrl": "/assets/cloud.svg",
64
+ "header": "No need to install any software",
65
+ "content": "Setalarmforme.com is a cloud and web based application. You do not need to install any software to use Setalarmforme.com while setting alarms for $variable minutes from now."
66
+ }
67
+ ],
68
+ "HOW_TO_CONTENT": {
69
+ "logoImageUrl": "https://smallpdf.com/build/73d77e3d204fd7defc9de80bf83fcbeb.svg",
70
+ "heading": "How to set alarm for $variable minutes:",
71
+ "steps": [
72
+ "Click on set alarm ",
73
+ "Set $variable minutes for alarm.",
74
+ "Choose sound of your choice.",
75
+ "Click submit to set alarm, that's it !."
76
+ ]
77
+ },
78
+ "FAQ": [
79
+ {
80
+ "question": "How many seconds from now, will the alarm ring ?",
81
+ "answer": "When you setup alarm for $variable minutes from now, the alarm will ring after { % $variable * 60 % } seconds."
82
+ },
83
+ {
84
+ "question": "Can I rely on Setalarmforme.com to setup alarm for $variable minutes from now ?",
85
+ "answer": "If you have set alarm for $variable minutes from now, you can be 100% sure that alarm will ring after $variable minutes. You can trust us completely."
86
+ },
87
+ {
88
+ "question": "What will happen to the alarm that I have set, if I refresh the browser ?",
89
+ "answer": "The alarm will still ring after $variable minutes, even if you refresh the browser, since we store the information in browser's local cache."
90
+ },
91
+ {
92
+ "question": "What will happen to the alarm that I have set, if I close the tab of browser in which Setalarmforme.com is opened ?",
93
+ "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the tab."
94
+ },
95
+ {
96
+ "question": "What will happen to the alarm that I have set, if I close the browser ?",
97
+ "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the browser."
98
+ }
99
+ ],
100
+ "megaMenu": {
101
+ "nav-link-name": "Tools",
102
+ "dropdown": [
103
+ {
104
+ "categoryName": " Pdf",
105
+ "links": [
106
+ {
107
+ "iconSrc": "/assets/cloud.svg",
108
+ "name": "Compress",
109
+ "url": "/",
110
+ "hover": "red"
111
+ },
112
+ {
113
+ "iconSrc": "/assets/cloud.svg",
114
+ "name": "Split",
115
+ "url": "/",
116
+ "hover": "blue"
117
+ },
118
+ {
119
+ "iconSrc": "/assets/easy.svg",
120
+ "name": "Merge Pdf",
121
+ "url": "/",
122
+ "hover": "green"
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "categoryName": " Pdf",
128
+ "links": [
129
+ {
130
+ "iconSrc": "/assets/cloud.svg",
131
+ "name": "Compress",
132
+ "url": "/",
133
+ "hover": "red"
134
+ },
135
+ {
136
+ "iconSrc": "/assets/cloud.svg",
137
+ "name": "Split",
138
+ "url": "/",
139
+ "hover": "blue"
140
+ },
141
+ {
142
+ "iconSrc": "/assets/easy.svg",
143
+ "name": "Merge Pdf",
144
+ "url": "/",
145
+ "hover": "green"
146
+ }
147
+ ]
148
+ },
149
+ {
150
+ "categoryName": "Compress Pdf",
151
+ "links": [
152
+ {
153
+ "iconSrc": "/assets/cloud.svg",
154
+ "name": "Compress",
155
+ "url": "/",
156
+ "hover": "red"
157
+ },
158
+ {
159
+ "iconSrc": "/assets/cloud.svg",
160
+ "name": "Split",
161
+ "url": "/",
162
+ "hover": "blue"
163
+ },
164
+ {
165
+ "iconSrc": "/assets/easy.svg",
166
+ "name": "Merge Pdf",
167
+ "url": "/",
168
+ "hover": "green"
169
+ }
170
+ ]
171
+ },
172
+ {
173
+ "categoryName": "Compress Pdf",
174
+ "links": [
175
+ {
176
+ "iconSrc": "/assets/cloud.svg",
177
+ "name": "Compress",
178
+ "url": "/",
179
+ "hover": "red"
180
+ },
181
+ {
182
+ "iconSrc": "/assets/cloud.svg",
183
+ "name": "Split",
184
+ "url": "/",
185
+ "hover": "blue"
186
+ },
187
+ {
188
+ "iconSrc": "/assets/easy.svg",
189
+ "name": "Merge Pdf",
190
+ "url": "/",
191
+ "hover": "green"
192
+ }
193
+ ]
194
+ }
195
+ ]
196
+ },
197
+ "jsfilepaths": [
198
+ "/assets/js/redirectResult.js"
199
+ ],
200
+ "calculatorData": {
201
+ "calculatorWarning": "❗ Our PECARN calculator shouldn't be used as a single source of knowledge; this tool cannot replace professional clinical judgment.",
202
+ "calculatorRow": [
203
+ {
204
+ "labelName": "Given in: ",
205
+ "labelId": "Given in: __id",
206
+ "inputId": "Given in: _input_Id",
207
+ "dropDown": "Proportion",
208
+ "dropDownId": "Given in: _dd_Id",
209
+ "dateTimePicker": false,
210
+ "unit": "1/2"
211
+ },
212
+ {
213
+ "labelName": "Occurrence of the disease: 1 in..",
214
+ "labelId": "Occurrence of the disease: 1 in..__id",
215
+ "inputBox": "text",
216
+ "inputType": "text",
217
+ "inputId": "Occurrence of the disease: 1 in.._input_Id",
218
+ "dropDownId": "Occurrence of the disease: 1 in.._dd_Id",
219
+ "dateTimePicker": false
220
+ },
221
+ {
222
+ "labelName": "Healthy allele frequency (p)",
223
+ "labelId": "Healthy allele frequency (p)__id",
224
+ "inputBox": "text",
225
+ "inputId": "Healthy allele frequency (p)_input_Id",
226
+ "dropDownId": "Healthy allele frequency (p)_dd_Id",
227
+ "dateTimePicker": false
228
+ },
229
+ {
230
+ "labelName": "Mutant allele frequency (q)",
231
+ "labelId": "Mutant allele frequency (q)__id",
232
+ "inputBox": "text",
233
+ "dropDown": "Proportion",
234
+ "inputId": "Mutant allele frequency (q)_input_Id",
235
+ "dropDownId": "Mutant allele frequency (q)_dd_Id",
236
+ "dateTimePicker": true
237
+ }
238
+ ],
239
+ "ButtonValue": "Calculate",
240
+ "ButtonId": "calculate_btn",
241
+ "ButtonType": "submit",
242
+ "resultDiv": "true",
243
+ "resultDisplay": "none"
244
+ }
243
245
  }
@@ -197,7 +197,6 @@
197
197
  "<link rel=\"stylesheet\" href=\"/css/feature1.css\" crossorigin='anonymous' />"
198
198
  ],
199
199
  "jscdns": [
200
- "<script crossorigin='anonymous' src=\"/assets/js/googledrive.js\"></script>",
201
- "<script crossorigin='anonymous' src=\"/js/feature1.js\"></script>"
200
+ "<script crossorigin='anonymous' src=\"/assets/js/googledrive.js\"></script>"
202
201
  ]
203
202
  }
@@ -1,24 +1,28 @@
1
- {
2
- "Language": "English",
3
- "htmlLangAtt": "en",
4
- "H1": "The frame",
5
- "H2": "Upload the image and apply your favourite border",
6
- "color": "#ff6131",
7
- "imgwidth": "35px",
8
- "imgheight": "35px",
9
- "imgalt": "altvalue",
10
- "nofileupload": true,
11
- "variant": "primary",
12
- "TITLE": "Image border tool- Surround your images with a border",
13
- "META": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject.",
14
- "TEXTUAL_CONTENT": [],
15
- "FAQ": [
16
- {
17
- "question": "",
18
- "answer": ""
19
- }
20
- ],
21
- "jsfilepaths": [
22
- "/assets/js/googledrive.js"
23
- ]
1
+ {
2
+ "Language": "English",
3
+ "htmlLangAtt": "en",
4
+ "H1": "The frame",
5
+ "H2": "Upload the image and apply your favourite border",
6
+ "color": "#ff6131",
7
+ "imgwidth": "35px",
8
+ "imgheight": "35px",
9
+ "imgalt": "altvalue",
10
+ "nofileupload": true,
11
+ "variant": "primary",
12
+ "downloadFormats": [
13
+ "png",
14
+ "jpg"
15
+ ],
16
+ "TITLE": "Image border tool- Surround your images with a border",
17
+ "META": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject.",
18
+ "TEXTUAL_CONTENT": [],
19
+ "FAQ": [
20
+ {
21
+ "question": "",
22
+ "answer": ""
23
+ }
24
+ ],
25
+ "jsfilepaths": [
26
+ "/assets/js/googledrive.js"
27
+ ]
24
28
  }
@@ -1,24 +1,24 @@
1
- {
2
- "Language": "English",
3
- "htmlLangAtt": "en",
4
- "H1": "All effects",
5
- "H2": "Largest and best collection of photo effects",
6
- "color": "#ff6131",
7
- "imgwidth": "35px",
8
- "imgheight": "35px",
9
- "imgalt": "altvalue",
10
- "nofileupload": true,
11
- "variant": "primary",
12
- "TITLE": "Image border tool- Surround your images with a border",
13
- "META": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject.",
14
- "TEXTUAL_CONTENT": [],
15
- "FAQ": [
16
- {
17
- "question": "",
18
- "answer": ""
19
- }
20
- ],
21
- "cssfilepaths": [
22
- "/assets/css/frame.css"
23
- ]
1
+ {
2
+ "Language": "English",
3
+ "htmlLangAtt": "en",
4
+ "H1": "All effects",
5
+ "H2": "Largest and best collection of photo effects",
6
+ "color": "#ff6131",
7
+ "imgwidth": "35px",
8
+ "imgheight": "35px",
9
+ "imgalt": "altvalue",
10
+ "nofileupload": true,
11
+ "variant": "primary",
12
+ "TITLE": "Image border tool- Surround your images with a border",
13
+ "META": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject.",
14
+ "TEXTUAL_CONTENT": [],
15
+ "FAQ": [
16
+ {
17
+ "question": "",
18
+ "answer": ""
19
+ }
20
+ ],
21
+ "cssfilepaths": [
22
+ "/assets/css/frame.css"
23
+ ]
24
24
  }