appscms-tools-theme 2.2.0 → 2.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/_data/calculators/en/biology-calc/bulb-spacing.json +79 -1
  3. data/_data/calculators/en/biology-calc/cat-chocolate-toxicity.json +53 -1
  4. data/_data/calculators/en/chemistry-calc/activation-energy.json +45 -1
  5. data/_data/feature/en/allele-frequency.json +242 -242
  6. data/_data/feature/en/batch-conversion.json +78 -0
  7. data/_data/feature/en/compress-pdf.json +11 -5
  8. data/_data/feature/en/theframe.json +64 -57
  9. data/_data/photo-categories.json +10 -10
  10. data/_includes/batch-conversion.html +70 -0
  11. data/_includes/custom-head.html +57 -1
  12. data/_includes/monumetric/ads.html +57 -57
  13. data/_includes/monumetric/profitablecpmgate.html +51 -51
  14. data/_layouts/batch.html +97 -0
  15. data/_layouts/calculator.html +69 -69
  16. data/_layouts/frame.html +128 -128
  17. data/assets/css/batch.css +423 -0
  18. data/assets/css/calculators.css +40 -40
  19. data/assets/css/frame.css +431 -435
  20. data/assets/images/add-image.png +0 -0
  21. data/assets/images/add.png +0 -0
  22. data/assets/images/cloud-computing.png +0 -0
  23. data/assets/images/convert.png +0 -0
  24. data/assets/images/download.png +0 -0
  25. data/assets/images/file.png +0 -0
  26. data/assets/images/safeimagekit. (2).png +0 -0
  27. data/assets/images/safeimagekit. (3).png +0 -0
  28. data/assets/images/safeimagekit..png +0 -0
  29. data/assets/images/safeimagekit.png +0 -0
  30. data/assets/images/spinner.gif +0 -0
  31. data/assets/images/trust.svg +1 -0
  32. data/assets/images/vectorpaint.svg +6 -0
  33. data/assets/js/ads.js +8 -8
  34. data/assets/js/append-div.js +10 -10
  35. data/assets/js/batch.js +190 -0
  36. data/assets/js/frame.js +251 -228
  37. data/assets/js/photo-effects.json +55 -55
  38. data/assets/js/testing-batch.js +36 -0
  39. data/assets/js/theme.js +11 -11
  40. metadata +26 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f4226c5b2b1f495436ea6b165051daddc9f3d5c13b656dc98581f2fdd3e9305
4
- data.tar.gz: ccb7fbd097362a8b89f0dd419955e28ac5dded4513bb3b8f1b4b62d6f64e139c
3
+ metadata.gz: 3460f97991e4284117a59af6c1eb8f59e3e117c7298233b8b012e7f64a6529a7
4
+ data.tar.gz: 9c5c84e5bd7982bb282c94e36e89d9f262301a47d67cea169ccf7f00b2235c2c
5
5
  SHA512:
