futuro 1.0.6 → 1.1.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/html/assign/page.liquid +2 -1
- data/_includes/html/assign/site.liquid +30 -21
- data/_includes/html/layout/footer.liquid +5 -1
- data/_includes/html/page/content.liquid +70 -71
- data/_includes/html/page/content/loop/alert.liquid +31 -0
- data/_includes/html/page/content/loop/button/build.liquid +7 -1
- data/_includes/html/page/content/loop/checkbox.liquid +4 -8
- data/_includes/html/page/content/loop/form.liquid +14 -7
- data/_includes/html/page/content/loop/form/alert.liquid +8 -13
- data/_includes/html/page/content/loop/form/callout.liquid +1 -1
- data/_includes/html/page/content/loop/form/date.liquid +7 -7
- data/_includes/html/page/content/loop/form/email.liquid +38 -0
- data/_includes/html/page/content/loop/form/item.liquid +6 -9
- data/_includes/html/page/content/loop/form/message.liquid +1 -1
- data/_includes/html/page/content/loop/form/number.liquid +3 -3
- data/_includes/html/page/content/loop/form/phone.liquid +22 -21
- data/_includes/html/page/content/loop/form/radio.liquid +7 -7
- data/_includes/html/page/content/loop/form/select.liquid +10 -10
- data/_includes/html/page/content/loop/form/text.liquid +23 -27
- data/_includes/html/page/content/loop/form/textarea.liquid +6 -5
- data/_includes/html/page/content/loop/header/search.liquid +1 -1
- data/_includes/html/page/content/loop/input.liquid +17 -0
- data/_includes/html/page/content/loop/item.liquid +16 -0
- data/_includes/html/page/content/loop/{form/label.liquid → label.liquid} +24 -4
- data/_includes/html/page/content/loop/onemoment.liquid +6 -0
- data/_includes/html/page/content/loop/screen.liquid +2 -2
- data/_includes/html/page/content/loop/screen/header.liquid +3 -3
- data/_includes/html/page/content/loop/{select/create.liquid → select.liquid} +0 -0
- data/_includes/html/page/content/row.liquid +1 -1
- data/_includes/html/page/footnote.liquid +4 -2
- data/_includes/html/page/header.liquid +1 -2
- data/_includes/html/page/layout/home.liquid +17 -7
- data/_includes/html/page/topbar.liquid +28 -17
- data/_includes/html/page/topbar/navigation/link.liquid +22 -0
- data/_includes/html/site/scroller.liquid +1 -1
- data/_includes/svg/site/icon.liquid +39 -19
- data/_sass/_button.scss +4 -4
- data/_sass/area/chapter.scss +2 -1
- data/_sass/area/page.scss +1 -1
- data/_sass/area/topbar.scss +1 -1
- data/_sass/block/chart.scss +2 -1
- data/_sass/block/form/alert.scss +0 -4
- data/_sass/block/form/checkbox.scss +2 -18
- data/_sass/block/form/item.scss +17 -17
- data/_sass/block/util.scss +3 -0
- data/_sass/futuro.core.scss +19 -1
- data/_sass/helpers/extends.scss +0 -17
- data/_sass/helpers/extends/forms.scss +16 -0
- data/_sass/helpers/mixins/layout.scss +0 -1
- data/_sass/helpers/mixins/theme.scss +112 -119
- data/_sass/helpers/themes.scss +14 -13
- data/_sass/helpers/variables.scss +24 -226
- data/_sass/helpers/variables/colors.scss +290 -0
- data/_sass/item/scroller.scss +0 -1
- data/_sass/link/book.scss +8 -6
- data/_sass/link/navigation.scss +11 -7
- data/_sass/link/scroller.scss +4 -0
- data/_sass/title/book.scss +9 -0
- data/_sass/title/page.scss +2 -0
- data/_sass/title/type.scss +1 -0
- data/_sass/wrap/switch.scss +12 -0
- data/assets/js/footer/custom/1_Settings.js +1 -2
- data/assets/js/footer/custom/2_Check.width.js +6 -23
- data/assets/js/footer/custom/3_Setup.browse.js +1 -1
- data/assets/js/footer/custom/5_button.func.reset.js +15 -0
- data/assets/js/footer/custom/5_button.func.submit.js +39 -0
- data/assets/js/footer/custom/5_button.func.switch.js +26 -0
- data/assets/js/footer/custom/5_button.func.update.js +39 -0
- data/assets/js/footer/custom/5_check.form.js +7 -0
- data/assets/js/footer/custom/5_respond.scroller.js +11 -0
- data/assets/js/footer/vendor/futuro/checkr.js +40 -0
- data/assets/js/footer/vendor/{gsap-draw.js → gsap/draw.js} +0 -0
- data/assets/js/footer/vendor/{gsap-morph.js → gsap/morph.js} +0 -0
- data/assets/js/footer/vendor/{gsap-scramble.js → gsap/scramble.js} +0 -0
- data/assets/js/footer/vendor/gsap/scroll.js +11 -0
- data/assets/js/footer/vendor/{gsap-text.js → gsap/text.js} +0 -0
- data/assets/js/footer/vendor/{jquery.min.js → jquery.js} +0 -0
- data/assets/js/footer/vendor/{parsley.min.js → parsley.js} +0 -0
- data/assets/js/futuro.footer.custom.js +1 -1
- data/assets/js/futuro.footer.vendor.js +52 -314
- data/assets/js/futuro.header.custom.js +1 -1
- data/assets/js/futuro.header.legacy.js +4 -3
- data/assets/js/futuro.header.legacy.shopify.js +4 -3
- data/assets/js/futuro.header.vendor.js +4 -3
- data/assets/js/header/custom/1_Settings.js +8 -2
- data/assets/js/header/custom/2_Site.js +1 -3
- data/assets/js/header/vendor/gsap.js +4 -3
- metadata +28 -20
- data/_includes/html/page/content/loop/alert/create.liquid +0 -20
- data/_includes/html/page/content/loop/alert/example.liquid +0 -4
- data/_includes/html/page/content/loop/form/input.liquid +0 -17
- data/_includes/html/page/content/loop/yousaved.liquid +0 -11
- data/_includes/svg/site/book/orwell.svg +0 -1
- data/_includes/svg/site/book/woolf.svg +0 -1
- data/assets/js/footer/custom/5_Animate.scroller.js +0 -11
- data/assets/js/footer/custom/5_Switch.button.js +0 -97
- data/assets/js/footer/vendor/scrollmagic-gsap.js +0 -310
- data/assets/js/footer/vendor/scrollmagic.js +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dfe204f9bed52d33c96c48701fcaa8971ecea1b8ced20063f7b3d5bdbe03ae70
|
|
4
|
+
data.tar.gz: eaf647eb08fcf3605f1892ee1dbdbb89268078476edade43125246bae495abcb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93819f8e40f4519407b69ae78c2506337387a334c54a898a09184598ac3c07f6a7404d8b190dbd5528245b68450e5ca494de77a392a315ea5fb43ee18e4735f3
|
|
7
|
+
data.tar.gz: '0593994e1fa4542bb2f10de75c3231b67dd2ec4f017b613d653c72caeada5fa3c11faf450379085881b8dded323b216e74e236e745e1c9484563f20b226d3711'
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
{% assign PageChapter = page.chapter | replace : ' ','-' | downcase %}
|
|
5
5
|
{% assign PageTopic = page.topic | replace : ' ','-' | downcase %}
|
|
6
6
|
{% assign PageTitle = page.title | replace : ' ','-' | downcase %}
|
|
7
|
-
{% assign PageTag = page.tag | replace : ' ',' tag-' | prepend : ' tag-'
|
|
7
|
+
{% assign PageTag = page.tag | replace : ' ',' tag-' | prepend : ' tag-' | downcase %}
|
|
8
|
+
{% assign PageLabel = page.label | prepend: '/' | downcase %}
|
|
8
9
|
|
|
9
10
|
{% assign PageUrl = page.url | replace : '.html','' | replace : '/index','' | slice: 1,999 %}
|
|
10
11
|
{% assign PageShare = PageUrl | prepend : '/' | prepend : site.url %}
|
|
@@ -1,28 +1,25 @@
|
|
|
1
1
|
|
|
2
|
-
{% assign
|
|
3
|
-
{% assign
|
|
4
|
-
|
|
5
|
-
{% assign
|
|
6
|
-
|
|
7
|
-
{% assign
|
|
8
|
-
{% assign
|
|
9
|
-
|
|
10
|
-
{% assign
|
|
11
|
-
|
|
12
|
-
{% assign
|
|
13
|
-
|
|
14
|
-
{% assign
|
|
15
|
-
{% assign
|
|
16
|
-
{% assign
|
|
17
|
-
{% assign
|
|
18
|
-
{% assign
|
|
19
|
-
{% assign
|
|
20
|
-
{% assign LoopButton = ContentLoop | append : 'button/' %}
|
|
21
|
-
{% assign LoopAlert = ContentLoop | append : 'alert/' %}
|
|
2
|
+
{% assign Site = 'html/site/' %}
|
|
3
|
+
{% assign SitePage = 'html/page/' %}
|
|
4
|
+
{% assign SiteOverlay = 'html/overlay/' %}
|
|
5
|
+
{% assign SiteLayout = 'html/layout/' %}
|
|
6
|
+
|
|
7
|
+
{% assign SiteUtil = SitePage | append : 'util/' %}
|
|
8
|
+
{% assign SiteContent = SitePage | append : 'content/' %}
|
|
9
|
+
{% assign PageBlock = SitePage | append : 'block/' %}
|
|
10
|
+
{% assign SiteTopbar = SitePage | append : 'topbar/' %}
|
|
11
|
+
|
|
12
|
+
{% assign ContentLoop = SiteContent | append : 'loop/' %}
|
|
13
|
+
{% assign LoopArtwork = ContentLoop | append : 'artwork/' %}
|
|
14
|
+
{% assign LoopForm = ContentLoop | append : 'form/' %}
|
|
15
|
+
{% assign LoopRoller = ContentLoop | append : 'roller/' %}
|
|
16
|
+
{% assign LoopHeader = ContentLoop | append : 'header/' %}
|
|
17
|
+
{% assign LoopScreen = ContentLoop | append : 'screen/' %}
|
|
18
|
+
{% assign LoopButton = ContentLoop | append : 'button/' %}
|
|
19
|
+
{% assign LoopAlert = ContentLoop | append : 'alert/' %}
|
|
22
20
|
|
|
23
21
|
{% assign SiteSvg = 'svg/site/' %}
|
|
24
22
|
{% assign SvgLoad = SiteSvg | append : 'load/' %}
|
|
25
|
-
{% assign SvgBook = SiteSvg | append : 'book/' %}
|
|
26
23
|
{% assign SvgBtn = SiteSvg | append : 'btn/' %}
|
|
27
24
|
{% assign SvgIcon = SiteSvg | append : 'icon.liquid' %}
|
|
28
25
|
|
|
@@ -32,6 +29,18 @@
|
|
|
32
29
|
{% assign LayoutTitle = page.title | replace : ' ','-' | prepend : ' title-' | downcase %}
|
|
33
30
|
{% assign LayoutTopic = page.topic | replace : ' ','-' | downcase %}
|
|
34
31
|
|
|
32
|
+
{%- if site.setup.install -%}
|
|
33
|
+
{% assign SiteInstall = site.setup.install | prepend : 'install-' %}
|
|
34
|
+
{%- else -%}
|
|
35
|
+
{% assign SiteInstall = "install-library" %}
|
|
36
|
+
{%- endif -%}
|
|
37
|
+
|
|
38
|
+
{%- if site.setup.style -%}
|
|
39
|
+
{% assign SiteStyle = site.setup.style | prepend : 'style-' %}
|
|
40
|
+
{%- else -%}
|
|
41
|
+
{% assign SiteStyle = "style-page" %}
|
|
42
|
+
{%- endif -%}
|
|
43
|
+
|
|
35
44
|
{%- if site.setup.respond -%}
|
|
36
45
|
{% assign SiteIsResponsive = true %}
|
|
37
46
|
{%- else -%}
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
<div class="area {{ PageBook | prepend : 'book-' }} {{ PageType }} {{ PageChapter | prepend : 'chapter-' }}
|
|
5
5
|
{% if site.setup.style %}{{ SiteStyle }}{% endif %}">
|
|
6
6
|
|
|
7
|
-
{
|
|
7
|
+
{% unless SiteIsDocs %}
|
|
8
8
|
|
|
9
9
|
<h2>{{ page.weight | slice: 0,3 }}</h2>
|
|
10
10
|
|
|
11
|
-
{
|
|
11
|
+
{% endunless %}
|
|
12
12
|
|
|
13
13
|
{% else %}
|
|
14
14
|
|
|
15
|
-
{
|
|
15
|
+
{% unless SiteIsDocs %}
|
|
16
16
|
|
|
17
|
-
{
|
|
17
|
+
{% include {{ SitePage | append : 'subtitle.liquid' }} %}
|
|
18
18
|
|
|
19
|
-
{
|
|
19
|
+
{% endunless %}
|
|
20
20
|
|
|
21
21
|
<div class="area {{ PageType }} {{ SiteStyle }} {{ PageTitle | prepend : 'title-' }}
|
|
22
22
|
{% unless NoSubtitle %}has-subtitle{% endunless %}
|
|
@@ -25,149 +25,148 @@
|
|
|
25
25
|
|
|
26
26
|
{% endif %}
|
|
27
27
|
|
|
28
|
-
{
|
|
28
|
+
{% unless SiteIsDocs %}
|
|
29
29
|
|
|
30
30
|
{{ page.content | markdownify }}
|
|
31
31
|
|
|
32
|
-
{
|
|
32
|
+
{% endunless %}
|
|
33
33
|
|
|
34
|
-
{
|
|
34
|
+
{% unless PageIsChapter %}
|
|
35
35
|
|
|
36
|
-
{
|
|
36
|
+
{% include {{ SiteContent | append : 'more.liquid' }} %}
|
|
37
37
|
|
|
38
38
|
{% unless SiteIsDocs %}
|
|
39
39
|
|
|
40
40
|
{% include {{ SitePage | append : 'util.liquid' }} %}
|
|
41
41
|
|
|
42
42
|
{% endunless %}
|
|
43
|
-
|
|
44
43
|
|
|
45
|
-
{
|
|
44
|
+
{% if page.break %}
|
|
46
45
|
|
|
47
46
|
{% for i in (1..page.break) %}<br>{% endfor %}
|
|
48
47
|
|
|
49
|
-
{
|
|
48
|
+
{% endif %}
|
|
49
|
+
|
|
50
|
+
{% if page.alert %}
|
|
51
|
+
|
|
52
|
+
{% include {{ ContentLoop | append : 'alert.liquid' }}
|
|
53
|
+
title = page.alert.title
|
|
54
|
+
type = page.alert.type
|
|
55
|
+
price = page.alert.price %}
|
|
56
|
+
|
|
57
|
+
{% endif %}
|
|
50
58
|
|
|
51
|
-
{
|
|
59
|
+
{% if page.chart %}
|
|
52
60
|
|
|
53
|
-
{
|
|
61
|
+
{% include {{ SiteContent | append : 'chart.liquid' }} %}
|
|
54
62
|
|
|
55
|
-
{
|
|
63
|
+
{% endif %}
|
|
56
64
|
|
|
57
|
-
{
|
|
65
|
+
{% if page.number %}
|
|
58
66
|
|
|
59
67
|
<div class="block number-container">
|
|
60
68
|
|
|
61
|
-
{
|
|
69
|
+
{% include {{ SiteContent | append : 'loop.liquid' }} type="number" %}
|
|
62
70
|
|
|
63
71
|
</div>
|
|
64
72
|
|
|
65
|
-
{
|
|
73
|
+
{% endif %}
|
|
66
74
|
|
|
67
|
-
{
|
|
75
|
+
{% if page.pies %}
|
|
68
76
|
|
|
69
77
|
<ul class="list pies style-spin">
|
|
70
78
|
|
|
71
|
-
{
|
|
79
|
+
{% include {{ SiteContent | append : 'loop.liquid' }} type="pies" %}
|
|
72
80
|
|
|
73
81
|
</ul>
|
|
74
82
|
|
|
75
|
-
{
|
|
83
|
+
{% endif %}
|
|
76
84
|
|
|
77
|
-
{
|
|
85
|
+
{% if page.roller %}
|
|
78
86
|
|
|
79
|
-
{
|
|
87
|
+
{% include {{ SiteContent | append : 'roller.liquid' }} %}
|
|
80
88
|
|
|
81
|
-
{
|
|
89
|
+
{% endif %}
|
|
82
90
|
|
|
83
|
-
{
|
|
91
|
+
{% if page.artwork %}
|
|
84
92
|
|
|
85
|
-
{
|
|
93
|
+
{% include {{ SiteContent | append : 'artwork.liquid' }} %}
|
|
86
94
|
|
|
87
|
-
{
|
|
95
|
+
{% endif %}
|
|
88
96
|
|
|
89
|
-
{
|
|
97
|
+
{% if page.form %}
|
|
90
98
|
|
|
91
99
|
<form onsubmit="return false">
|
|
92
100
|
|
|
93
|
-
{
|
|
101
|
+
{% include {{ SiteContent | append : 'loop.liquid' }} type="form" %}
|
|
94
102
|
|
|
95
103
|
</form>
|
|
96
104
|
|
|
97
|
-
{
|
|
105
|
+
{% endif %}
|
|
98
106
|
|
|
99
|
-
{
|
|
107
|
+
{% if page.header %}
|
|
100
108
|
|
|
101
|
-
{
|
|
109
|
+
{% include {{ SiteContent | append : 'header.liquid' }} %}
|
|
102
110
|
|
|
103
|
-
{
|
|
111
|
+
{% endif %}
|
|
104
112
|
|
|
105
|
-
{
|
|
113
|
+
{% if page.screen %}
|
|
106
114
|
|
|
107
115
|
<div class="block screen-container">
|
|
108
116
|
|
|
109
117
|
<div class="block screen-wrap">
|
|
110
118
|
|
|
111
|
-
{
|
|
119
|
+
{% include {{ LoopScreen | append : 'header.liquid' }} %}
|
|
112
120
|
|
|
113
|
-
{
|
|
121
|
+
{% include {{ LoopScreen | append : 'feed.liquid' }} type="feed" %}
|
|
114
122
|
|
|
115
|
-
{
|
|
123
|
+
{% include {{ LoopScreen | append : 'feed.liquid' }} type="clone" %}
|
|
116
124
|
|
|
117
125
|
</div>
|
|
118
126
|
|
|
119
127
|
</div>
|
|
120
128
|
|
|
121
|
-
{
|
|
129
|
+
{% endif %}
|
|
122
130
|
|
|
123
|
-
{
|
|
131
|
+
{% if page.loader %}
|
|
124
132
|
|
|
125
|
-
{
|
|
126
|
-
|
|
127
|
-
{%- endif -%}
|
|
128
|
-
|
|
129
|
-
{%- if page.ticker -%}
|
|
130
|
-
|
|
131
|
-
<div class="ticker onemoment">
|
|
132
|
-
|
|
133
|
-
<div class="ticker message">{{ page.ticker }}</div>
|
|
134
|
-
|
|
135
|
-
</div>
|
|
133
|
+
{% include {{ SiteContent | append : 'loader.liquid' }} %}
|
|
136
134
|
|
|
137
|
-
{
|
|
135
|
+
{% endif %}
|
|
138
136
|
|
|
139
|
-
{
|
|
137
|
+
{% if page.ticker %}
|
|
140
138
|
|
|
141
|
-
{
|
|
139
|
+
{% include {{ ContentLoop | append : 'onemoment.liquid' }}
|
|
140
|
+
ticker = page.ticker %}
|
|
142
141
|
|
|
143
|
-
{
|
|
142
|
+
{% endif %}
|
|
144
143
|
|
|
145
|
-
{
|
|
144
|
+
{% if page.button %}
|
|
146
145
|
|
|
147
|
-
{
|
|
146
|
+
{% include {{ LoopButton | append : 'example.liquid' }} %}
|
|
148
147
|
|
|
149
|
-
{
|
|
148
|
+
{% endif %}
|
|
150
149
|
|
|
151
|
-
{
|
|
150
|
+
{% if page.row %}
|
|
152
151
|
|
|
153
|
-
{
|
|
152
|
+
{% include {{ SiteContent | append : 'row.liquid' }} %}
|
|
154
153
|
|
|
155
|
-
{
|
|
154
|
+
{% endif %}
|
|
156
155
|
|
|
157
|
-
{
|
|
156
|
+
{% if page.checkbox %}
|
|
158
157
|
|
|
159
|
-
{
|
|
160
|
-
|
|
158
|
+
{% include {{ ContentLoop | append : 'checkbox.liquid' }}
|
|
159
|
+
label = page.checkbox.label %}
|
|
161
160
|
|
|
162
|
-
{
|
|
161
|
+
{% endif %}
|
|
163
162
|
|
|
164
|
-
{
|
|
163
|
+
{% if SiteIsDocs %}
|
|
165
164
|
|
|
166
|
-
{
|
|
165
|
+
{% if page.content %}
|
|
167
166
|
|
|
168
167
|
{% assign length = page.content | size %}
|
|
169
168
|
|
|
170
|
-
{
|
|
169
|
+
{% if length > 1 %}
|
|
171
170
|
|
|
172
171
|
<div class="area type-content">
|
|
173
172
|
|
|
@@ -175,10 +174,10 @@
|
|
|
175
174
|
|
|
176
175
|
</div>
|
|
177
176
|
|
|
178
|
-
{
|
|
177
|
+
{% endif %}
|
|
179
178
|
|
|
180
|
-
{
|
|
179
|
+
{% endif %}
|
|
181
180
|
|
|
182
|
-
{
|
|
181
|
+
{% endif %}
|
|
183
182
|
|
|
184
|
-
{
|
|
183
|
+
{% endunless %}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
|
|
2
|
+
{% if include.type == "whatson" %}
|
|
3
|
+
|
|
4
|
+
<span class="wrap alert-wrap" style="display:block;">
|
|
5
|
+
|
|
6
|
+
<span class="block alert-content">
|
|
7
|
+
|
|
8
|
+
<span class="title alert-content alert-feed">
|
|
9
|
+
|
|
10
|
+
{{ include.title }}
|
|
11
|
+
|
|
12
|
+
</span>
|
|
13
|
+
|
|
14
|
+
<span class="title alert-content alert-clone">
|
|
15
|
+
|
|
16
|
+
{{ include.title }}
|
|
17
|
+
|
|
18
|
+
</span>
|
|
19
|
+
|
|
20
|
+
</span>
|
|
21
|
+
|
|
22
|
+
</span>
|
|
23
|
+
|
|
24
|
+
{% else %}
|
|
25
|
+
|
|
26
|
+
{% include {{ ContentLoop | append : 'item.liquid' }}
|
|
27
|
+
title = include.title
|
|
28
|
+
price = include.price
|
|
29
|
+
alert = true %}
|
|
30
|
+
|
|
31
|
+
{% endif %}
|
|
@@ -2,10 +2,16 @@
|
|
|
2
2
|
{% assign IncludeFunc = include.func | prepend : 'func-' %}
|
|
3
3
|
{% assign IncludeTitle = include.title | prepend : 'title-' | downcase %}
|
|
4
4
|
|
|
5
|
+
{% if include.type %}
|
|
6
|
+
{% assign IncludeType = include.type | prepend : 'type-' %}
|
|
7
|
+
{% else %}
|
|
8
|
+
{% assign IncludeType = "type-solid" %}
|
|
9
|
+
{% endif %}
|
|
10
|
+
|
|
5
11
|
<span class="button-wrap
|
|
12
|
+
{{ IncludeType }}
|
|
6
13
|
{% if include.func %}{{ IncludeFunc }}{% endif %}
|
|
7
14
|
{% if include.title %}{{ IncludeTitle }}{% endif %}
|
|
8
|
-
{% if include.type %}{{ include.type | prepend : 'type-' }}{% endif %}
|
|
9
15
|
{% if include.style %}{{ include.style | prepend : 'style-' }}{% endif %}
|
|
10
16
|
{% if include.context %}{{ include.context | prepend : 'context-' }}{% endif %}">
|
|
11
17
|
|
|
@@ -1,23 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
{% include html/assign/name.liquid parent="checkbox" %}
|
|
3
3
|
|
|
4
|
-
{% if include.
|
|
4
|
+
<span class="checkbox-wrap {% if include.nolabel %}no-label{% endif %}">
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
{%- include {{ LoopForm | append : 'input.liquid' }}
|
|
6
|
+
{%- include {{ ContentLoop | append : 'input.liquid' }}
|
|
9
7
|
type = "checkbox"
|
|
10
8
|
value = "yes"
|
|
11
9
|
class = "checkbox-input" -%}
|
|
12
10
|
|
|
13
|
-
{%- include {{
|
|
14
|
-
|
|
11
|
+
{%- include {{ ContentLoop | append : 'label.liquid' }}
|
|
12
|
+
label = include.label
|
|
15
13
|
small = include.small
|
|
16
14
|
subtitle = include.subtitle
|
|
17
15
|
class = "checkbox-label" -%}
|
|
18
16
|
|
|
19
17
|
</span>
|
|
20
18
|
|
|
21
|
-
{% if include.form %}</p>{% endif %}
|
|
22
|
-
|
|
23
19
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{% if item.yousaved %}
|
|
3
3
|
|
|
4
4
|
{% include {{ SiteContent | append : 'loop.liquid' }}
|
|
5
|
-
|
|
5
|
+
type = "yousaved" %}
|
|
6
6
|
|
|
7
7
|
{% elsif item.legend %}
|
|
8
8
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
{% elsif item.addr %}
|
|
12
12
|
|
|
13
13
|
{% include {{ LoopForm | append : 'radio.liquid' }}
|
|
14
|
-
|
|
14
|
+
type = "address" %}
|
|
15
15
|
|
|
16
16
|
{% elsif item.number %}
|
|
17
17
|
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
{% elsif item.alert %}
|
|
41
41
|
|
|
42
42
|
{% include {{ LoopForm | append : 'alert.liquid' }}
|
|
43
|
-
|
|
43
|
+
context = include.context %}
|
|
44
44
|
|
|
45
45
|
{% elsif item.message %}
|
|
46
46
|
|
|
@@ -54,6 +54,10 @@
|
|
|
54
54
|
|
|
55
55
|
{% include {{ LoopForm | append : 'text.liquid' }} %}
|
|
56
56
|
|
|
57
|
+
{% elsif item.email %}
|
|
58
|
+
|
|
59
|
+
{% include {{ LoopForm | append : 'email.liquid' }} %}
|
|
60
|
+
|
|
57
61
|
{% elsif item.password %}
|
|
58
62
|
|
|
59
63
|
{% include {{ LoopForm | append : 'password.liquid' }} %}
|
|
@@ -68,10 +72,13 @@
|
|
|
68
72
|
|
|
69
73
|
{% elsif item.checkbox %}
|
|
70
74
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
+
<p class="block form-row checkbox-row">
|
|
76
|
+
|
|
77
|
+
{% include {{ ContentLoop | append : 'checkbox.liquid' }}
|
|
78
|
+
label = item.checkbox.label
|
|
79
|
+
nolabel = true %}
|
|
80
|
+
|
|
81
|
+
</p>
|
|
75
82
|
|
|
76
83
|
{% elsif item.button %}
|
|
77
84
|
|