futuro 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (198) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/artwork/animal/icon.svg +10 -0
  3. data/_includes/artwork/orwell/animal/flob.scss +5 -0
  4. data/_includes/artwork/orwell/animal/waldo.scss +45 -0
  5. data/_includes/html/assign/page.liquid +85 -0
  6. data/_includes/html/assign/site.liquid +88 -0
  7. data/_includes/html/layout/loop.liquid +32 -0
  8. data/_includes/html/layout/type.liquid +16 -0
  9. data/_includes/html/overlay/about.liquid +5 -2
  10. data/_includes/html/overlay/browse/book.liquid +14 -25
  11. data/_includes/html/overlay/browse/chapter.liquid +24 -19
  12. data/_includes/html/overlay/browse/page.liquid +50 -30
  13. data/_includes/html/overlay/browse.liquid +5 -5
  14. data/_includes/html/overlay/load.liquid +29 -9
  15. data/_includes/html/overlay/search.liquid +20 -12
  16. data/_includes/html/overlay/wrap.liquid +18 -0
  17. data/_includes/html/page/clippies.liquid +22 -0
  18. data/_includes/html/page/content/chart.liquid +8 -0
  19. data/_includes/html/page/content/header.liquid +42 -0
  20. data/_includes/html/page/content/loop/artwork/image.liquid +2 -0
  21. data/_includes/html/page/content/loop/artwork/video.liquid +4 -0
  22. data/_includes/html/page/content/loop/artwork.liquid +22 -0
  23. data/_includes/html/page/content/loop/chart/assign.liquid +30 -0
  24. data/_includes/html/page/content/loop/chart.liquid +38 -0
  25. data/_includes/html/page/content/loop/form/alert.liquid +14 -0
  26. data/_includes/html/page/content/loop/form/button.liquid +26 -0
  27. data/_includes/html/page/content/loop/form/callout.liquid +6 -0
  28. data/_includes/html/page/content/loop/form/checkbox.liquid +24 -0
  29. data/_includes/html/page/content/loop/form/date.liquid +197 -0
  30. data/_includes/html/page/content/loop/form/fee.liquid +9 -0
  31. data/_includes/html/page/content/loop/form/input.liquid +7 -0
  32. data/_includes/html/page/content/loop/form/item.liquid +38 -0
  33. data/_includes/html/page/content/loop/form/label.liquid +15 -0
  34. data/_includes/html/page/content/loop/form/legend.liquid +38 -0
  35. data/_includes/html/page/content/loop/form/message.liquid +6 -0
  36. data/_includes/html/page/content/loop/form/password.liquid +11 -0
  37. data/_includes/html/page/content/loop/form/radio.liquid +39 -0
  38. data/_includes/html/page/content/loop/form/select.liquid +22 -0
  39. data/_includes/html/page/content/loop/form/text.liquid +45 -0
  40. data/_includes/html/page/content/loop/form/textarea.liquid +18 -0
  41. data/_includes/html/page/content/loop/form/yousaved.liquid +10 -0
  42. data/_includes/html/page/content/loop/form.liquid +66 -0
  43. data/_includes/html/page/content/loop/header/back.liquid +6 -0
  44. data/_includes/html/page/content/loop/header/basket.liquid +8 -0
  45. data/_includes/html/page/content/loop/header/login.liquid +28 -0
  46. data/_includes/html/page/content/loop/header/logo.liquid +32 -0
  47. data/_includes/html/page/content/loop/header/search.liquid +16 -0
  48. data/_includes/html/page/content/loop/header/subheader.liquid +8 -0
  49. data/_includes/html/page/content/loop/header.liquid +18 -0
  50. data/_includes/html/page/content/loop/number.liquid +16 -0
  51. data/_includes/html/page/content/loop/pies.liquid +42 -0
  52. data/_includes/html/page/content/loop/roller/item.liquid +47 -0
  53. data/_includes/html/page/content/loop/roller.liquid +8 -0
  54. data/_includes/html/page/content/loop/screen/row.liquid +18 -0
  55. data/_includes/html/page/content/loop/screen/small.liquid +6 -0
  56. data/_includes/html/page/content/loop/screen/title.liquid +12 -0
  57. data/_includes/html/page/content/loop/screen.liquid +38 -0
  58. data/_includes/html/page/content/loop.liquid +10 -0
  59. data/_includes/html/page/content/more.liquid +10 -0
  60. data/_includes/html/page/content/roller.liquid +76 -0
  61. data/_includes/html/page/content.liquid +135 -0
  62. data/_includes/html/page/footnote.liquid +24 -0
  63. data/_includes/html/page/header.liquid +8 -34
  64. data/_includes/html/page/info.liquid +18 -23
  65. data/_includes/html/page/layout/home.liquid +7 -0
  66. data/_includes/html/page/layout/page.liquid +15 -24
  67. data/_includes/html/page/subtitle.liquid +1 -3
  68. data/_includes/html/page/title.liquid +18 -17
  69. data/_includes/html/page/topbar.liquid +16 -8
  70. data/_includes/html/page/{utils → util}/author.liquid +1 -1
  71. data/_includes/html/page/util/share.liquid +24 -0
  72. data/_includes/html/page/{utils → util}/update.liquid +1 -1
  73. data/_includes/html/page/util.liquid +28 -12
  74. data/_includes/html/search/loop.liquid +11 -0
  75. data/_includes/html/site/footer.liquid +10 -0
  76. data/_includes/html/site/header.liquid +10 -0
  77. data/_includes/html/site/scroller.liquid +68 -0
  78. data/_includes/svg/site/icon.liquid +17 -11
  79. data/_layouts/feed.html +37 -33
  80. data/_layouts/single.html +36 -31
  81. data/_sass/_bar.scss +1 -1
  82. data/_sass/_base.scss +10 -21
  83. data/_sass/_block.scss +7 -26
  84. data/_sass/_box.scss +1 -1
  85. data/_sass/_button.scss +2 -2
  86. data/_sass/_col.scss +2 -2
  87. data/_sass/_input.scss +14 -28
  88. data/_sass/_item.scss +20 -16
  89. data/_sass/_link.scss +42 -0
  90. data/_sass/_list.scss +21 -20
  91. data/_sass/_site.scss +3 -3
  92. data/_sass/_title.scss +74 -42
  93. data/_sass/area/book.scss +18 -0
  94. data/_sass/area/chapter.scss +15 -0
  95. data/_sass/area/content.scss +9 -0
  96. data/_sass/area/overlay.scss +50 -5
  97. data/_sass/area/page.scss +59 -20
  98. data/_sass/area/topbar.scss +5 -2
  99. data/_sass/block/chart.scss +44 -0
  100. data/_sass/block/custom.scss +9 -0
  101. data/_sass/block/form/alert.scss +17 -0
  102. data/_sass/block/form/checkbox.scss +42 -0
  103. data/_sass/block/form/header.scss +78 -0
  104. data/_sass/block/form/input.scss +51 -0
  105. data/_sass/block/form/item.scss +22 -0
  106. data/_sass/block/form/label.scss +15 -0
  107. data/_sass/block/form/legend.scss +70 -0
  108. data/_sass/block/form/login.scss +70 -0
  109. data/_sass/block/form/message.scss +9 -0
  110. data/_sass/block/form/password.scss +19 -0
  111. data/_sass/block/form/radio.scss +12 -0
  112. data/_sass/block/form/screen.scss +89 -0
  113. data/_sass/block/form/scroller.scss +8 -0
  114. data/_sass/block/form/search.scss +39 -0
  115. data/_sass/block/form/select.scss +49 -0
  116. data/_sass/block/form/subheader.scss +60 -0
  117. data/_sass/block/form/text.scss +20 -0
  118. data/_sass/block/form/title.scss +12 -0
  119. data/_sass/block/form.scss +17 -0
  120. data/_sass/block/navigation.scss +3 -3
  121. data/_sass/block/number.scss +9 -0
  122. data/_sass/block/pie.scss +14 -0
  123. data/_sass/block/results.scss +9 -5
  124. data/_sass/block/scroller.scss +12 -0
  125. data/_sass/block/stop.scss +0 -1
  126. data/_sass/block/util.scss +19 -17
  127. data/_sass/futuro.core.scss +74 -27
  128. data/_sass/helpers/extends/grid.scss +24 -0
  129. data/_sass/helpers/extends/layout.scss +27 -0
  130. data/_sass/helpers/extends.scss +22 -115
  131. data/_sass/helpers/mixins/layout.scss +11 -0
  132. data/_sass/helpers/mixins/mindsets.scss +0 -6
  133. data/_sass/helpers/mixins/patterns.scss +4 -4
  134. data/_sass/helpers/mixins/theme.scss +292 -210
  135. data/_sass/helpers/mixins.scss +1 -12
  136. data/_sass/helpers/themes.scss +10 -0
  137. data/_sass/helpers/variables.scss +55 -42
  138. data/_sass/title/overlay.scss +16 -17
  139. data/_sass/wrap/book.scss +1 -1
  140. data/_sass/wrap/browse.scss +26 -0
  141. data/_sass/wrap/chapter.scss +11 -1
  142. data/_sass/wrap/overlay.scss +54 -1
  143. data/_sass/wrap/page.scss +18 -1
  144. data/_sass/wrap/scroller.scss +1 -1
  145. data/assets/js/footer/custom/ActiveBook.js +10 -12
  146. data/assets/js/footer/custom/AnimateScroller.js +11 -0
  147. data/assets/js/footer/custom/Overlays.js +21 -21
  148. data/assets/js/footer/custom/RespondBrowse.js +80 -0
  149. data/assets/js/footer/custom/Settings.js +9 -5
  150. data/assets/js/footer/custom/SetupBrowse.js +115 -0
  151. data/assets/js/footer/custom/SetupHome.js +23 -6
  152. data/assets/js/footer/custom/SiteFunc.js +17 -11
  153. data/assets/js/footer/custom/StartBrowse.js +95 -59
  154. data/assets/js/footer/custom/SwitchFocus.js +6 -6
  155. data/assets/js/footer/custom/UtilShare.js +14 -8
  156. data/assets/js/footer/vendor/gsap-scramble.js +11 -0
  157. data/assets/js/futuro.footer.custom.js +1 -1
  158. data/assets/js/futuro.footer.vendor.js +12 -0
  159. data/assets/js/futuro.header.custom.js +1 -1
  160. data/assets/js/header/custom/Color.js +39 -27
  161. data/assets/js/header/custom/Config.js +16 -0
  162. data/assets/js/header/custom/Overlay.js +21 -34
  163. data/assets/js/header/custom/Site.js +5 -0
  164. metadata +100 -38
  165. data/_includes/html/assign.liquid +0 -7
  166. data/_includes/html/filter/loop.liquid +0 -31
  167. data/_includes/html/filter/type.liquid +0 -31
  168. data/_includes/html/loop/artwork/book/number.liquid +0 -7
  169. data/_includes/html/loop/artwork/book/pies.liquid +0 -41
  170. data/_includes/html/loop/artwork/book/textbox.liquid +0 -16
  171. data/_includes/html/loop/artwork/book/video.liquid +0 -4
  172. data/_includes/html/loop/artwork/book.liquid +0 -38
  173. data/_includes/html/loop/artwork/docs.liquid +0 -31
  174. data/_includes/html/loop/search.liquid +0 -16
  175. data/_includes/html/overlay.liquid +0 -23
  176. data/_includes/html/page/artwork.liquid +0 -27
  177. data/_includes/html/page/layout/chapter.liquid +0 -32
  178. data/_includes/html/page/layout/custom.liquid +0 -79
  179. data/_includes/html/page/layout/panel.liquid +0 -15
  180. data/_includes/html/page/layout/tree.liquid +0 -15
  181. data/_includes/html/page/utils/share.liquid +0 -18
  182. data/_includes/svg/site/btn/search.svg +0 -1
  183. data/_sass/_area.scss +0 -52
  184. data/_sass/_lnk.scss +0 -32
  185. data/_sass/area/overlay/about.scss +0 -10
  186. data/_sass/area/overlay/browse.scss +0 -6
  187. data/_sass/area/overlay/load.scss +0 -10
  188. data/_sass/area/overlay/mobile.scss +0 -9
  189. data/_sass/area/overlay/search.scss +0 -6
  190. data/_sass/block/browse.scss +0 -35
  191. data/_sass/helpers/variables/patterns.scss +0 -10
  192. data/_sass/wrap/overlay/legacy.scss +0 -18
  193. data/_sass/wrap/overlay/load.scss +0 -4
  194. data/_sass/wrap/overlay/mobile.scss +0 -8
  195. data/_sass/wrap/overlay/search.scss +0 -4
  196. data/assets/js/footer/custom/ExpandBlock.js +0 -21
  197. data/assets/js/footer/custom/ScrollFunc.js +0 -41
  198. data/assets/js/footer/custom/SplitCode.js +0 -14
