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,45 @@
1
+
2
+ {%- if context == "legend" -%}
3
+
4
+ <!-- <span class="block legend-row">
5
+
6
+ <span><strong>{{ item.text }}</strong></span>
7
+
8
+ </span> -->
9
+
10
+ {%- else -%}
11
+
12
+ <p class="block form-row text-row">
13
+
14
+ {% assign parent = item.text %}
15
+ {% assign for = parent | replace: ' ','-' | downcase %}
16
+
17
+ {%- include {{ LoopForm | append : 'label.liquid' }}
18
+ for=for
19
+ title=item.text
20
+ small=item.small
21
+ class="form-label" -%}
22
+
23
+ <span class="textinput-wrap {% if item.stub %}stub{% endif %}">
24
+
25
+ <span class="textinput-border">
26
+
27
+ {%- include {{ LoopForm | append : 'input.liquid' }}
28
+ type="text"
29
+ id=for
30
+ name="name"
31
+ class="text-input" -%}
32
+
33
+ </span>
34
+
35
+ {%- if item.inline -%}
36
+
37
+ <small>{{ item.inline }}</small>
38
+
39
+ {%- endif -%}
40
+
41
+ </span>
42
+
43
+ </p>
44
+
45
+ {%- endif -%}
@@ -0,0 +1,18 @@
1
+
2
+ {% assign name = item.textarea | replace: ' ','-' | downcase %}
3
+
4
+ <p class="block form-row textarea-row">
5
+
6
+ {%- include {{ LoopForm | append : 'label.liquid' }}
7
+ title=item.textarea
8
+ small=item.small
9
+ subtitle=item.subtitle
10
+ class="form-label" -%}
11
+
12
+ <span class="textarea-wrap">
13
+
14
+ <textarea name="{{ name }}" id="{{ name }}"></textarea>
15
+
16
+ </span>
17
+
18
+ </p>
@@ -0,0 +1,10 @@
1
+
2
+ {%- for item in item.yousaved -%}
3
+
4
+ {%- if item.item -%}
5
+
6
+ {%- include {{ LoopForm | append : 'item.liquid' }} context="yousaved" -%}
7
+
8
+ {%- endif -%}
9
+
10
+ {%- endfor -%}
@@ -0,0 +1,66 @@
1
+
2
+ {%- if item.yousaved -%}
3
+
4
+ {%- include {{ LoopForm | append : 'yousaved.liquid' }} -%}
5
+
6
+ {%- elsif item.legend -%}
7
+
8
+ {%- include {{ LoopForm | append : 'legend.liquid' }} -%}
9
+
10
+ {%- elsif item.addr -%}
11
+
12
+ {%- include {{ LoopForm | append : 'radio.liquid' }} type="address" -%}
13
+
14
+ {%- elsif item.radio -%}
15
+
16
+ {%- include {{ LoopForm | append : 'radio.liquid' }} -%}
17
+
18
+ {%- elsif item.item -%}
19
+
20
+ {%- include {{ LoopForm | append : 'item.liquid' }} -%}
21
+
22
+ {%- elsif item.date -%}
23
+
24
+ {%- include {{ LoopForm | append : 'date.liquid' }} -%}
25
+
26
+ {%- elsif item.callout -%}
27
+
28
+ {%- include {{ LoopForm | append : 'callout.liquid' }} -%}
29
+
30
+ {%- elsif item.alert -%}
31
+
32
+ {%- include {{ LoopForm | append : 'alert.liquid' }} context=include.context -%}
33
+
34
+ {%- elsif item.message -%}
35
+
36
+ {%- include {{ LoopForm | append : 'message.liquid' }} -%}
37
+
38
+ {%- elsif item.fee -%}
39
+
40
+ {%- include {{ LoopForm | append : 'fee.liquid' }} -%}
41
+
42
+ {%- elsif item.text -%}
43
+
44
+ {%- include {{ LoopForm | append : 'text.liquid' }} -%}
45
+
46
+ {%- elsif item.password -%}
47
+
48
+ {%- include {{ LoopForm | append : 'password.liquid' }} -%}
49
+
50
+ {%- elsif item.select -%}
51
+
52
+ {%- include {{ LoopForm | append : 'select.liquid' }} -%}
53
+
54
+ {%- elsif item.textarea -%}
55
+
56
+ {%- include {{ LoopForm | append : 'textarea.liquid' }} -%}
57
+
58
+ {%- elsif item.checkbox -%}
59
+
60
+ {%- include {{ LoopForm | append : 'checkbox.liquid' }} -%}
61
+
62
+ {%- elsif item.button -%}
63
+
64
+ {%- include {{ LoopForm | append : 'button.liquid' }} -%}
65
+
66
+ {% endif %}
@@ -0,0 +1,6 @@
1
+
2
+ <span>
3
+
4
+ Back to <a href="https://{{ item.back }}">{{ item.back }}</a>
5
+
6
+ </span>
@@ -0,0 +1,8 @@
1
+
2
+ <div class="block basket-btn">
3
+
4
+ {%- include {{ SvgIcon }} type="basket" -%}
5
+
6
+ <span class="text basket-text">Basket</span>
7
+
8
+ </div>
@@ -0,0 +1,28 @@
1
+
2
+ <div class="block login-btn">
3
+
4
+ <span class="block login-title">
5
+
6
+ {%- include {{ SvgIcon }} type="avatar" -%}
7
+
8
+ <span class="text login-text">Log in</span>
9
+
10
+ {%- include {{ SvgIcon }} type="more" -%}
11
+
12
+ </span>
13
+
14
+ <span class="block login-menu">
15
+
16
+ <ul class="list login-list {{ PageTitle | prepend : 'title-' }}">
17
+
18
+ <span class="item login-item {{ PageTitle | prepend : 'title-' }}">My Account</span>
19
+
20
+ <span class="item login-item {{ PageTitle | prepend : 'title-' }}">Tickets</span>
21
+
22
+ <span class="item login-item {{ PageTitle | prepend : 'title-' }}">Log out</span>
23
+
24
+ </ul>
25
+
26
+ </span>
27
+
28
+ </div>
@@ -0,0 +1,32 @@
1
+
2
+ <div class="block header-logo {{ PageTitle | prepend : 'title-' }}">
3
+
4
+ {%- unless PageTitle == "shop" -%}
5
+
6
+ <a href="https://barbican.org.uk">
7
+
8
+ {%- include {{ SvgIcon }} type="wordmark" -%}
9
+
10
+ </a>
11
+
12
+ {%- else -%}
13
+
14
+ <a href="https://shop.barbican.org.uk">
15
+
16
+ {%- include {{ SvgIcon }} type="shopmark" -%}
17
+
18
+ </a>
19
+
20
+ {%- endunless -%}
21
+
22
+ {%- for item in page.header -%}
23
+
24
+ {%- if item.back -%}
25
+
26
+ {%- include {{ LoopHeader | append : 'back.liquid' }} -%}
27
+
28
+ {%- endif -%}
29
+
30
+ {%- endfor -%}
31
+
32
+ </div>
@@ -0,0 +1,16 @@
1
+
2
+ <div class="block search-form">
3
+
4
+ {%- include {{ LoopForm | append : 'input.liquid' }}
5
+ type="text"
6
+ id="search-text"
7
+ placeholder=item.search
8
+ class="search-input" -%}
9
+
10
+ <button type="button">
11
+
12
+ {%- include {{ SvgIcon }} type="search" -%}
13
+
14
+ </button>
15
+
16
+ </div>
@@ -0,0 +1,8 @@
1
+
2
+ <li class="item subheader-item">
3
+
4
+ <span>{{ item.item }}</span>
5
+
6
+ {%- include {{ SvgIcon }} type="more" -%}
7
+
8
+ </li>
@@ -0,0 +1,18 @@
1
+
2
+ {%- if item.search -%}
3
+
4
+ {%- include {{ LoopHeader | append : 'search.liquid' }} -%}
5
+
6
+ {%- endif -%}
7
+
8
+ {%- if item.login -%}
9
+
10
+ {%- include {{ LoopHeader | append : 'login.liquid' }} -%}
11
+
12
+ {%- endif -%}
13
+
14
+ {%- if item.basket -%}
15
+
16
+ {%- include {{ LoopHeader | append : 'basket.liquid' }} -%}
17
+
18
+ {%- endif -%}
@@ -0,0 +1,16 @@
1
+
2
+ {%- if item.value -%}
3
+
4
+ <div class="title number-value">
5
+ {{ item.value }}
6
+ </div>
7
+
8
+ {%- endif -%}
9
+
10
+ {%- if item.title -%}
11
+
12
+ <div class="title number-title">
13
+ {{ item.title }}
14
+ </div>
15
+
16
+ {%- endif -%}
@@ -0,0 +1,42 @@
1
+
2
+ {% assign ItemTitle = item.title | replace : ' ','-' | prepend : '/' | downcase %}
3
+
4
+ {% assign ItemUrl = PageUrl | prepend : 'artwork/' | append : ItemTitle %}
5
+
6
+ <li class="item pie">
7
+
8
+ <span class="title pie-pcent"><span>{{ item.value }}</span>%</span>
9
+
10
+ <span class="block pie-wrap">
11
+
12
+ <span class="block pie-svg pie-svg-bg">
13
+
14
+ {%- include {{ SvgIcon }} type="pie" -%}
15
+
16
+ </span>
17
+
18
+ <span class="block pie-svg pie-svg-data">
19
+
20
+ {%- unless item.value == 0 -%}
21
+
22
+ {%- include {{ ItemUrl | append : '.svg' }} -%}
23
+
24
+ {%- endunless -%}
25
+
26
+ </span>
27
+
28
+ {%- if item.value > 50 -%}
29
+
30
+ <span class="block pie-svg pie-svg-data">
31
+
32
+ {%- include {{ ItemUrl | append : '-B.svg' }} -%}
33
+
34
+ </span>
35
+
36
+ {%- endif -%}
37
+
38
+ </span>
39
+
40
+ <span class="title pie-title">{{ item.title }}</span>
41
+
42
+ </li>
@@ -0,0 +1,47 @@
1
+
2
+ {% assign loop = item[include.type] %}
3
+
4
+ {% assign items = 0 %}
5
+
6
+ {%- for item in loop -%}
7
+
8
+ {%- unless item.inline -%}
9
+
10
+ {% assign items = items | plus : 1 %}
11
+
12
+ {%- endunless -%}
13
+
14
+ {%- endfor -%}
15
+
16
+ <ul class="list roller {{ include.type }} {{ PageChapter | prepend : 'chapter-' }}
17
+ {% for item in loop %}{% if item.inline %}split-{{ items }}{% endif %}{% endfor %}">
18
+
19
+ {%- for item in loop -%}
20
+
21
+ {%- unless item.inline -%}
22
+
23
+ <li>
24
+
25
+ {%- if item.item -%}
26
+
27
+ <div class="item roller {{ include.type }} {{ item.item | replace : ' ','-' | prepend : 'title-' | downcase }}">
28
+
29
+ {{ item.item }}
30
+
31
+ </div>
32
+
33
+ {%- elsif item.include -%}
34
+
35
+ {% assign thing = item.include | prepend : '/' | replace: ' ','-' | append : '.svg' | downcase %}
36
+
37
+ {%- include {{ PageArtwork | append : thing }} -%}
38
+
39
+ {%- endif -%}
40
+
41
+ </li>
42
+
43
+ {%- endunless -%}
44
+
45
+ {%- endfor -%}
46
+
47
+ </ul>
@@ -0,0 +1,8 @@
1
+
2
+
3
+
4
+ {%- if item.input -%}
5
+
6
+ {%- include {{ SiteContent | append : 'roller/item.liquid' }} type="input" -%}
7
+
8
+ {%- endif -%}
@@ -0,0 +1,18 @@
1
+
2
+ <div class="block screen-row {{ include.type }}">
3
+
4
+ {%- for item in loop -%}
5
+
6
+ {%- if item.title -%}
7
+
8
+ {%- include {{ LoopScreen | append : 'title.liquid' }} -%}
9
+
10
+ {%- elsif item.small -%}
11
+
12
+ {%- include {{ LoopScreen | append : 'small.liquid' }} -%}
13
+
14
+ {%- endif -%}
15
+
16
+ {%- endfor -%}
17
+
18
+ </div>
@@ -0,0 +1,6 @@
1
+
2
+ <div class="block screen-title small">
3
+
4
+ {{ item.small }}
5
+
6
+ </div>
@@ -0,0 +1,12 @@
1
+
2
+ <div class="block screen-title">
3
+
4
+ {{ item.title }}
5
+
6
+ {%- if item.cert -%}
7
+
8
+ <sup>{{ item.cert }}</sup>
9
+
10
+ {%- endif -%}
11
+
12
+ </div>
@@ -0,0 +1,38 @@
1
+
2
+ {%- if item.item -%}
3
+
4
+ <div class="block screen-wrap">
5
+
6
+ {%- for item in item.item -%}
7
+
8
+ {%- if item.header -%}
9
+
10
+ {% assign loop = item.header %}
11
+
12
+ {%- include {{ LoopScreen | append : 'row.liquid' }} type="top" -%}
13
+
14
+ {%- elsif item.alert -%}
15
+
16
+ {% assign loop = item.alert %}
17
+
18
+ {%- include {{ LoopScreen | append : 'row.liquid' }} type="alert" -%}
19
+
20
+ {%- elsif item.event -%}
21
+
22
+ {% assign loop = item.event %}
23
+
24
+ {%- include {{ LoopScreen | append : 'row.liquid' }} type="event" -%}
25
+
26
+ {%- elsif item.retail -%}
27
+
28
+ {% assign loop = item.retail %}
29
+
30
+ {%- include {{ LoopScreen | append : 'row.liquid' }} type="retail" -%}
31
+
32
+ {%- endif -%}
33
+
34
+ {%- endfor -%}
35
+
36
+ </div>
37
+
38
+ {%- endif -%}
@@ -0,0 +1,10 @@
1
+
2
+ {% assign loop = page[include.type] %}
3
+
4
+ {% assign fetch = include.type | append : '.liquid' %}
5
+
6
+ {% for item in loop %}
7
+
8
+ {%- include {{ ContentLoop | append : fetch }} context=include.type -%}
9
+
10
+ {% endfor %}
@@ -0,0 +1,10 @@
1
+
2
+ {%- if page.more -%}
3
+
4
+ {% assign MoreUrl = page.url | replace : '.html','/' | append : page.more | downcase %}
5
+
6
+ <h5>
7
+ <a class="lnk stats {{ PageChapter | prepend : 'chapter-' }}" href="{{ MoreUrl }}">{{ page.more }}</a>
8
+ </h5>
9
+
10
+ {%- endif -%}
@@ -0,0 +1,76 @@
1
+
2
+ {% assign items = 0 %}
3
+ {% assign inline = false %}
4
+ {% assign output = false %}
5
+
6
+ {%- for item in page.roller -%}
7
+
8
+ {%- if item.inline -%}
9
+
10
+ {% assign inline = true %}
11
+
12
+ {%- endif -%}
13
+
14
+ {%- if item.input -%}
15
+
16
+ {% assign items = items | plus : 1 %}
17
+
18
+ {%- endif -%}
19
+
20
+ {%- if item.output -%}
21
+
22
+ {% assign output = true %}
23
+
24
+ {%- endif -%}
25
+
26
+ {%- endfor -%}
27
+
28
+ <ul class="list roller input {{ PageChapter | prepend : 'chapter-' }}
29
+ {% if inline %}{{ items | prepend : 'split-' }}{% endif %}">
30
+
31
+ {%- for item in page.roller -%}
32
+
33
+ {%- if item.input -%}
34
+
35
+ {% assign label = item.input | replace : ' ','-' | downcase %}
36
+
37
+ <li class="item roller input {{ label | prepend : 'title-' }}">
38
+
39
+ {{ item.input }}
40
+
41
+ </li>
42
+
43
+ {%- endif -%}
44
+
45
+ {%- endfor -%}
46
+
47
+ </ul>
48
+
49
+ {%- if output -%}
50
+
51
+ <ul class="list roller output {{ PageChapter | prepend : 'chapter-' }}
52
+ {% if inline %}{{ items | prepend : 'split-' }}{% endif %}">
53
+
54
+ {%- for item in page.roller -%}
55
+
56
+ {%- if item.input -%}
57
+
58
+ {% assign label = item.input | replace : ' ','-' | downcase %}
59
+
60
+ {%- endif -%}
61
+
62
+ {%- if item.output -%}
63
+
64
+ <li class="item roller output {{ label | prepend : 'title-' }}">
65
+
66
+ {{ item.output }}
67
+
68
+ </li>
69
+
70
+ {%- endif -%}
71
+
72
+ {%- endfor -%}
73
+
74
+ </ul>
75
+
76
+ {%- endif -%}