6
- metadata.gz: 36df83176916c33601c7ffe917a4420a7fadb0f766879b7ac558a9f3ac488f03b0768c28344964bcd0d0a2269e34f0f4fbb349dd801d4336cb20dc226e663ec8
7
- data.tar.gz: 0a54a63f6bd4986aa4f4f6017d058dd26c7c823f56454a885007edda323be8a7188ef83dc84049b21750275b309e932e5aa6be355b83d336d183ca2d7418f0a9
6
+ metadata.gz: e5ae6f8220a5e94183717af697d11e0992a988fa897ae80523970658cdc04a328d8e49014bdc07ca677bc63ace336596f50a0a1c5f3ebe20bf061478def79d75
7
+ data.tar.gz: 71e941e596b599de2428616c97c7922d226f37b9b2dfedac88ef3e061dc1cf06f99e487c449be47508dc1f05192dccb3c70f5cb9ffd0e078817307428a15669e
@@ -1 +1,79 @@
1
- {"calculatorRow":[{"labelName":"Plant grid","labelId":"Plant grid__id","inputId":"Plant grid_input_Id","dropDown":"Rectangular","dropDownId":"Plant grid_dd_Id","dateTimePicker":false},{"labelName":"Length","labelId":"Length__id","inputBox":"text","inputId":"Length_input_Id","dropDown":"ft","dropDownId":"Length_dd_Id","dateTimePicker":false},{"labelName":"Width","labelId":"Width__id","inputBox":"text","inputId":"Width_input_Id","dropDown":"ft","dropDownId":"Width_dd_Id","dateTimePicker":false},{"labelName":"Border","labelId":"Border__id","inputBox":"text","inputId":"Border_input_Id","dropDown":"ft","dropDownId":"Border_dd_Id","dateTimePicker":false},{"labelName":"Area","labelId":"Area__id","inputBox":"text","inputId":"Area_input_Id","dropDown":"ft²","dropDownId":"Area_dd_Id","dateTimePicker":false},{"labelName":"Plant select","labelId":"Plant select__id","inputId":"Plant select_input_Id","dropDown":"Allium","dropDownId":"Plant select_dd_Id","dateTimePicker":false},{"labelName":"Plant spacing (s)","labelId":"Plant spacing (s)__id","inputBox":"text","inputId":"Plant spacing (s)_input_Id","dropDown":"in","dropDownId":"Plant spacing (s)_dd_Id","dateTimePicker":false},{"labelName":"Row spacing (r)","labelId":"Row spacing (r)__id","inputBox":"text","inputId":"Row spacing (r)_input_Id","dropDown":"in","dropDownId":"Row spacing (r)_dd_Id","dateTimePicker":false}],"ButtonValue":"Calculate","ButtonId":"calculate_btn","ButtonType":"submit","resultDiv":"true","resultDisplay":"none"}
1
+ {
2
+ "calculatorRow": [
3
+ {
4
+ "labelName": "Plant grid",
5
+ "labelId": "Plant grid__id",
6
+ "inputId": "Plant grid_input_Id",
7
+ "dropDown": "Rectangular",
8
+ "dropDownId": "Plant grid_dd_Id",
9
+ "dateTimePicker": false
10
+ },
11
+ {
12
+ "labelName": "Length",
13
+ "labelId": "Length__id",
14
+ "inputBox": "text",
15
+ "inputId": "Length_input_Id",
16
+ "dropDown": "ft",
17
+ "dropDownId": "Length_dd_Id",
18
+ "dateTimePicker": false
19
+ },
20
+ {
21
+ "labelName": "Width",
22
+ "labelId": "Width__id",
23
+ "inputBox": "text",
24
+ "inputId": "Width_input_Id",
25
+ "dropDown": "ft",
26
+ "dropDownId": "Width_dd_Id",
27
+ "dateTimePicker": false
28
+ },
29
+ {
30
+ "labelName": "Border",
31
+ "labelId": "Border__id",
32
+ "inputBox": "text",
33
+ "inputId": "Border_input_Id",
34
+ "dropDown": "ft",
35
+ "dropDownId": "Border_dd_Id",
36
+ "dateTimePicker": false
37
+ },
38
+ {
39
+ "labelName": "Area",
40
+ "labelId": "Area__id",
41
+ "inputBox": "text",
42
+ "inputId": "Area_input_Id",
43
+ "dropDown": "ft²",
44
+ "dropDownId": "Area_dd_Id",
45
+ "dateTimePicker": false
46
+ },
47
+ {
48
+ "labelName": "Plant select",
49
+ "labelId": "Plant select__id",
50
+ "inputId": "Plant select_input_Id",
51
+ "dropDown": "Allium",
52
+ "dropDownId": "Plant select_dd_Id",
53
+ "dateTimePicker": false
54
+ },
55
+ {
56
+ "labelName": "Plant spacing (s)",
57
+ "labelId": "Plant spacing (s)__id",
58
+ "inputBox": "text",
59
+ "inputId": "Plant spacing (s)_input_Id",
60
+ "dropDown": "in",
61
+ "dropDownId": "Plant spacing (s)_dd_Id",
62
+ "dateTimePicker": false
63
+ },
64
+ {
65
+ "labelName": "Row spacing (r)",
66
+ "labelId": "Row spacing (r)__id",
67
+ "inputBox": "text",
68
+ "inputId": "Row spacing (r)_input_Id",
69
+ "dropDown": "in",
70
+ "dropDownId": "Row spacing (r)_dd_Id",
71
+ "dateTimePicker": false
72
+ }
73
+ ],
74
+ "ButtonValue": "Calculate",
75
+ "ButtonId": "calculate_btn",
76
+ "ButtonType": "submit",
77
+ "resultDiv": "true",
78
+ "resultDisplay": "none"
79
+ }
@@ -1 +1,53 @@
1
- {"calculatorRow":[{"labelName":"Your cat's weight","labelId":"Your cat's weight__id","inputBox":"text","inputId":"Your cat's weight_input_Id","dropDown":"lb","dropDownId":"Your cat's weight_dd_Id","dateTimePicker":false},{"labelName":"Chocolate type","labelId":"Chocolate type__id","inputId":"Chocolate type_input_Id","dropDown":"Milk chocolate","dropDownId":"Chocolate type_dd_Id","dateTimePicker":false},{"labelName":"Amount eaten","labelId":"Amount eaten__id","inputBox":"text","inputId":"Amount eaten_input_Id","dropDown":"oz","dropDownId":"Amount eaten_dd_Id","dateTimePicker":false},{"labelName":"Methylxanthines dose","labelId":"Methylxanthines dose__id","inputBox":"text","inputId":"Methylxanthines dose_input_Id","dropDown":"lb","dropDownId":"Methylxanthines dose_dd_Id","dateTimePicker":false},{"labelName":"Total methylxanthines received","labelId":"Total methylxanthines received__id","inputBox":"text","inputId":"Total methylxanthines received_input_Id","dropDown":"mg","dropDownId":"Total methylxanthines received_dd_Id","dateTimePicker":false}],"ButtonValue":"Calculate","ButtonId":"calculate_btn","ButtonType":"submit","resultDiv":"true","resultDisplay":"none"}
1
+ {
2
+ "calculatorRow": [
3
+ {
4
+ "labelName": "Your cat's weight",
5
+ "labelId": "Your cat's weight__id",
6
+ "inputBox": "text",
7
+ "inputId": "Your cat's weight_input_Id",
8
+ "dropDown": "lb",
9
+ "dropDownId": "Your cat's weight_dd_Id",
10
+ "dateTimePicker": false
11
+ },
12
+ {
13
+ "labelName": "Chocolate type",
14
+ "labelId": "Chocolate type__id",
15
+ "inputId": "Chocolate type_input_Id",
16
+ "dropDown": "Milk chocolate",
17
+ "dropDownId": "Chocolate type_dd_Id",
18
+ "dateTimePicker": false
19
+ },
20
+ {
21
+ "labelName": "Amount eaten",
22
+ "labelId": "Amount eaten__id",
23
+ "inputBox": "text",
24
+ "inputId": "Amount eaten_input_Id",
25
+ "dropDown": "oz",
26
+ "dropDownId": "Amount eaten_dd_Id",
27
+ "dateTimePicker": false
28
+ },
29
+ {
30
+ "labelName": "Methylxanthines dose",
31
+ "labelId": "Methylxanthines dose__id",
32
+ "inputBox": "text",
33
+ "inputId": "Methylxanthines dose_input_Id",
34
+ "dropDown": "lb",
35
+ "dropDownId": "Methylxanthines dose_dd_Id",
36
+ "dateTimePicker": false
37
+ },
38
+ {
39
+ "labelName": "Total methylxanthines received",
40
+ "labelId": "Total methylxanthines received__id",
41
+ "inputBox": "text",
42
+ "inputId": "Total methylxanthines received_input_Id",
43
+ "dropDown": "mg",
44
+ "dropDownId": "Total methylxanthines received_dd_Id",
45
+ "dateTimePicker": false
46
+ }
47
+ ],
48
+ "ButtonValue": "Calculate",
49
+ "ButtonId": "calculate_btn",
50
+ "ButtonType": "submit",
51
+ "resultDiv": "true",
52
+ "resultDisplay": "none"
53
+ }
@@ -1 +1,45 @@
1
- {"calculatorRow":[{"labelName":"Temperature (T)","labelId":"Temperature (T)__id","inputBox":"text","inputId":"Temperature (T)_input_Id","dropDown":"°C","dropDownId":"Temperature (T)_dd_Id","dateTimePicker":false},{"labelName":"Rate coefficient (k)","labelId":"Rate coefficient (k)__id","inputBox":"text","inputId":"Rate coefficient (k)_input_Id","dropDown":"per s","dropDownId":"Rate coefficient (k)_dd_Id","dateTimePicker":false},{"labelName":"Constant (A)","labelId":"Constant (A)__id","inputBox":"text","inputId":"Constant (A)_input_Id","dropDown":"per s","dropDownId":"Constant (A)_dd_Id","dateTimePicker":false},{"labelName":"Activation energy (Eₐ)","labelId":"Activation energy (Eₐ)__id","inputBox":"text","inputId":"Activation energy (Eₐ)_input_Id","dropDown":"kJ","dropDownId":"Activation energy (Eₐ)_dd_Id","dateTimePicker":false}],"ButtonValue":"Calculate","ButtonId":"calculate_btn","ButtonType":"submit","resultDiv":"true","resultDisplay":"none"}
1
+ {
2
+ "calculatorRow": [
3
+ {
4
+ "labelName": "Temperature (T)",
5
+ "labelId": "Temperature (T)__id",
6
+ "inputBox": "text",
7
+ "inputId": "Temperature (T)_input_Id",
8
+ "dropDown": "°C",
9
+ "dropDownId": "Temperature (T)_dd_Id",
10
+ "dateTimePicker": false
11
+ },
12
+ {
13
+ "labelName": "Rate coefficient (k)",
14
+ "labelId": "Rate coefficient (k)__id",
15
+ "inputBox": "text",
16
+ "inputId": "Rate coefficient (k)_input_Id",
17
+ "dropDown": "per s",
18
+ "dropDownId": "Rate coefficient (k)_dd_Id",
19
+ "dateTimePicker": false
20
+ },
21
+ {
22
+ "labelName": "Constant (A)",
23
+ "labelId": "Constant (A)__id",
24
+ "inputBox": "text",
25
+ "inputId": "Constant (A)_input_Id",
26
+ "dropDown": "per s",
27
+ "dropDownId": "Constant (A)_dd_Id",
28
+ "dateTimePicker": false
29
+ },
30
+ {
31
+ "labelName": "Activation energy (Eₐ)",
32
+ "labelId": "Activation energy (Eₐ)__id",
33
+ "inputBox": "text",
34
+ "inputId": "Activation energy (Eₐ)_input_Id",
35
+ "dropDown": "kJ",
36
+ "dropDownId": "Activation energy (Eₐ)_dd_Id",
37
+ "dateTimePicker": false
38
+ }
39
+ ],
40
+ "ButtonValue": "Calculate",
41
+ "ButtonId": "calculate_btn",
42
+ "ButtonType": "submit",
43
+ "resultDiv": "true",
44
+ "resultDisplay": "none"
45
+ }