@@ -0,0 +1,18 @@
1
+
2
+ {% assign IncludeTitle = include.title | downcase %}
3
+
4
+ <div class="area {{ IncludeTitle | prepend : 'overlay-' }} {% if SiteIsLegacy %}legacy{% endif %}" {% if include.init %} style="display:{{ site.setup.display }};" {% endif %}>
5
+
6
+ {%- unless include.exit == "false" -%}
7
+
8
+ <div class="exit {{ IncludeTitle }}"></div>
9
+
10
+ {%- endunless -%}
11
+
12
+ <div class="wrap {{ IncludeTitle | prepend : 'overlay-' }} {% if SiteIsLegacy %}legacy{% endif %}">
13
+
14
+ {% include {{ SiteOverlay | append : IncludeTitle | append : '.liquid' }} %}
15
+
16
+ </div>
17
+
18
+ </div>
@@ -0,0 +1,22 @@
1
+
2
+ {%- if ClipPies -%}
3
+
4
+ <div class="block clipper">
5
+
6
+ <svg version="1.1" width="200" height="200" viewBox="0 0 200 200">
7
+
8
+ <defs>
9
+
10
+ <clipPath id="cp">
11
+
12
+ <path d="M197.8,100c0,54-43.8,97.8-97.8,97.8V2.2C154,2.2,197.8,46,197.8,100z"/>
13
+
14
+ </clipPath>
15
+
16
+ </defs>
17
+
18
+ </svg>
19
+
20
+ </div>
21
+
22
+ {%- endif -%}
@@ -0,0 +1,8 @@
1
+
2
+ {%- include {{ ContentLoop | append : 'chart/assign.liquid' }} -%}
3
+
4
+ <div class="block chart-container">
5
+
6
+ {%- include {{ SiteContent | append : 'loop.liquid' }} type="chart" -%}
7
+
8
+ </div>
@@ -0,0 +1,42 @@
1
+
2
+ <div class="block header {{ PageTitle | prepend : 'title-' }}">
3
+
4
+ <div class="block header-container">
5
+
6
+ <div class="block header-wrap {{ PageTitle | prepend : 'title-' }}">
7
+
8
+ {%- include {{ LoopHeader | append : 'logo.liquid' }} -%}
9
+
10
+ <div class="block header-menu">
11
+
12
+ {%- include {{ SiteContent | append : 'loop.liquid' }} type="header" -%}
13
+
14
+ </div>
15
+
16
+ </div>
17
+
18
+ </div>
19
+
20
+ {%- for item in page.header -%}
21
+
22
+ {%- if item.subheader -%}
23
+
24
+ <div class="block subheader-container">
25
+
26
+ <ul class="list subheader-menu">
27
+
28
+ {%- for item in item.subheader -%}
29
+
30
+ {%- include {{ LoopHeader | append : 'subheader.liquid' }} -%}
31
+
32
+ {%- endfor -%}
33
+
34
+ </ul>
35
+
36
+ </div>
37
+
38
+ {%- endif -%}
39
+
40
+ {%- endfor -%}
41
+
42
+ </div>
@@ -0,0 +1,2 @@
1
+
2
+ <img src="{{ PageImage | append: '.jpg' }}" alt="{{ PageTitle | prepend : 'title-' }}" style="width: 100%; height: auto;">
@@ -0,0 +1,4 @@
1
+
2
+ <video autoplay playsinline muted loop poster="{{ PageImage | append: '.jpg' }}">
3
+ <source id="mp4" src="{{ PageVideo | append: '.mp4' }}" type="video/mp4">
4
+ </video>
@@ -0,0 +1,22 @@
1
+
2
+ {%- if item.html -%}
3
+
4
+ {%- include {{ PageArtwork | append : '.html' }} -%}
5
+
6
+ {%- elsif item.liquid -%}
7
+
8
+ {%- include {{ PageArtwork | append : '.liquid' }} -%}
9
+
10
+ {%- elsif item.svg -%}
11
+
12
+ {%- include {{ PageArtwork | append : '.svg' }} -%}
13
+
14
+ {%- elsif item.image -%}
15
+
16
+ {%- include {{ LoopArtwork | append : 'image.liquid' }} -%}
17
+
18
+ {%- elsif item.video -%}
19
+
20
+ {%- include {{ LoopArtwork | append : 'video.liquid' }} -%}
21
+
22
+ {%- endif -%}
@@ -0,0 +1,30 @@
1
+
2
+ {% assign ChartSort = page.chart | sort: 'pcent' | reverse %}
3
+
4
+ {% assign count = 0 %}
5
+
6
+ {%- for item in ChartSort -%}
7
+
8
+ {% assign count = count | plus : 1 %}
9
+
10
+ {%- if count == 1 -%}
11
+
12
+ {% assign biggest = item.pcent | times : 1.0 %}
13
+
14
+ {%- endif -%}
15
+
16
+ {%- endfor -%}
17
+
18
+ {% assign min = 160 %}
19
+
20
+ {% assign max = 448 | minus : 30 %}
21
+
22
+ {% assign gap = max | minus : min %}
23
+
24
+ {% assign range = gap | divided_by : biggest %}
25
+
26
+ {% assign length = page.chart | size %}
27
+
28
+ {% assign base = 10 | divided_by : length | times : 0.1 %}
29
+
30
+ {% assign count = 0 %}
@@ -0,0 +1,38 @@
1
+
2
+ {% assign number = range | times : item.pcent %}
3
+
4
+ {% assign height = min | plus : number | append : 'px' %}
5
+
6
+ {% assign count = count | plus : 1 %}
7
+
8
+ {% assign tint = base | times : count %}
9
+
10
+ {%- if item.group -%}
11
+
12
+ <div class="block chart-bar-wrap">
13
+
14
+ <div class="block chart-bar" style="height:{{ height }};">
15
+
16
+ <div class="block chart-bar-bg" style="opacity:{{ tint }};"></div>
17
+
18
+ <div class="block chart-pcent-title">
19
+
20
+ <span>{{ item.pcent }}</span>%
21
+
22
+ </div>
23
+
24
+ <div class="block chart-title-wrap">
25
+
26
+ <div class="block chart-title">
27
+
28
+ {{ item.group }}
29
+
30
+ </div>
31
+
32
+ </div>
33
+
34
+ </div>
35
+
36
+ </div>
37
+
38
+ {%- endif -%}
@@ -0,0 +1,14 @@
1
+
2
+ {%- if include.context == "form" -%}
3
+
4
+ <p class="block form-row alert-row">
5
+
6
+ <span class="block form-alert">{{ item.alert }}</span>
7
+
8
+ </p>
9
+
10
+ {%- else -%}
11
+
12
+ <span class="block form-alert">{{ item.alert }}</span>
13
+
14
+ {%- endif -%}
@@ -0,0 +1,26 @@
1
+
2
+ <p class="block form-row button-row">
3
+
4
+ {%- if include.context == "legend" -%}
5
+
6
+ <span class="block button-row legend-row">
7
+
8
+ <span class="button-wrap legend-wrap">
9
+
10
+ <button type="button">{{ item.button }}</button>
11
+
12
+ </span>
13
+
14
+ </span>
15
+
16
+ {%- else -%}
17
+
18
+ <span class="button-wrap">
19
+
20
+ <button type="button">{{ item.button }}</button>
21
+
22
+ </span>
23
+
24
+ {%- endif -%}
25
+
26
+ </p>
@@ -0,0 +1,6 @@
1
+
2
+ <p class="block form-row title-row">
3
+
4
+ <span class="block title">{{ item.callout }}</span>
5
+
6
+ </p>
@@ -0,0 +1,24 @@
1
+
2
+ {% assign id = item.checkbox | replace: ' ','-' | downcase %}
3
+
4
+ <p class="block form-row checkbox-row">
5
+
6
+ <span class="checkbox-wrap">
7
+
8
+ {%- include {{ LoopForm | append : 'input.liquid' }}
9
+ type="checkbox"
10
+ id=id
11
+ name="available"
12
+ value="yes"
13
+ class="checkbox-input" -%}
14
+
15
+ {%- include {{ LoopForm | append : 'label.liquid' }}
16
+ title=item.checkbox
17
+ for=id
18
+ small=item.small
19
+ subtitle=item.subtitle
20
+ class="checkbox-label" -%}
21
+
22
+ </span>
23
+
24
+ </p>
@@ -0,0 +1,197 @@
1
+
2
+ <p class="block form-row date-row">
3
+
4
+ {%- include {{ LoopForm | append : 'label.liquid' }}
5
+ title=item.date
6
+ small=item.small
7
+ subtitle=item.subtitle
8
+ class="form-label" -%}
9
+
10
+ <span class="block form-date-group">
11
+
12
+ <select>
13
+
14
+ <option value="Day">Day</option>
15
+ <option value="1">1</option>
16
+ <option value="2">2</option>
17
+ <option value="3">3</option>
18
+ <option value="4">4</option>
19
+ <option value="5">5</option>
20
+ <option value="6">6</option>
21
+ <option value="7">7</option>
22
+ <option value="8">8</option>
23
+ <option value="9">9</option>
24
+ <option value="10">10</option>
25
+ <option value="11">11</option>
26
+ <option value="12">12</option>
27
+ <option value="13">13</option>
28
+ <option value="14">14</option>
29
+ <option value="15">15</option>
30
+ <option value="16">16</option>
31
+ <option value="17">17</option>
32
+ <option value="18">18</option>
33
+ <option value="19">19</option>
34
+ <option value="20">20</option>
35
+ <option value="21">21</option>
36
+ <option value="22">22</option>
37
+ <option value="23">23</option>
38
+ <option value="24">24</option>
39
+ <option value="25">25</option>
40
+ <option value="26">26</option>
41
+ <option value="27">27</option>
42
+ <option value="28">28</option>
43
+ <option value="29">29</option>
44
+ <option value="30">30</option>
45
+ <option value="31">31</option>
46
+
47
+ </select>
48
+
49
+ <select>
50
+
51
+ <option value="Month">Month</option>
52
+ <option value="Jan">Jan</option>
53
+ <option value="Feb">Feb</option>
54
+ <option value="Mar">Mar</option>
55
+ <option value="Apr">Apr</option>
56
+ <option value="May">May</option>
57
+ <option value="Jun">Jun</option>
58
+ <option value="Jul">Jul</option>
59
+ <option value="Aug">Aug</option>
60
+ <option value="Sep">Sep</option>
61
+ <option value="Oct">Oct</option>
62
+ <option value="Nov">Nov</option>
63
+ <option value="Dec">Dec</option>
64
+ </select>
65
+
66
+ <select>
67
+
68
+ <option value="Year">Year</option>
69
+ <option value="2020">2020</option>
70
+ <option value="2019">2019</option>
71
+ <option value="2018">2018</option>
72
+ <option value="2017">2017</option>
73
+ <option value="2016">2016</option>
74
+ <option value="2015">2015</option>
75
+ <option value="2014">2014</option>
76
+ <option value="2013">2013</option>
77
+ <option value="2012">2012</option>
78
+ <option value="2011">2011</option>
79
+ <option value="2010">2010</option>
80
+ <option value="2020">2020</option>
81
+ <option value="2009">2009</option>
82
+ <option value="2008">2008</option>
83
+ <option value="2007">2007</option>
84
+ <option value="2006">2006</option>
85
+ <option value="2005">2005</option>
86
+ <option value="2004">2004</option>
87
+ <option value="2003">2003</option>
88
+ <option value="2002">2002</option>
89
+ <option value="2001">2001</option>
90
+ <option value="2000">2000</option>
91
+ <option value="1999">1999</option>
92
+ <option value="1998">1998</option>
93
+ <option value="1997">1997</option>
94
+ <option value="1996">1996</option>
95
+ <option value="1995">1995</option>
96
+ <option value="1994">1994</option>
97
+ <option value="1993">1993</option>
98
+ <option value="1992">1992</option>
99
+ <option value="1991">1991</option>
100
+ <option value="1990">1990</option>
101
+ <option value="1989">1989</option>
102
+ <option value="1988">1988</option>
103
+ <option value="1987">1987</option>
104
+ <option value="1986">1986</option>
105
+ <option value="1985">1985</option>
106
+ <option value="1984">1984</option>
107
+ <option value="1983">1983</option>
108
+ <option value="1982">1982</option>
109
+ <option value="1981">1981</option>
110
+ <option value="1980">1980</option>
111
+ <option value="1979">1979</option>
112
+ <option value="1978">1978</option>
113
+ <option value="1977">1977</option>
114
+ <option value="1976">1976</option>
115
+ <option value="1975">1975</option>
116
+ <option value="1974">1974</option>
117
+ <option value="1973">1973</option>
118
+ <option value="1972">1972</option>
119
+ <option value="1971">1971</option>
120
+ <option value="1970">1970</option>
121
+ <option value="1969">1969</option>
122
+ <option value="1968">1968</option>
123
+ <option value="1967">1967</option>
124
+ <option value="1966">1966</option>
125
+ <option value="1965">1965</option>
126
+ <option value="1964">1964</option>
127
+ <option value="1963">1963</option>
128
+ <option value="1962">1962</option>
129
+ <option value="1961">1961</option>
130
+ <option value="1960">1960</option>
131
+ <option value="1959">1959</option>
132
+ <option value="1958">1958</option>
133
+ <option value="1957">1957</option>
134
+ <option value="1956">1956</option>
135
+ <option value="1955">1955</option>
136
+ <option value="1954">1954</option>
137
+ <option value="1953">1953</option>
138
+ <option value="1952">1952</option>
139
+ <option value="1951">1951</option>
140
+ <option value="1950">1950</option>
141
+ <option value="1949">1949</option>
142
+ <option value="1948">1948</option>
143
+ <option value="1947">1947</option>
144
+ <option value="1946">1946</option>
145
+ <option value="1945">1945</option>
146
+ <option value="1944">1944</option>
147
+ <option value="1943">1943</option>
148
+ <option value="1942">1942</option>
149
+ <option value="1941">1941</option>
150
+ <option value="1940">1940</option>
151
+ <option value="1939">1939</option>
152
+ <option value="1938">1938</option>
153
+ <option value="1937">1937</option>
154
+ <option value="1936">1936</option>
155
+ <option value="1935">1935</option>
156
+ <option value="1934">1934</option>
157
+ <option value="1933">1933</option>
158
+ <option value="1932">1932</option>
159
+ <option value="1931">1931</option>
160
+ <option value="1930">1930</option>
161
+ <option value="1929">1929</option>
162
+ <option value="1928">1928</option>
163
+ <option value="1927">1927</option>
164
+ <option value="1926">1926</option>
165
+ <option value="1925">1925</option>
166
+ <option value="1924">1924</option>
167
+ <option value="1923">1923</option>
168
+ <option value="1922">1922</option>
169
+ <option value="1921">1921</option>
170
+ <option value="1920">1920</option>
171
+ <option value="1919">1919</option>
172
+ <option value="1918">1918</option>
173
+ <option value="1917">1917</option>
174
+ <option value="1916">1916</option>
175
+ <option value="1915">1915</option>
176
+ <option value="1914">1914</option>
177
+ <option value="1913">1913</option>
178
+ <option value="1912">1912</option>
179
+ <option value="1911">1911</option>
180
+ <option value="1910">1910</option>
181
+ <option value="1920">1920</option>
182
+ <option value="1909">1909</option>
183
+ <option value="1908">1908</option>
184
+ <option value="1907">1907</option>
185
+ <option value="1906">1906</option>
186
+ <option value="1905">1905</option>
187
+ <option value="1904">1904</option>
188
+ <option value="1903">1903</option>
189
+ <option value="1902">1902</option>
190
+ <option value="1901">1901</option>
191
+ <option value="1900">1900</option>
192
+
193
+ </select>
194
+
195
+ </span>
196
+
197
+ </p>
@@ -0,0 +1,9 @@
1
+
2
+ <span class="block legend-row fee-row">
3
+
4
+ <span class="block legend-fee">
5
+ <span>*</span>
6
+ <small>{{ item.fee }}</small>
7
+ </span>
8
+
9
+ </span>
@@ -0,0 +1,7 @@
1
+
2
+ <input {% if include.class %}class="{{ include.class }}"{% endif %}
3
+ type="{{ include.type }}"
4
+ id="{{ include.id }}"
5
+ name="{{ include.name }}"
6
+ value="{{ include.value }}"
7
+ {% if include.placeholder %}placeholder="{{ include.placeholder }}"{% endif %}>
@@ -0,0 +1,38 @@
1
+
2
+ {%- if context == "legend" -%}
3
+
4
+ <span class="block legend-row">
5
+
6
+ <span class="block legend-item">
7
+ <span class="block legend-item-dot" {%- if item.dot -%}style="background-color:{{ item.dot }};"{%- endif -%}></span>
8
+ <span class="block legend-item-title">
9
+ {%- if item.item -%}{{ item.item }}{%- endif -%}
10
+ </span>
11
+ <span class="block legend-item-price">
12
+ {%- if item.price -%}{{ item.price | prepend: '£' }}{%- endif -%}
13
+ </span>
14
+ </span>
15
+
16
+ </span>
17
+
18
+ {%- elsif include.context == "yousaved" -%}
19
+
20
+ <span class="block form-alert {{ PageTitle | prepend: 'title-' }}">
21
+ <span class="block item-object {{ PageTitle | prepend: 'title-' }}">
22
+ <span>{{ item.item }}</span>
23
+ <span class="block item-object-price">{{ item.price | prepend: '£' }}</span>
24
+ </span>
25
+ </span>
26
+
27
+ {%- else -%}
28
+
29
+ <p class="block form-row item-row">
30
+
31
+ <span class="block item-object">
32
+ <span>{{ item.item }}</span>
33
+ <span class="block item-object-price">{{ item.price | prepend: '£' }}</span>
34
+ </span>
35
+
36
+ </p>
37
+
38
+ {%- endif -%}
@@ -0,0 +1,15 @@
1
+
2
+ <label class="title {% if include.class %}{{ include.class }}{% endif %}"
3
+ {% if include.for %}for="{{ include.for }}"{% endif %}>
4
+
5
+ {{ include.title }}
6
+
7
+ {% if include.small %}
8
+ <small> {{ include.small }} </small>
9
+ {% endif %}
10
+
11
+ {% if include.subtitle %}
12
+ <br><small> {{ include.subtitle }} </small>
13
+ {% endif %}
14
+
15
+ </label>
@@ -0,0 +1,38 @@
1
+
2
+ <p class="block fieldset-row">
3
+
4
+ <span class="block legend-content">Seating Plan</span>
5
+
6
+ <span class="block legend-key">
7
+
8
+ {% assign context = "legend" %}
9
+
10
+ {%- for item in item.legend -%}
11
+
12
+ {%- if item.text -%}
13
+
14
+ {%- include {{ LoopForm | append : 'text.liquid' }} -%}
15
+
16
+ {%- elsif item.fee -%}
17
+
18
+ {%- include {{ LoopForm | append : 'fee.liquid' }} -%}
19
+
20
+ {%- elsif item.desc -%}
21
+
22
+ {%- for item in item.desc -%}
23
+
24
+ {%- include {{ LoopForm | append : 'item.liquid' }} -%}
25
+
26
+ {%- endfor -%}
27
+
28
+ {%- elsif item.button -%}
29
+
30
+ {%- include {{ LoopForm | append : 'button.liquid' }} context="legend" -%}
31
+
32
+ {%- endif -%}
33
+
34
+ {%- endfor -%}
35
+
36
+ </span>
37
+
38
+ </p>
@@ -0,0 +1,6 @@
1
+
2
+ <p class="block form-row message-row">
3
+
4
+ <span class="block message">{{ item.message }}</span>
5
+
6
+ </p>
@@ -0,0 +1,11 @@
1
+
2
+ <p class="block form-row password-row">
3
+
4
+ <span class="block password-indicator">
5
+ <span class="block password-strength"></span>
6
+ <span class="block password-bg"></span>
7
+ </span>
8
+
9
+ <span style="grid-column:2;">Password strength: <strong>strong</strong></span>
10
+
11
+ </p>
@@ -0,0 +1,39 @@
1
+
2
+ <p class="block form-row form-radio">
3
+
4
+ {%- include {{ LoopForm | append : 'label.liquid' }} title=item.radio for="txt1" class="form-label" -%}
5
+
6
+ {% assign loop = item.list %}
7
+ {% assign title = item.radio | replace: ' ','-' | downcase %}
8
+
9
+ <span class="wrap form-radio">
10
+
11
+ {%- for item in loop -%}
12
+
13
+ {% assign value1 = item.input | replace: ' ','-' | downcase %}
14
+ {% assign value = value1 | replace: ',','' %}
15
+
16
+ {% assign id1 = title | append: '-' %}
17
+ {% assign id = id1 | append: value %}
18
+
19
+ <span class="block form-radio-group">
20
+
21
+ {%- include {{ LoopForm | append : 'input.liquid' }}
22
+ type="radio"
23
+ id=id
24
+ name=title
25
+ value=value
26
+ class="radio-input" -%}
27
+
28
+ {% assign for1 = title | append: '-' %}
29
+ {% assign for = for1 | append: value %}
30
+
31
+ {%- include {{ LoopForm | append : 'label.liquid' }} title=item.input for=for class="form-radio-label" -%}
32
+
33
+ </span>
34
+
35
+ {%- endfor -%}
36
+
37
+ </span>
38
+
39
+ </p>
@@ -0,0 +1,22 @@
1
+
2
+ <p class="block form-row select-row">
3
+
4
+ {%- include {{ LoopForm | append : 'label.liquid' }}
5
+ title=item.select
6
+ small=item.small
7
+ subtitle=item.subtitle
8
+ class="form-label" -%}
9
+
10
+ {% assign loop = item.list %}
11
+ {% assign title = item.select | replace: ' ','-' | downcase | append: '[]' %}
12
+
13
+ <select>
14
+
15
+ {%- for item in loop -%}
16
+ {% assign value = item.option | replace: ' ','-' | downcase %}
17
+ <option value="{{ value }}">{{ item.option }}</option>
18
+ {%- endfor -%}
19
+
20
+ </select>
21
+
22
+ </p>