j1-template 2020.0.15 → 2020.0.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (371) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +2 -2
  3. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +3 -3
  4. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +2 -2
  5. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +19 -16
  6. data/_includes/themes/j1/layouts/content_generator_collection.html +2 -2
  7. data/_includes/themes/j1/layouts/content_generator_page.html +8 -56
  8. data/_includes/themes/j1/layouts/content_generator_post.html +4 -2
  9. data/_includes/themes/j1/procedures/global/create_bs_button.proc +10 -10
  10. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +39 -40
  11. data/_layouts/blog_archive.html +4 -3
  12. data/_layouts/collection.html +1 -1
  13. data/_layouts/home.html +1 -1
  14. data/_layouts/page.html +2 -2
  15. data/_layouts/post.html +3 -3
  16. data/apps/public/cc/cc.yml +33 -34
  17. data/apps/public/cc/index.adoc +1 -1
  18. data/assets/data/authclient.html +39 -28
  19. data/assets/data/banner.html +10 -10
  20. data/assets/data/cookiebar.html +7 -7
  21. data/assets/data/gallery_customizer.html +2 -2
  22. data/assets/data/jupyter/notebooks/visualisation.ipynb +1 -1
  23. data/assets/data/menu.html +6 -6
  24. data/assets/data/mmenu.html +4 -4
  25. data/assets/data/mmenu_sidebar.html +1 -1
  26. data/assets/data/mmenu_toc.html +1 -1
  27. data/assets/data/panel.html +114 -96
  28. data/assets/data/quicklinks.html +8 -2
  29. data/assets/data/ssm.html +1 -1
  30. data/assets/data/themes.json +2 -0
  31. data/assets/themes/j1/adapter/js/back2top.js +231 -0
  32. data/assets/themes/j1/adapter/js/{mdb.js → bmd.js} +10 -10
  33. data/assets/themes/j1/adapter/js/carousel.js +134 -133
  34. data/assets/themes/j1/adapter/js/clipboard.js +1 -0
  35. data/assets/themes/j1/adapter/js/cookiebar.js +1 -0
  36. data/assets/themes/j1/adapter/js/framer.js +0 -4
  37. data/assets/themes/j1/adapter/js/gallery_customizer.js +1 -0
  38. data/assets/themes/j1/adapter/js/j1.js +61 -11
  39. data/assets/themes/j1/adapter/js/logger.js +1 -0
  40. data/assets/themes/j1/adapter/js/mmenu.js +9 -7
  41. data/assets/themes/j1/adapter/js/navigator.js +104 -31
  42. data/assets/themes/j1/adapter/js/ssm.js +29 -28
  43. data/assets/themes/j1/adapter/js/themer.js +7 -13
  44. data/assets/themes/j1/adapter/js/toccer.js +36 -6
  45. data/assets/themes/j1/core/css/animate.css +17 -0
  46. data/assets/themes/j1/core/css/bootstrap.css +54 -48
  47. data/assets/themes/j1/core/css/bootstrap.min.css +3 -3
  48. data/assets/themes/j1/core/css/{fontawesome.css → icons-fontawesome.css} +31 -12
  49. data/assets/themes/j1/core/css/{fontawesome.min.css → icons-fontawesome.min.css} +0 -0
  50. data/assets/themes/j1/core/css/{iconify-icons.css → icons-iconify.css} +51 -38
  51. data/assets/themes/j1/core/css/{iconify-icons.min.css → icons-iconify.min.css} +1 -1
  52. data/assets/themes/j1/core/css/{material-design-icons.css → icons-materialdesign.css} +326 -244
  53. data/assets/themes/j1/core/css/icons-materialdesign.min.css +1 -0
  54. data/assets/themes/j1/core/css/{twemoji.css → icons-twemoji.css} +61 -51
  55. data/assets/themes/j1/core/css/{twemoji.min.css → icons-twemoji.min.css} +0 -0
  56. data/assets/themes/j1/core/css/{theme_extensions.css → theme-extensions.css} +1793 -1342
  57. data/assets/themes/j1/core/css/theme-extensions.min.css +1 -0
  58. data/assets/themes/j1/core/css/uno-dark.css +8012 -0
  59. data/assets/themes/j1/core/css/uno-dark.min.css +6 -0
  60. data/assets/themes/j1/core/css/uno.css +14080 -1653
  61. data/assets/themes/j1/core/css/uno.min.css +8 -1
  62. data/assets/themes/j1/core/css/vendor.css +49 -13413
  63. data/assets/themes/j1/core/css/vendor.min.css +1 -7
  64. data/assets/themes/j1/core/js/template.js +6 -6
  65. data/assets/themes/j1/core/js/template.js.map +1 -1
  66. data/assets/themes/j1/core/js/template.min.js +1 -1
  67. data/assets/themes/j1/modules/backstretch/js/backstretch.js +12 -13
  68. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +12 -13
  69. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.js +43 -34
  70. data/assets/themes/j1/modules/bsThemeSwitcher/js/switcher.min.js +11 -12
  71. data/assets/themes/j1/modules/carousel/css/carousel.css +8 -9
  72. data/assets/themes/j1/modules/carousel/css/carousel.min.css +7 -9
  73. data/assets/themes/j1/modules/carousel/css/carousel_transitions.css +7 -8
  74. data/assets/themes/j1/modules/carousel/css/carousel_transitions.min.css +7 -9
  75. data/assets/themes/j1/modules/carousel/css/theme/uno.css +7 -8
  76. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +8 -9
  77. data/assets/themes/j1/modules/clipboard/css/theme/uno.css +7 -7
  78. data/assets/themes/j1/modules/clipboard/css/theme/uno.min.css +8 -45
  79. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +2 -5
  80. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +17 -44
  81. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +2 -5
  82. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +5 -7
  83. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +1 -1
  84. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +3 -5
  85. data/assets/themes/j1/modules/iframeResizer/examples/index.html +4 -3
  86. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -3
  87. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +8 -9
  88. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +8 -31
  89. data/assets/themes/j1/modules/lightGallery/css/themes/uno.css +7 -8
  90. data/assets/themes/j1/modules/lightGallery/css/themes/uno.min.css +8 -10
  91. data/assets/themes/j1/modules/lightbox/css/lightbox.css +11 -12
  92. data/assets/themes/j1/modules/lightbox/css/lightbox.min.css +11 -12
  93. data/assets/themes/j1/modules/lightbox/css/theme/uno.css +7 -7
  94. data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +7 -8
  95. data/assets/themes/j1/modules/lightbox/js/lightbox.js +11 -12
  96. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +11 -27
  97. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +82 -0
  98. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +15 -0
  99. data/assets/themes/j1/modules/mdiPreviewer/js/readme +0 -0
  100. data/assets/themes/j1/modules/mmenuLight/css/mmenu.css +11 -11
  101. data/assets/themes/j1/modules/mmenuLight/css/mmenu.min.css +12 -386
  102. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.css +15 -19
  103. data/assets/themes/j1/modules/mmenuLight/css/theme/uno.min.css +8 -163
  104. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +12 -19
  105. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +8 -82
  106. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.css +153 -0
  107. data/assets/themes/j1/modules/twemoji/css/picker/twemoji-picker.min.css +19 -0
  108. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +12 -13
  109. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +12 -268
  110. data/assets/themes/j1/modules/twemoji/js/twemoji.js +11 -20
  111. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +11 -17
  112. data/lib/j1/version.rb +1 -1
  113. data/lib/j1_app/j1_auth_manager/config.rb +10 -5
  114. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +391 -389
  115. data/lib/starter_web/Gemfile +7 -3
  116. data/lib/starter_web/_config.yml +4 -4
  117. data/lib/starter_web/_data/apps/carousel.yml +6 -7
  118. data/lib/starter_web/_data/apps/defaults/carousel.yml +2 -3
  119. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -2
  120. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -2
  121. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -2
  122. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -2
  123. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -2
  124. data/lib/starter_web/_data/apps/justified_gallery.yml +4 -5
  125. data/lib/starter_web/_data/apps/light_gallery.yml +1 -2
  126. data/lib/starter_web/_data/apps/lightbox.yml +1 -2
  127. data/lib/starter_web/_data/blocks/banner.yml +27 -23
  128. data/lib/starter_web/_data/blocks/defaults/banner.yml +3 -4
  129. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -2
  130. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -4
  131. data/lib/starter_web/_data/blocks/footer.yml +1 -2
  132. data/lib/starter_web/_data/blocks/panel.yml +29 -23
  133. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -2
  134. data/lib/starter_web/_data/layouts/app.yml +1 -2
  135. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -2
  136. data/lib/starter_web/_data/layouts/collection.yml +1 -2
  137. data/lib/starter_web/_data/layouts/home.yml +7 -28
  138. data/lib/starter_web/_data/layouts/post.yml +1 -2
  139. data/lib/starter_web/_data/layouts/raw.yml +1 -2
  140. data/lib/starter_web/_data/modules/advertising.yml +0 -1
  141. data/lib/starter_web/_data/modules/attics.yml +1 -2
  142. data/lib/starter_web/_data/modules/authentication.yml +0 -1
  143. data/lib/starter_web/_data/modules/back2top.yml +30 -0
  144. data/lib/starter_web/_data/modules/defaults/attics.yml +6 -4
  145. data/lib/starter_web/_data/modules/defaults/authentication.yml +8 -10
  146. data/lib/starter_web/_data/modules/defaults/back2top.yml +146 -0
  147. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -3
  148. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +0 -1
  149. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +4 -5
  150. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -2
  151. data/lib/starter_web/_data/modules/defaults/navigator.yml +16 -14
  152. data/lib/starter_web/_data/modules/defaults/stickybits.yml +1 -2
  153. data/lib/starter_web/_data/modules/defaults/themer.yml +3 -3
  154. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -2
  155. data/lib/starter_web/_data/modules/framer.yml +1 -2
  156. data/lib/starter_web/_data/modules/log4javascript.yml +4 -5
  157. data/lib/starter_web/_data/modules/log4r.yml +1 -2
  158. data/lib/starter_web/_data/modules/navigator_menu.yml +6 -6
  159. data/lib/starter_web/_data/modules/themer.yml +2 -1
  160. data/lib/starter_web/_data/modules/toccer.yml +1 -1
  161. data/lib/starter_web/_data/private.yml +56 -108
  162. data/lib/starter_web/_data/resources.yml +106 -31
  163. data/lib/starter_web/_data/template_settings.yml +1 -1
  164. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
  165. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg +0 -0
  166. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
  167. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
  168. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
  169. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  170. data/lib/starter_web/assets/images/modules/attics/banner/admin-dashboard-bootstrap-1280x800-bw.jpg +0 -0
  171. data/lib/starter_web/assets/images/modules/attics/banner/docker-1280x600-bw.jpg +0 -0
  172. data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.jpg +0 -0
  173. data/lib/starter_web/assets/images/modules/attics/banner/library-1920x800-bw.jpg +0 -0
  174. data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.jpg +0 -0
  175. data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.jpg +0 -0
  176. data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.jpg +0 -0
  177. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
  178. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280-bw.jpg +0 -0
  179. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200-bw.jpg +0 -0
  180. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
  181. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
  182. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
  183. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
  184. data/lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg +0 -0
  185. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
  186. data/lib/starter_web/assets/images/modules/attics/jessica-ruscello-1920x1280.jpg +0 -0
  187. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  188. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
  189. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
  190. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
  191. data/lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.jpg +0 -0
  192. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
  193. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
  194. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
  195. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  196. data/lib/starter_web/assets/images/modules/attics/runner-1920x1200-bw.jpg +0 -0
  197. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
  198. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280-bw.jpg +0 -0
  199. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  200. data/lib/starter_web/assets/images/modules/carousel/cats/cat-1.jpg +0 -0
  201. data/lib/starter_web/assets/images/modules/carousel/cats/cat-2.jpg +0 -0
  202. data/lib/starter_web/assets/images/modules/carousel/cats/cat-3.jpg +0 -0
  203. data/lib/starter_web/assets/images/modules/carousel/cats/cat-4.jpg +0 -0
  204. data/lib/starter_web/assets/images/modules/carousel/cats/cat-5.jpg +0 -0
  205. data/lib/starter_web/assets/images/modules/carousel/cats/cat-6.jpg +0 -0
  206. data/lib/starter_web/assets/images/modules/carousel/cats/cat-7.jpg +0 -0
  207. data/lib/starter_web/assets/images/modules/carousel/cats/cat-8.jpg +0 -0
  208. data/lib/starter_web/assets/images/modules/carousel/mega_cities/andreas-brucker_b.jpg +0 -0
  209. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  210. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  211. data/lib/starter_web/assets/images/modules/carousel/mega_cities/luca-bravo_b.jpg +0 -0
  212. data/lib/starter_web/assets/images/modules/carousel/mega_cities/thomas-tucker_b.jpg +0 -0
  213. data/lib/starter_web/assets/images/modules/gallery/mega_cities/andreas-brucker_b.jpg +0 -0
  214. data/lib/starter_web/assets/images/modules/gallery/mega_cities/banter-snaps_b.jpg +0 -0
  215. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  216. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2-bw.jpg +0 -0
  217. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  218. data/lib/starter_web/assets/images/modules/gallery/mega_cities/emmad-mazhari_b.jpg +0 -0
  219. data/lib/starter_web/assets/images/modules/gallery/mega_cities/ethan-brooke_b.jpg +0 -0
  220. data/lib/starter_web/assets/images/modules/gallery/mega_cities/federico-rizzarelli_b.jpg +0 -0
  221. data/lib/starter_web/assets/images/modules/gallery/mega_cities/gints-gailis_b.jpg +0 -0
  222. data/lib/starter_web/assets/images/modules/gallery/mega_cities/johan-mouchet_b.jpg +0 -0
  223. data/lib/starter_web/assets/images/modules/gallery/mega_cities/luca-bravo_b.jpg +0 -0
  224. data/lib/starter_web/assets/images/modules/gallery/mega_cities/oskars-sylwan_b.jpg +0 -0
  225. data/lib/starter_web/assets/images/modules/gallery/mega_cities/steven-diaz_b.jpg +0 -0
  226. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker-bw.jpg +0 -0
  227. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker_b.jpg +0 -0
  228. data/lib/starter_web/assets/images/modules/icons/j1/favicon.ico +0 -0
  229. data/lib/starter_web/assets/images/modules/icons/j1/j1-256x256.png +0 -0
  230. data/lib/starter_web/assets/images/modules/icons/j1/j1-32x32.ico +0 -0
  231. data/lib/starter_web/assets/images/modules/icons/j1/j1-512x512.png +0 -0
  232. data/lib/starter_web/assets/images/modules/icons/j1/j1-64x64.png +0 -0
  233. data/lib/starter_web/assets/images/modules/icons/j1/j1.ico +0 -0
  234. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +31 -35
  235. data/lib/starter_web/assets/images/modules/lightbox/close.png +0 -0
  236. data/lib/starter_web/assets/images/modules/lightbox/loading.gif +0 -0
  237. data/lib/starter_web/assets/images/modules/lightbox/next.png +0 -0
  238. data/lib/starter_web/assets/images/modules/lightbox/prev.png +0 -0
  239. data/lib/starter_web/assets/images/pages/material/apple-touch-icon.png +0 -0
  240. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-1.jpg +0 -0
  241. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-2.jpg +0 -0
  242. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-3.jpg +0 -0
  243. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-1920x1000-bw.jpg +0 -0
  244. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920x1280-bw.jpg +0 -0
  245. data/lib/starter_web/assets/images/pages/roundtrip/emojies-1920x1280-bw.jpg +0 -0
  246. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.jpg +0 -0
  247. data/lib/starter_web/assets/images/pages/roundtrip/images-1920x1280-bw.jpg +0 -0
  248. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1920x1280-bw.jpg +0 -0
  249. data/lib/starter_web/assets/images/pages/roundtrip/tables-1920x1280-bw.jpg +0 -0
  250. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.jpg +0 -0
  251. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.jpg +0 -0
  252. data/lib/starter_web/assets/videos/gallery/adriana-lima-poster.jpg +0 -0
  253. data/lib/starter_web/assets/videos/gallery/kick-it-old-school-poster.jpg +0 -0
  254. data/lib/starter_web/assets/videos/gallery/video1-poster.jpg +0 -0
  255. data/lib/starter_web/assets/videos/gallery/video2-poster.jpg +0 -0
  256. data/lib/starter_web/assets/videos/gallery/video2-thumb.jpg +0 -0
  257. data/lib/starter_web/assets/videos/headers/still/underground-broadway.jpg +0 -0
  258. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.jpg +0 -0
  259. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +2 -2
  260. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +2 -2
  261. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +4 -4
  262. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +3 -3
  263. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +3 -2
  264. data/lib/starter_web/index.html +2 -4
  265. data/lib/starter_web/package.json +4 -4
  266. data/lib/starter_web/pages/{public → protected}/site_search.adoc +3 -3
  267. data/lib/starter_web/pages/public/000_nav_pagination_tester.adoc +297 -0
  268. data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
  269. data/lib/starter_web/pages/public/about/become_a_patron.adoc +1 -1
  270. data/lib/starter_web/pages/public/blog/navigator/archive.html +12 -18
  271. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +14 -19
  272. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +14 -20
  273. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +12 -13
  274. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  275. data/lib/starter_web/pages/public/learn/examples/floating_div.adoc +1 -1
  276. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/attributes.asciidoc +2 -2
  277. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_info.asciidoc +6 -3
  278. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_left_warning.asciidoc +2 -2
  279. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_right_danger.asciidoc +2 -2
  280. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_central_success.asciidoc +2 -2
  281. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_full_height_left_info.asciidoc +2 -2
  282. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_full_height_right_success.asciidoc +2 -2
  283. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_info.asciidoc +3 -3
  284. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_left_info.asciidoc +2 -2
  285. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_right_success.asciidoc +2 -2
  286. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_demo.asciidoc +337 -0
  287. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +52 -60
  288. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +22 -22
  289. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +25 -25
  290. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +21 -21
  291. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +68 -68
  292. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +2 -28
  293. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +19 -19
  294. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +11 -11
  295. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/attributes.asciidoc +2 -2
  296. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_info.asciidoc +1 -1
  297. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_left_warning.asciidoc +1 -1
  298. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_right_danger.asciidoc +1 -1
  299. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_central_success.asciidoc +1 -1
  300. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_full_height_left_info.asciidoc +1 -1
  301. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_full_height_right_success.asciidoc +1 -1
  302. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_info.asciidoc +1 -1
  303. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_left_info.asciidoc +1 -1
  304. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_right_success.asciidoc +1 -1
  305. data/lib/starter_web/pages/public/learn/whats_up.adoc +1 -1
  306. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +1 -1
  307. data/lib/starter_web/pages/public/legal/en/000_copyright.adoc +1 -1
  308. data/lib/starter_web/pages/public/legal/en/100_impress.adoc +1 -1
  309. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +3 -3
  310. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +1 -1
  311. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1271 -685
  312. data/lib/starter_web/pages/public/previewer/iframer.adoc +1 -1
  313. data/lib/starter_web/pages/public/previewer/justified_gallery.html +1 -1
  314. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +3 -3
  315. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +14 -12
  316. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  317. data/lib/starter_web/utilsrv/package.json +1 -1
  318. metadata +84 -65
  319. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc.org +0 -40
  320. data/assets/themes/j1/core/css/material-design-icons.min.css +0 -1
  321. data/assets/themes/j1/core/css/theme_extensions.min.css +0 -1
  322. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +0 -1
  323. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.webp +0 -0
  324. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.webp +0 -0
  325. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.webp +0 -0
  326. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.webp +0 -0
  327. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.webp +0 -0
  328. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.webp +0 -0
  329. data/lib/starter_web/assets/images/modules/attics/banner/admin-dashboard-bootstrap-1280x800-bw.webp +0 -0
  330. data/lib/starter_web/assets/images/modules/attics/banner/docker-1280x600-bw.webp +0 -0
  331. data/lib/starter_web/assets/images/modules/attics/banner/jekyll.1200x600-bw.webp +0 -0
  332. data/lib/starter_web/assets/images/modules/attics/banner/library-1920x800-bw.webp +0 -0
  333. data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.webp +0 -0
  334. data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.webp +0 -0
  335. data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.webp +0 -0
  336. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.webp +0 -0
  337. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280-bw.webp +0 -0
  338. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200-bw.webp +0 -0
  339. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.webp +0 -0
  340. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.webp +0 -0
  341. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.webp +0 -0
  342. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.webp +0 -0
  343. data/lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280-bw.webp +0 -0
  344. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.webp +0 -0
  345. data/lib/starter_web/assets/images/modules/attics/jessica-ruscello-1920x1280.webp +0 -0
  346. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.webp +0 -0
  347. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.webp +0 -0
  348. data/lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.webp +0 -0
  349. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.webp +0 -0
  350. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.webp +0 -0
  351. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.webp +0 -0
  352. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.webp +0 -0
  353. data/lib/starter_web/assets/images/modules/attics/runner-1920x1200-bw.webp +0 -0
  354. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.webp +0 -0
  355. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280-bw.webp +0 -0
  356. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.webp +0 -0
  357. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-1920x1000-bw.webp +0 -0
  358. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920x1280-bw.webp +0 -0
  359. data/lib/starter_web/assets/images/pages/roundtrip/emojies-1920x1280-bw.webp +0 -0
  360. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.webp +0 -0
  361. data/lib/starter_web/assets/images/pages/roundtrip/images-1920x1280-bw.webp +0 -0
  362. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1920x1280-bw.webp +0 -0
  363. data/lib/starter_web/assets/images/pages/roundtrip/tables-1920x1280-bw.webp +0 -0
  364. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.webp +0 -0
  365. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.webp +0 -0
  366. data/lib/starter_web/assets/videos/headers/still/underground-broadway.webp +0 -0
  367. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.webp +0 -0
  368. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +0 -120
  369. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +0 -144
  370. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +0 -642
  371. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_html.asciidoc +0 -928
@@ -1 +0,0 @@
1
- /*! Backstretch - v2.1.18 - 2019-09-18\n* Copyright (c) 2019 Scott Robbin;* Fork of improvements - by Daniel Cohen Gindi (danielgindi@gmail.com) Licensed MIT */!function(a,b,c){"use strict";function d(a){return m.hasOwnProperty(a)?a:"cover"}var e=/^.*(youtu\.be\/|youtube\.com\/v\/|youtube\.com\/embed\/|youtube\.com\/watch\?v=|youtube\.com\/watch\?.*\&v=)([^#\&\?]*).*/i;a.fn.backstretch=function(d,e){var f=arguments;0===a(b).scrollTop()&&b.scrollTo(0,0);var g;return this.each(function(b){var h=a(this),i=h.data("backstretch");if(i){if("string"==typeof f[0]&&"function"==typeof i[f[0]]){var j=i[f[0]].apply(i,Array.prototype.slice.call(f,1));return j===i&&(j=c),void(j!==c&&(g=g||[],g[b]=j))}e=a.extend(i.options,e),"object"==typeof i&&"destroy"in i&&i.destroy(!0)}if(!d||d&&0===d.length){var k=h.css("background-image");k&&"none"!==k?d=[{url:h.css("backgroundImage").replace(/url\(|\)|"|'/g,"")}]:a.error("No images were supplied for Backstretch, or element must have a CSS-defined background image.")}i=new n(this,d,e||{}),h.data("backstretch",i)}),g?1===g.length?g[0]:g:this},a.backstretch=function(b,c){return a("body").backstretch(b,c).data("backstretch")},a.expr[":"].backstretch=function(b){return a(b).data("backstretch")!==c},a.fn.backstretch.defaults={duration:5e3,transition:"fade",transitionDuration:0,animateFirst:!0,alignX:.5,alignY:.5,paused:!1,start:0,preload:2,preloadSize:1,resolutionRefreshRate:2500,resolutionChangeRatioThreshold:.1};var f={wrap:{left:0,top:0,overflow:"hidden",margin:0,padding:0,height:"100%",width:"100%",zIndex:-999999},itemWrapper:{position:"absolute",display:"none",margin:0,padding:0,border:"none",width:"100%",height:"100%",zIndex:-999999},item:{position:"absolute",margin:0,padding:0,border:"none",width:"100%",height:"100%",maxWidth:"none"}},g=function(){var c=function(a){for(var b=1;b<a.length;b++){for(var c=a[b],d=b;a[d-1]&&parseInt(a[d-1].width,10)>parseInt(c.width,10);)a[d]=a[d-1],--d;a[d]=c}return a},d=function(a,c,d){for(var e,f,g=b.devicePixelRatio||1,h=q(),i=(r(),c>a?"portrait":a>c?"landscape":"square"),j=0,k=0;k<d.length&&(f=d[k],"string"==typeof f&&(f=d[k]={url:f}),f.pixelRatio&&"auto"!==f.pixelRatio&&parseFloat(f.pixelRatio)!==g||f.deviceOrientation&&f.deviceOrientation!==h||f.windowOrientation&&f.windowOrientation!==h||f.orientation&&f.orientation!==i||(j=k,e=a,"auto"===f.pixelRatio&&(a*=g),!(f.width>=e)));k++);return d[Math.min(k,j)]},e=function(a,b){if("string"==typeof a)a=a.replace(/{{(width|height)}}/g,b);else if(a instanceof Array)for(var c=0;c<a.length;c++)a[c].src?a[c].src=e(a[c].src,b):a[c]=e(a[c],b);return a};return function(b,f){for(var g=b.width(),h=b.height(),i=[],j=function(a,b){return"width"===b?g:"height"===b?h:a},k=0;k<f.length;k++)if(a.isArray(f[k])){f[k]=c(f[k]);var l=d(g,h,f[k]);i.push(l)}else{"string"==typeof f[k]&&(f[k]={url:f[k]});var m=a.extend({},f[k]);m.url=e(m.url,j),i.push(m)}return i}}(),h=function(a){return e.test(a.url)||a.isVideo},i=function(b,c,d,e,f){var g=[],i=function(a){for(var b=0;b<g.length;b++)if(g[b].src===a.src)return g[b];return g.push(a),a},j=function(a,b,c){"function"==typeof b&&b.call(a,c)};return function b(c,d,e,f,g){if("undefined"!=typeof c){a.isArray(c)||(c=[c]),arguments.length<5&&"function"==typeof arguments[arguments.length-1]&&(g=arguments[arguments.length-1]),d="function"!=typeof d&&d?d:0,e="function"==typeof e||!e||e<0?c.length:Math.min(e,c.length),f="function"!=typeof f&&f?f:1,d>=c.length&&(d=0,e=0),f<0&&(f=e),f=Math.min(f,e);var k=c.slice(d+f,e-f);if(c=c.slice(d,f),e=c.length,!e)return void j(c,g,!0);for(var l,m=0,n=function(){m++,m===e&&(j(c,g,!k),b(k,0,0,f,g))},o=0;o<c.length;o++)h(c[o])||(l=new Image,l.src=c[o].url,l=i(l),l.complete?n():a(l).on("load error",n))}}}(),j=function(b){for(var c=[],d=0;d<b.length;d++)"string"==typeof b[d]?c.push({url:b[d]}):a.isArray(b[d])?c.push(j(b[d])):c.push(k(b[d]));return c},k=function(a,e){return(a.centeredX||a.centeredY)&&(b.console&&b.console.log&&b.console.log("jquery.backstretch: `centeredX`/`centeredY` is deprecated, please use `alignX`/`alignY`"),a.centeredX&&(a.alignX=.5),a.centeredY&&(a.alignY=.5)),a.speed!==c&&(b.console&&b.console.log&&b.console.log("jquery.backstretch: `speed` is deprecated, please use `transitionDuration`"),a.transitionDuration=a.speed,a.transition="fade"),a.resolutionChangeRatioTreshold!==c&&(b.console.log("jquery.backstretch: `treshold` is a typo!"),a.resolutionChangeRatioThreshold=a.resolutionChangeRatioTreshold),a.fadeFirst!==c&&(a.animateFirst=a.fadeFirst),a.fade!==c&&(a.transitionDuration=a.fade,a.transition="fade"),a.scale&&(a.scale=d(a.scale)),l(a)},l=function(a,b){return"left"===a.alignX?a.alignX=0:"center"===a.alignX?a.alignX=.5:"right"===a.alignX?a.alignX=1:(a.alignX!==c||b)&&(a.alignX=parseFloat(a.alignX),isNaN(a.alignX)&&(a.alignX=.5)),"top"===a.alignY?a.alignY=0:"center"===a.alignY?a.alignY=.5:"bottom"===a.alignY?a.alignY=1:(a.alignX!==c||b)&&(a.alignY=parseFloat(a.alignY),isNaN(a.alignY)&&(a.alignY=.5)),a},m={cover:"cover",fit:"fit","fit-smaller":"fit-smaller",fill:"fill"},n=function(c,d,e){this.options=a.extend({},a.fn.backstretch.defaults,e||{}),this.firstShow=!0,k(this.options,!0),this.images=j(a.isArray(d)?d:[d]),this.options.paused&&(this.paused=!0),this.options.start>=this.images.length&&(this.options.start=this.images.length-1),this.options.start<0&&(this.options.start=0),this.isBody=c===document.body;var h=a(b);this.$container=a(c),this.$root=this.isBody?s?h:a(document):this.$container,this.originalImages=this.images,this.images=g(this.options.alwaysTestWindowResolution?h:this.$root,this.originalImages),i(this.images,this.options.start||0,this.options.preload||1);var l=this.$container.children(".backstretch").first();if(this.$wrap=l.length?l:a('<div class="backstretch"></div>').css(this.options.bypassCss?{}:f.wrap).appendTo(this.$container),!this.options.bypassCss){if(!this.isBody){var m=this.$container.css("position"),n=this.$container.css("zIndex");this.$container.css({position:"static"===m?"relative":m,zIndex:"auto"===n?0:n}),this.$wrap.css({zIndex:-999998})}this.$wrap.css({position:this.isBody&&s?"fixed":"absolute"})}this.index=this.options.start,this.show(this.index),h.on("resize.backstretch",a.proxy(this.resize,this)).on("orientationchange.backstretch",a.proxy(function(){this.isBody&&0===b.pageYOffset&&(b.scrollTo(0,1),this.resize())},this))},o=function(b){var d=b.transition||"fade";"string"==typeof d&&d.indexOf("|")>-1&&(d=d.split("|")),d instanceof Array&&(d=d[Math.round(Math.random()*(d.length-1))]);var e=b.new,f=b.old?b.old:a([]);switch(d.toString().toLowerCase()){default:case"fade":e.fadeIn({duration:b.duration,complete:b.complete,easing:b.easing||c});break;case"fadeinout":case"fade_in_out":var g=function(){e.fadeIn({duration:b.duration/2,complete:b.complete,easing:b.easing||c})};f.length?f.fadeOut({duration:b.duration/2,complete:g,easing:b.easing||c}):g();break;case"pushleft":case"push_left":case"pushright":case"push_right":case"pushup":case"push_up":case"pushdown":case"push_down":case"coverleft":case"cover_left":case"coverright":case"cover_right":case"coverup":case"cover_up":case"coverdown":case"cover_down":var h=d.match(/^(cover|push)_?(.*)$/),i="left"===h[2]?"right":"right"===h[2]?"left":"down"===h[2]?"top":"up"===h[2]?"bottom":"right",j={display:""},k={};if(j[i]="-100%",k[i]=0,e.css(j).animate(k,{duration:b.duration,complete:function(){e.css(i,""),b.complete.apply(this,arguments)},easing:b.easing||c}),"push"===h[1]&&f.length){var l={};l[i]="100%",f.animate(l,{duration:b.duration,complete:function(){f.css("display","none")},easing:b.easing||c})}}};n.prototype={resize:function(){try{var e=this.options.alwaysTestWindowResolution?a(b):this.$root,f=e.width(),h=e.height(),j=f/(this._lastResizeContainerWidth||0),k=h/(this._lastResizeContainerHeight||0),l=this.options.resolutionChangeRatioThreshold||0;if((f!==this._lastResizeContainerWidth||h!==this._lastResizeContainerHeight)&&(Math.abs(j-1)>=l||isNaN(j)||Math.abs(k-1)>=l||isNaN(k))&&(this._lastResizeContainerWidth=f,this._lastResizeContainerHeight=h,this.images=g(e,this.originalImages),this.options.preload&&i(this.images,(this.index+1)%this.images.length,this.options.preload),1===this.images.length&&this._currentImage.url!==this.images[0].url)){var m=this;clearTimeout(m._selectAnotherResolutionTimeout),m._selectAnotherResolutionTimeout=setTimeout(function(){m.show(0)},this.options.resolutionRefreshRate)}var n,o,p={left:0,top:0,right:"auto",bottom:"auto"},q=this.isBody?this.$root.width():this.$root.innerWidth(),r=this.isBody?b.innerHeight?b.innerHeight:this.$root.height():this.$root.innerHeight(),s=this.$itemWrapper.data("width"),t=this.$itemWrapper.data("height"),u=s/t||1,v=this._currentImage.alignX===c?this.options.alignX:this._currentImage.alignX,w=this._currentImage.alignY===c?this.options.alignY:this._currentImage.alignY,x=d(this._currentImage.scale||this.options.scale);if("fit"===x||"fit-smaller"===x){if(n=s,o=t,n>q||o>r||"fit-smaller"===x){var y=q/r;y>u?(n=Math.floor(r*u),o=r):y<u?(n=q,o=Math.floor(q/u)):(n=q,o=r)}}else"fill"===x?(n=q,o=r):(n=Math.max(r*u,q),o=Math.max(n/u,r));p.top=-(o-r)*w,p.left=-(n-q)*v,p.width=n,p.height=o,this.options.bypassCss||this.$wrap.css({width:q,height:r}).find(">.backstretch-item").not(".deleteable").each(function(){var b=a(this);b.find("img,video,iframe").css(p)});var z=a.Event("backstretch.resize",{relatedTarget:this.$container[0]});this.$container.trigger(z,this)}catch(a){}return this},show:function(b,d){if(!(Math.abs(b)>this.images.length-1)){var e=this,g=e.$wrap.find(">.backstretch-item").addClass("deleteable"),i=e.videoWrapper,j={relatedTarget:e.$container[0]};e.$container.trigger(a.Event("backstretch.before",j),[e,b]),this.index=b;var k=e.images[b];clearTimeout(e._cycleTimeout),delete e.videoWrapper;var l=h(k);return l?(e.videoWrapper=new p(k),e.$item=e.videoWrapper.$video.css("pointer-events","none")):e.$item=a("<img />"),e.$itemWrapper=a('<div class="backstretch-item">').append(e.$item),this.options.bypassCss?e.$itemWrapper.css({display:"none"}):(e.$itemWrapper.css(f.itemWrapper),e.$item.css(f.item)),e.$item.bind(l?"canplay":"load",function(f){var h=a(this),k=h.parent(),m=k.data("options");d&&(m=a.extend({},m,d));var n=this.naturalWidth||this.videoWidth||this.width,p=this.naturalHeight||this.videoHeight||this.height;k.data("width",n).data("height",p);var q=function(a){return m[a]!==c?m[a]:e.options[a]},r=q("transition"),s=q("transitionEasing"),t=q("transitionDuration"),u=function(){i&&(i.stop(),i.destroy()),g.remove(),!e.paused&&e.images.length>1&&e.cycle(),e.options.bypassCss||e.isBody||e.$container.css("background-image","none"),a(["after","show"]).each(function(){e.$container.trigger(a.Event("backstretch."+this,j),[e,b])}),l&&e.videoWrapper.play()};e.firstShow&&!e.options.animateFirst||!t||!r?(k.show(),u()):o({new:k,old:g,transition:r,duration:t,easing:s,complete:u}),e.firstShow=!1,e.resize()}),e.$itemWrapper.appendTo(e.$wrap),e.$item.attr("alt",k.alt||""),e.$itemWrapper.data("options",k),l||e.$item.attr("src",k.url),e._currentImage=k,e}},current:function(){return this.index},next:function(){var a=Array.prototype.slice.call(arguments,0);return a.unshift(this.index<this.images.length-1?this.index+1:0),this.show.apply(this,a)},prev:function(){var a=Array.prototype.slice.call(arguments,0);return a.unshift(0===this.index?this.images.length-1:this.index-1),this.show.apply(this,a)},pause:function(){return this.paused=!0,this.videoWrapper&&this.videoWrapper.pause(),this},resume:function(){return this.paused=!1,this.videoWrapper&&this.videoWrapper.play(),this.cycle(),this},cycle:function(){if(this.images.length>1){clearTimeout(this._cycleTimeout);var b=this._currentImage&&this._currentImage.duration||this.options.duration,c=h(this._currentImage),d=function(){this.$item.off(".cycle"),this.paused||this.next()};if(c){if(!this._currentImage.loop){var e=0;this.$item.on("playing.cycle",function(){var b=a(this).data("player");clearTimeout(e),e=setTimeout(function(){b.pause(),b.$video.trigger("ended")},1e3*(b.getDuration()-b.getCurrentTime()))}).on("ended.cycle",function(){clearTimeout(e)})}this.$item.on("error.cycle initerror.cycle",a.proxy(d,this))}c&&!this._currentImage.duration?this.$item.on("ended.cycle",a.proxy(d,this)):this._cycleTimeout=setTimeout(a.proxy(d,this),b)}return this},destroy:function(c){a(b).off("resize.backstretch orientationchange.backstretch"),this.videoWrapper&&this.videoWrapper.destroy(),clearTimeout(this._cycleTimeout),c||this.$wrap.remove(),this.$container.removeData("backstretch")}};var p=function(){this.init.apply(this,arguments)};p.prototype.init=function(d){var f,g=this,h=function(){g.$video=f,g.video=f[0]},i="video";if(d.url instanceof Array||!e.test(d.url)||(i="youtube"),g.type=i,"youtube"===i){p.loadYoutubeAPI(),g.ytId=d.url.match(e)[2];var j="https://www.youtube.com/embed/"+g.ytId+"?rel=0&autoplay=0&showinfo=0&controls=0&modestbranding=1&cc_load_policy=0&disablekb=1&iv_load_policy=3&loop=0&enablejsapi=1&origin="+encodeURIComponent(b.location.origin);g.__ytStartMuted=!!d.mute||d.mute===c,f=a("<iframe />").attr({src_to_load:j}).css({border:0,margin:0,padding:0}).data("player",g),d.loop&&f.on("ended.loop",function(){g.__manuallyStopped||g.play()}),g.ytReady=!1,h(),b.YT&&b.YT.loaded?(g._initYoutube(),f.trigger("initsuccess")):a(b).one("youtube_api_load",function(){g._initYoutube(),f.trigger("initsuccess")})}else{f=a("<video>").prop("autoplay",!1).prop("controls",!1).prop("loop",!!d.loop).prop("muted",!!d.mute||d.mute===c).prop("preload","auto").prop("poster",d.poster||"");for(var k=d.url instanceof Array?d.url:[d.url],l=0;l<k.length;l++){var m=k[l];"string"==typeof m&&(m={src:m}),a("<source>").attr("src",m.src).attr("type",m.type||null).appendTo(f)}f[0].canPlayType&&k.length?f.trigger("initsuccess"):f.trigger("initerror"),h()}},p.prototype._initYoutube=function(){var c=this,d=b.YT;c.$video.attr("src",c.$video.attr("src_to_load")).removeAttr("src_to_load");var e=!!c.$video[0].parentNode;if(!e){var f=a("<div>").css("display","none !important").appendTo(document.body);c.$video.appendTo(f)}var g=new d.Player(c.video,{events:{onReady:function(){c.__ytStartMuted&&g.mute(),e||(c.$video[0].parentNode===f[0]&&c.$video.detach(),f.remove()),c.ytReady=!0,c._updateYoutubeSize(),c.$video.trigger("canplay")},onStateChange:function(a){switch(a.data){case d.PlayerState.PLAYING:c.$video.trigger("playing");break;case d.PlayerState.ENDED:c.$video.trigger("ended");break;case d.PlayerState.PAUSED:c.$video.trigger("pause");break;case d.PlayerState.BUFFERING:c.$video.trigger("waiting");break;case d.PlayerState.CUED:c.$video.trigger("canplay")}},onPlaybackQualityChange:function(){c._updateYoutubeSize(),c.$video.trigger("resize")},onError:function(a){c.hasError=!0,c.$video.trigger({type:"error",error:a})}}});return c.ytPlayer=g,c},p.prototype._updateYoutubeSize=function(){var a=this;switch(a.ytPlayer.getPlaybackQuality()||"medium"){case"small":a.video.videoWidth=426,a.video.videoHeight=240;break;case"medium":a.video.videoWidth=640,a.video.videoHeight=360;break;default:case"large":a.video.videoWidth=854,a.video.videoHeight=480;break;case"hd720":a.video.videoWidth=1280,a.video.videoHeight=720;break;case"hd1080":a.video.videoWidth=1920,a.video.videoHeight=1080;break;case"highres":a.video.videoWidth=2560,a.video.videoHeight=1440}return a},p.prototype.play=function(){var a=this;return a.__manuallyStopped=!1,"youtube"===a.type?a.ytReady&&(a.$video.trigger("play"),a.ytPlayer.playVideo()):a.video.play(),a},p.prototype.pause=function(){var a=this;return a.__manuallyStopped=!1,"youtube"===a.type?a.ytReady&&a.ytPlayer.pauseVideo():a.video.pause(),a},p.prototype.stop=function(){var a=this;return a.__manuallyStopped=!0,"youtube"===a.type?a.ytReady&&(a.ytPlayer.pauseVideo(),a.ytPlayer.seekTo(0)):(a.video.pause(),a.video.currentTime=0),a},p.prototype.destroy=function(){var a=this;return a.ytPlayer&&a.ytPlayer.destroy(),a.$video.remove(),a},p.prototype.getCurrentTime=function(a){var b=this;return"youtube"!==b.type?b.video.currentTime:b.ytReady?b.ytPlayer.getCurrentTime():0},p.prototype.setCurrentTime=function(a){var b=this;return"youtube"===b.type?b.ytReady&&b.ytPlayer.seekTo(a,!0):b.video.currentTime=a,b},p.prototype.getDuration=function(){var a=this;return"youtube"!==a.type?a.video.duration:a.ytReady?a.ytPlayer.getDuration():0},p.loadYoutubeAPI=function(){b.YT&&b.__yt_load_event_interval__||(b.YT||a("script[src*=www\\.youtube\\.com\\/iframe_api]").length||a('<script type="text/javascript" src="https://www.youtube.com/iframe_api">').appendTo("body"),b.__yt_load_event_interval__=setInterval(function(){b.YT&&b.YT.loaded&&(a(b).trigger("youtube_api_load"),clearTimeout(b.__yt_load_event_interval__),delete b.__yt_load_event_interval__)},50))};var q=function(){if("matchMedia"in b){if(b.matchMedia("(orientation: portrait)").matches)return"portrait";if(b.matchMedia("(orientation: landscape)").matches)return"landscape"}return screen.height>screen.width?"portrait":"landscape"},r=function(){return b.innerHeight>b.innerWidth?"portrait":b.innerWidth>b.innerHeight?"landscape":"square"},s=function(){var a=navigator.userAgent,c=navigator.platform,d=a.match(/AppleWebKit\/([0-9]+)/),e=!!d&&d[1],f=a.match(/Fennec\/([0-9]+)/),g=!!f&&f[1],h=a.match(/Opera Mobi\/([0-9]+)/),i=!!h&&h[1],j=a.match(/MSIE ([0-9]+)/),k=!!j&&j[1];return!((c.indexOf("iPhone")>-1||c.indexOf("iPad")>-1||c.indexOf("iPod")>-1)&&e&&e<534||b.operamini&&"[object OperaMini]"==={}.toString.call(b.operamini)||h&&i<7458||a.indexOf("Android")>-1&&e&&e<533||g&&g<6||"palmGetResource"in b&&e&&e<534||a.indexOf("MeeGo")>-1&&a.indexOf("NokiaBrowser/8.5.0")>-1||k&&k<=6)}()}(jQuery,window);
@@ -1,120 +0,0 @@
1
- ---
2
- title: Roundtrip
3
- tagline: bootstrap tour
4
- description: J1 Template Roundtrip - Present Bootstrap
5
-
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Images ]
8
- categories: [ pages ]
9
-
10
- toc: true
11
- scrollbar: false
12
-
13
- permalink: /pages/public/learn/roundtrip/bs_tour/
14
- regenerate: false
15
-
16
- resources: []
17
- resource_options:
18
- - attic:
19
- padding_top: 400
20
- padding_bottom: 50
21
- opacity: 0.5
22
- slides:
23
- - url: /assets/images/pages/roundtrip/images/bootstrap-1920x1000-bw.webp
24
- alt: Photo by Ricardo Gomez Angel on Unsplash
25
- badge:
26
- type: unsplash
27
- author: Ricardo Gomez Angel
28
- href: https://unsplash.com/@ripato/portfolio
29
- ---
30
-
31
- // Enable the Liquid Preprocessor
32
- // -----------------------------------------------------------------------------
33
- :page-liquid:
34
-
35
- // Set other global page attributes here
36
- // -----------------------------------------------------------------------------
37
- //:my-asciidoc-attribute:
38
-
39
- // Load Liquid procedures
40
- // -----------------------------------------------------------------------------
41
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
42
-
43
- // Initialize entry document environmental attributes
44
- // -----------------------------------------------------------------------------
45
- {% include {{set_env_entry_document}} %}
46
-
47
- // Load tag, url and data attributes
48
- // -----------------------------------------------------------------------------
49
- include::{includedir}/attributes.asciidoc[tag=tags]
50
- include::{includedir}/attributes.asciidoc[tag=urls]
51
- include::{includedir}/attributes.asciidoc[tag=data]
52
-
53
- // Set local page attributes
54
- // -----------------------------------------------------------------------------
55
- :images-dir: {imagesdir}/pages/roundtrip/100_present_images
56
-
57
-
58
- // Page content
59
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
-
61
- // Include sub-documents
62
- // -----------------------------------------------------------------------------
63
-
64
- Lightboxes like *LightGallery* or *Lightbox V2* support your web for full image
65
- views of your *picture* or *video* content. Have a look, a quick tour what J1
66
- can do. Have fun!
67
-
68
- ++++
69
- <p>
70
- <button type="button" id="demo" class="btn btn-default btn-lg" data-demo="">
71
- <span class="glyphicon glyphicon-play"></span>
72
- Start the demo
73
- </button>
74
- </p>
75
- ++++
76
-
77
- == Tour step 1
78
-
79
- A *Lightbox* in general is a helper which displays enlarged, almost
80
- screen-filling versions of pictures (or videos), while dimming the rest of the
81
- page. The technique, introduced by Lightbox V2, gained widespread popularity
82
- due to its simple and elegant style. The term *lightbox* is used since then for
83
- Javascript libraries to support such functionality.
84
-
85
- == Tour step 2
86
-
87
- A *Lightbox* in general is a helper which displays enlarged, almost
88
- screen-filling versions of pictures (or videos), while dimming the rest of the
89
- page. The technique, introduced by Lightbox V2, gained widespread popularity
90
- due to its simple and elegant style. The term *lightbox* is used since then for
91
- Javascript libraries to support such functionality.
92
-
93
- ++++
94
- <script>
95
-
96
- $(function() {
97
- // Instance the tour
98
- var tour = new Tour({
99
- steps: [
100
- {
101
- element: "#tour-step-1",
102
- title: "Title of my step 1",
103
- content: "Content of my step"
104
- },
105
- {
106
- element: "#tour-step-2",
107
- title: "Title of my step 2",
108
- content: "Content of my step"
109
- }
110
- ]});
111
-
112
- // Initialize the tour
113
- tour.init();
114
-
115
- // Start the tour
116
- tour.start();
117
- });
118
-
119
- </script>
120
- ++++
@@ -1,144 +0,0 @@
1
- ---
2
- title: Roundtrip
3
- tagline: bootstrap tour
4
- description: J1 Template Roundtrip - Present Bootstrap
5
-
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Images ]
8
- categories: [ pages ]
9
-
10
- toc: true
11
- scrollbar: false
12
-
13
- permalink: /pages/public/learn/roundtrip/bs_tour/
14
- regenerate: false
15
-
16
- resources: []
17
- resource_options:
18
- - attic:
19
- padding_top: 400
20
- padding_bottom: 50
21
- opacity: 0.5
22
- slides:
23
- - url: /assets/images/pages/roundtrip/images/bootstrap-1920x1000-bw.webp
24
- alt: Photo by Ricardo Gomez Angel on Unsplash
25
- badge:
26
- type: unsplash
27
- author: Ricardo Gomez Angel
28
- href: https://unsplash.com/@ripato/portfolio
29
- ---
30
-
31
- // Enable the Liquid Preprocessor
32
- // -----------------------------------------------------------------------------
33
- :page-liquid:
34
-
35
- // Set other global page attributes here
36
- // -----------------------------------------------------------------------------
37
- //:my-asciidoc-attribute:
38
-
39
- // Load Liquid procedures
40
- // -----------------------------------------------------------------------------
41
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
42
-
43
- // Initialize entry document environmental attributes
44
- // -----------------------------------------------------------------------------
45
- {% include {{set_env_entry_document}} %}
46
-
47
- // Load tag, url and data attributes
48
- // -----------------------------------------------------------------------------
49
- include::{includedir}/attributes.asciidoc[tag=tags]
50
- include::{includedir}/attributes.asciidoc[tag=urls]
51
- include::{includedir}/attributes.asciidoc[tag=data]
52
-
53
- // Set local page attributes
54
- // -----------------------------------------------------------------------------
55
- :images-dir: {imagesdir}/pages/roundtrip/100_present_images
56
-
57
-
58
- // Page content
59
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
-
61
- // Include sub-documents
62
- // -----------------------------------------------------------------------------
63
-
64
- Lightboxes like *LightGallery* or *Lightbox V2* support your web for full image
65
- views of your *picture* or *video* content. Have a look, a quick tour what J1
66
- can do. Have fun!
67
-
68
- ++++
69
- <p>
70
- <button type="button" id="demo" class="btn btn-default btn-lg" data-demo="">
71
- <span class="glyphicon glyphicon-play"></span>
72
- Start the demo
73
- </button>
74
- </p>
75
- ++++
76
-
77
- == Tour step 1
78
-
79
- A *Lightbox* in general is a helper which displays enlarged, almost
80
- screen-filling versions of pictures (or videos), while dimming the rest of the
81
- page. The technique, introduced by Lightbox V2, gained widespread popularity
82
- due to its simple and elegant style. The term *lightbox* is used since then for
83
- Javascript libraries to support such functionality.
84
-
85
- == Tour step 2
86
-
87
- A *Lightbox* in general is a helper which displays enlarged, almost
88
- screen-filling versions of pictures (or videos), while dimming the rest of the
89
- page. The technique, introduced by Lightbox V2, gained widespread popularity
90
- due to its simple and elegant style. The term *lightbox* is used since then for
91
- Javascript libraries to support such functionality.
92
-
93
- ++++
94
- <script>
95
- (function() {
96
-
97
- $(function() {
98
- // Instance the tour
99
- var $demo, duration, remaining, tour;
100
- $demo = $("#demo");
101
- duration = 5000;
102
- remaining = duration;
103
- tour = new Tour({
104
- onStart: function() {
105
- return $demo.addClass("disabled", true);
106
- },
107
- onEnd: function() {
108
- return $demo.removeClass("disabled", true);
109
- },
110
- debug: true,
111
- steps: [
112
- {
113
- element: "#tour-step-1",
114
- title: "Title of my step 1",
115
- content: "Content of my step"
116
- },
117
- {
118
- element: "#tour-step-2",
119
- title: "Title of my step 2",
120
- content: "Content of my step"
121
- }
122
- ]}).init(); // Initialize the tour
123
-
124
- // Start the tour
125
- // tour.start();
126
-
127
- if (tour.ended()) {
128
- $('<div class="alert alert-info alert-dismissable"><button class="close" data-dismiss="alert" aria-hidden="true">&times;</button>You ended the demo tour. <a href="#" data-demo>Restart the demo tour.</a></div>').prependTo(".content").alert();
129
- }
130
-
131
- $(document).on("click", "[data-demo]", function(e) {
132
- e.preventDefault();
133
- if ($(this).hasClass("disabled")) {
134
- return;
135
- }
136
- tour.restart();
137
- return $(".alert").alert("close");
138
- });
139
-
140
- });
141
-
142
- }).call(this);
143
- </script>
144
- ++++
@@ -1,642 +0,0 @@
1
- ---
2
- title: Roundtrip
3
- tagline: bootstrap tour api
4
- description: J1 Template Roundtrip - Present Bootstrap
5
-
6
- tags: [ Page, Roundtrip ]
7
- index: [ Template, Roundtrip, Images ]
8
- categories: [ pages ]
9
-
10
- toc: true
11
- scrollbar: false
12
-
13
- permalink: /pages/public/learn/roundtrip/bs_tour_api/
14
- regenerate: false
15
-
16
- resources: [ bs_tour ]
17
- resource_options:
18
- - attic:
19
- padding_top: 400
20
- padding_bottom: 50
21
- opacity: 0.5
22
- slides:
23
- - url: /assets/images/pages/roundtrip/images/bootstrap-1920x1000-bw.webp
24
- alt: Photo by Ricardo Gomez Angel on Unsplash
25
- badge:
26
- type: unsplash
27
- author: Ricardo Gomez Angel
28
- href: https://unsplash.com/@ripato/portfolio
29
- ---
30
-
31
- // Enable the Liquid Preprocessor
32
- // -----------------------------------------------------------------------------
33
- :page-liquid:
34
-
35
- // Set other global page attributes here
36
- // -----------------------------------------------------------------------------
37
- //:my-asciidoc-attribute:
38
-
39
- // Load Liquid procedures
40
- // -----------------------------------------------------------------------------
41
- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%}
42
-
43
- // Initialize entry document environmental attributes
44
- // -----------------------------------------------------------------------------
45
- {% include {{set_env_entry_document}} %}
46
-
47
- // Load tag, url and data attributes
48
- // -----------------------------------------------------------------------------
49
- include::{includedir}/attributes.asciidoc[tag=tags]
50
- include::{includedir}/attributes.asciidoc[tag=urls]
51
- include::{includedir}/attributes.asciidoc[tag=data]
52
-
53
- // Set local page attributes
54
- // -----------------------------------------------------------------------------
55
- :images-dir: {imagesdir}/pages/roundtrip/100_present_images
56
-
57
-
58
- // Page content
59
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
-
61
- // Include sub-documents
62
- // -----------------------------------------------------------------------------
63
-
64
- == Bootstrap Tour
65
-
66
- lorem:sentences[5] +
67
- lorem:sentences[3] +
68
-
69
- === Global Options
70
-
71
- lorem:sentences[5] +
72
- lorem:sentences[3] +
73
-
74
- [source, js]
75
- ----
76
- var tour = Tour({
77
- name: "tour",
78
- steps: [],
79
- container: "body",
80
- keyboard: true,
81
- storage: window.localStorage,
82
- debug: false,
83
- backdrop: false,
84
- backdropContainer: 'body',
85
- backdropPadding: 0,
86
- redirect: true,
87
- orphan: false,
88
- duration: false,
89
- delay: false,
90
- basePath: "",
91
- template: '<div class="popover tour">
92
- <div class="arrow"></div>
93
- <h3 class="popover-title"></h3>
94
- <div class="popover-content"></div>
95
- <div class="popover-navigation">
96
- <button class="btn btn-default" data-role="prev"> Prev</button>
97
- <span data-role="separator">|</span>
98
- <button class="btn btn-default" data-role="next">Next »</button>
99
- </div>
100
- <button class="btn btn-default" data-role="end">End tour</button>
101
- </div>',
102
- afterGetState: function (key, value) {},
103
- afterSetState: function (key, value) {},
104
- afterRemoveState: function (key, value) {},
105
- onStart: name(tour) {},
106
- onEnd: name(tour) {},
107
- onShow: name(tour) {},
108
- onShown: name(tour) {},
109
- onHide: name(tour) {},
110
- onHidden: name(tour) {},
111
- onNext: name(tour) {},
112
- onPrev: name(tour) {},
113
- onPause: name(tour, duration) {},
114
- onResume: name(tour, duration) {},
115
- onRedirectError: name(tour) {}
116
- });
117
- ----
118
-
119
- [cols="1,1,3a,7a", options="header", width="100%", role="table-responsive-stacked-lg"]
120
- |===============================================================================
121
- |Name |Type |Default |Description
122
-
123
- |name
124
- |String
125
- |`tour`
126
- |This option is used to build the name of the storage item
127
- where the tour state is stored. The name should contain only
128
- alphanumerics, underscores and hyphens. You can initialize several tours
129
- with different names in the same page and application.
130
-
131
- |steps
132
- |Array
133
- |`[]`
134
- |A list of object representing the steps to be included in
135
- the tour. Jump to link:#step-options[Step options] for the single step
136
- API.
137
-
138
- |container
139
- |String
140
- |`body`
141
- |Appends the step popover to a specific element. +
142
- _See Usage section of
143
- http://getbootstrap.com/javascript/#popovers[Popover]._
144
-
145
- |autoscroll
146
- |Boolean
147
- |`true`
148
- |Autoscrolls the window when the step popover is out of view.
149
-
150
- |keyboard
151
- |Boolean
152
- |`true`
153
- |This option set the left and right arrow navigation.
154
-
155
- |storage
156
- |Object
157
- |`window.localStorage`
158
- |The storage system you want to use. Could be the
159
- objects window.localStorage, window.sessionStorage or your own object. +
160
- You can set this option as `false` to disable storage persistence (the
161
- tour starts from beginning every time the page is loaded). +
162
- _Read more about
163
- https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Storage[DOM
164
- Storage interfaces]._
165
-
166
- |debug
167
- |Boolean
168
- |`false`
169
- |Set this option to true to have some useful
170
- informations printed in the console.
171
-
172
- |backdrop
173
- |Boolean
174
- |`false`
175
- |Show a dark backdrop behind the popover and its
176
- element, highlighting the current step.
177
-
178
- |backdropContainer
179
- |String
180
- |`body`
181
- |HTML element (jQuery selector) on which the backdrop should be shown.
182
-
183
- |backdropPadding
184
- |Number\|Object
185
- |`0`
186
- |Add padding to the backdrop element
187
- that highlights the step element. +
188
- It can be a number or a object containing optional `top`, `right`,
189
- `bottom` and `left` numbers.
190
-
191
- |redirect
192
- |Boolean \|Function
193
- |`true`
194
- |Set a custom function to execute as
195
- redirect function. The default redirect relies on the traditional
196
- `document.location.href`.
197
-
198
- |orphan
199
- |Boolean\|String\|function
200
- |`false`
201
- |Allow to show the step regardless
202
- whether its element is not set, is not present in the page or is hidden.
203
- The step is fixed positioned in the middle of the page.
204
-
205
- |duration
206
- |Boolean\|Number
207
- |`false`
208
- |Set a expiration time for the steps. When
209
- the current step expires, the next step is automatically shown. See it
210
- as a sort of guided, automatized tour functionality. The value is
211
- specified in milliseconds.
212
-
213
- |delay
214
- |Boolean\|Number
215
- |`0`
216
- |Specifies a delay for the showing and hiding the tour steps. It can be:
217
- * a falsy - there is no delay
218
- * a number - used as a delay for both showing and hiding. In milliseconds
219
- * a object containing optional `show` and `hide` numbers - defines the
220
- delays for showing and hiding respectively.
221
-
222
- |basePath
223
- |String
224
- |empty string
225
- |Specify a default base path prepended to the `path`
226
- option of every single step. Very useful if you need to reuse the same
227
- tour on different environments or sub-projects.
228
-
229
- |template callout:1[]
230
- |String\|Function
231
- |See *Description*
232
- |String or function that returns a string of
233
- the HTML template for the popovers. If you pass a Function, two
234
- parameters are available: *i* is the position of step in the tour and
235
- *step* is the an object that contains all the other step options. +
236
- From version 0.5, the navigation template is included inside the
237
- template so you can easily rewrite it. However, Bootstrap Tour maps the
238
- _previous_, _next_ and _end_ logics to the elements which have the
239
- related `data-role` attribute. Therefore, you can also have multiple
240
- elements with the same `data-role` attribute. +
241
-
242
- |afterGetState \| afterSetState \| afterRemoveState callout:2[]
243
- |Function
244
- |`name(key, value){}`
245
- |You may want to do something right after Bootstrap Tour read, write or
246
- remove the state. Just pass functions to these. +
247
- Your functions can have two parameters:
248
-
249
- * *key* Contains the name of the state being saved. It can be
250
- `current_step` (for the state where the latest step the visitor viewed
251
- is saved) or `end` (for the state which is saved when the user complete
252
- the tour). Note that Bootstrap Tour prepends the key with `tour_` when
253
- saving the state.
254
- * *value* The value of the state been saved. Can be the index of the
255
- current step if the key is `current_step`, or `yes` if the key is `end`.
256
-
257
- A simple example if to send a post request to your server each time
258
- there is a change.
259
-
260
- |onStart
261
- |Function
262
- |`name(tour){}`
263
- |Function to execute when the tour starts.
264
-
265
- |onEnd
266
- |Function
267
- |`name(tour){}`
268
- |Function to execute when the tour ends.
269
-
270
- |onShow
271
- |Function
272
- |`name(tour){}`
273
- |Function to execute right before each step is shown.
274
-
275
- |onShown
276
- |Function
277
- |`name(tour){}`
278
- |Function to execute right after each step is shown.
279
-
280
- |onHide
281
- |Function
282
- |`name(tour){}`
283
- |Function to execute right before each step is hidden.
284
-
285
- |onHidden
286
- |Function
287
- |`name(tour){}`
288
- |Function to execute right after each step is hidden.
289
-
290
- |onNext
291
- |Function
292
- |`name(tour){}`
293
- |Function to execute when next step is called.
294
-
295
- |onPrev
296
- |Function
297
- |`name(tour){}`
298
- |Function to execute when prev step is called.
299
-
300
- |onPause
301
- |Function
302
- |`name(tour, duration){}`
303
- |Function to execute when pause is called. The
304
- second argument refers to the remaining duration.
305
-
306
- |onResume
307
- |Function
308
- |`name(tour, duration){}`
309
- |Function to execute when resume is called. The
310
- second argument refers to the remaining duration.
311
-
312
- |onRedirectError
313
- |Function
314
- |`name(tour){}`
315
- |Function to execute when there is a
316
- redirection error. This happens when bootstrap tour cannot redirect to
317
- the path of the step.
318
-
319
- |===============================================================================
320
-
321
- .Template default settings callout:1[]
322
- [source, html]
323
- ----
324
- <div class="popover tour">
325
- <div class="arrow"></div>
326
- <h3 class="popover-title"></h3>
327
- <div class="popover-content"></div>
328
- <div class="popover-navigation">
329
- <button class="btn btn-default" data-role="prev'"> Prev</button>
330
- <span data-role="separator">\|</span>
331
- <button class="btn btn-default" data-role="next">Next »</button>
332
- <button class="btn btn-default" data-role="end">End tour</button>
333
- </div>
334
- </div>
335
- ----
336
-
337
- State function example callout:2[]
338
- [source, js]
339
- ----
340
- var tour = Tour({
341
- afterSetState: function (key, value) {
342
- $.post("/some/path", value);
343
- }
344
- });
345
- ----
346
-
347
-
348
- === Step Options
349
-
350
- [source, js]
351
- ----
352
- tour.addStep({
353
- path: "",
354
- host: "",
355
- element: "",
356
- placement: "right",
357
- title: "",
358
- content: "",
359
- next: 0,
360
- prev: 0,
361
- animation: true,
362
- container: "body",
363
- backdrop: false,
364
- backdropContainer: 'body',
365
- backdropPadding: false,
366
- redirect: true,
367
- reflex: false,
368
- orphan: false,
369
- template: "",
370
- onShow: name(tour) {},
371
- onShown: name(tour) {},
372
- onHide: name(tour) {},
373
- onHidden: name(tour) {},
374
- onNext: name(tour) {},
375
- onPrev: name(tour) {},
376
- onPause: name(tour) {},
377
- onResume: name(tour) {},
378
- onRedirectError: name(tour) {}
379
- });
380
- ----
381
-
382
- // |Name |Type |Description |Default
383
-
384
- [cols="1,1,3a,7a", options="header", width="100%", role="table-responsive-stacked-lg"]
385
- |===============================================================================
386
- |Name |Type |Default |Description
387
-
388
- |path
389
- |String or RegExp
390
- |`''`
391
- |Path to the page on which the step should be
392
- shown. This allows you to build tours that span several pages.
393
-
394
- |host NEW
395
- |String or RegExp
396
- |`''`
397
- |Host of the page on which the step should
398
- be shown. This allows you to build tours for several sub-domains.
399
-
400
- |element
401
- |String
402
- |`''`
403
- |HTML element (jQuery selector) on which the step
404
- popover should be shown. +
405
- _If orphan is false, this option is required._
406
-
407
- |placement
408
- |String\|Function
409
- |`right`
410
- |How to position the popover. Possible
411
- choices: `'top'`, `'bottom'`, `'left'`, `'right'`, `'auto'`. When "auto"
412
- is specified, it will dynamically reorient the popover. For example, if
413
- placement is "auto left", the popover will display to the left when
414
- possible, otherwise it will display right.
415
-
416
- |title
417
- |String\|Function
418
- |`''`
419
- |Step title
420
-
421
- |content
422
- |String\|Function
423
- |`''`
424
- |Step content
425
-
426
- |next
427
- |Integer
428
- |`0`
429
- |Index of the step to show after this one, starting from
430
- `0` for the first step of the tour. `-1` to not show the link to next
431
- step. By default, the next step (in the order you added them) will be
432
- shown. +
433
- _This option should be used in conjunction with `prev`._
434
-
435
- |prev
436
- |Integer
437
- |`0`
438
- |Index of the step to show before this one, starting from
439
- `0` for the first step of the tour. `-1` to not show the link to
440
- previous step. By default, the previous step (in the order you added
441
- them) will be shown. +
442
- _This option should be used in conjunction with `next`._
443
-
444
- |animation
445
- |Boolean
446
- |`true`
447
- |Apply a css fade transition to the tooltip.
448
-
449
- |container
450
- |String
451
- |`body`
452
- |Attachment of popover. Pass an element (jQuery selector) to append the
453
- popover to. By default the popover is appended
454
- after the 'element' above. This option is particularly helpful for
455
- Internet Explorer.
456
-
457
- |backdrop
458
- |Boolean
459
- |`false`
460
- |Show a dark backdrop behind the popover and its
461
- element, highlighting the current step.
462
-
463
- |backdropContainer NEW
464
- |String (jQuery selector)
465
- |`body`
466
- |HTML element on which the backdrop should be shown.
467
-
468
- |backdropPadding NEW
469
- |Boolean\|Object
470
- |`0`
471
- |Add padding to the backdropelement that highlights the step element. +
472
- It can be a number or a object containing optional `top`, `right`,
473
- `bottom` and `left` numbers.
474
-
475
- |redirect
476
- |Boolean\|Function
477
- |`true`
478
- |Set a custom function to execute as redirect function. The default
479
- redirect relies on the traditional `document.location.href`.
480
-
481
- |reflex UPDATED
482
- |Boolean\|String
483
- |`false`
484
- |Enable the reflex mode: attach an
485
- handler on `click` on the step element to continue the tour. +
486
- In order to bind the handler to a custom event, you can pass a string
487
- with its name. +
488
- Also, the class `tour-step-element-reflex` is added to the element, as
489
- hook for your custom style (e.g: cursor: pointer).
490
-
491
- |orphan
492
- |Boolean\|String\|Function
493
- |`false`
494
- |Allow to show the step regardless
495
- whether its element is not set, is not present in the page or is hidden.
496
- The step is fixed positioned in the middle of the page. +
497
- You can use a string or function that returns a string of the HTML
498
- template for the orphan popovers.
499
-
500
- |duration NEW
501
- |Boolean\|String
502
- |`false`
503
- |Set a expiration time for the steps. When
504
- the step expires, the next step is automatically shown. See it as a sort
505
- of guided, automatized tour functionality. The value is specified in
506
- milliseconds.
507
-
508
- |template
509
- |String\|Function
510
- |See *blabla*
511
- |String or function that returns a string of
512
- the HTML template for the popovers. If you pass a Function, two
513
- parameters are available: *i* is the position of step in the tour and
514
- *step* is the object that contains all the other step options. +
515
- From version 0.5, the navigation template is included inside the
516
- template so you can easily rewrite it. However, Bootstrap Tour maps the
517
- _previous_, _next_ and _end_ logics to the elements which have the
518
- related `data-role` attribute. Therefore, you can also have multiple
519
- elements with the same `data-role` attribute.
520
-
521
- |onShow
522
- |Function
523
- |`name(tour) {}`
524
- |Function to execute right before the step is shown.
525
- It overrides the global `onShow` option.
526
-
527
- |onShown
528
- |Function
529
- |`name(tour) {}`
530
- |Function to execute right after the step is shown.
531
- It overrides the global `onShown` option.
532
-
533
- |onHide
534
- |Function
535
- |`name(tour) {}`
536
- |Function to execute right before the step is hidden.
537
- It overrides the global `onHide` option.
538
-
539
- |onHidden
540
- |Function
541
- |`name(tour) {}`
542
- |Function to execute right after the step is hidden.
543
- It overrides the global `onHidden` option.
544
-
545
- |onNext
546
- |Function
547
- |`name(tour) {}`
548
- |Function to execute when next step is called. It
549
- overrides the global `onNext` option.
550
-
551
- |onPrev
552
- |Function
553
- |`name(tour) {}`
554
- |Function to execute when prev step is called. It
555
- overrides the global `onPrev` option.
556
-
557
- |onPause NEW
558
- |Function
559
- |`name(tour, duration) {}`
560
- |Function to execute when pause is called. The
561
- second argument refers to the remaining duration. It overrides the
562
- global the `onPause` option.
563
-
564
- |onResume NEW
565
- |Function
566
- |`name(tour, duration) {}`
567
- |Function to execute when resume is called. The
568
- second argument refers to the remaining duration. It overrides the
569
- global `onResume` option.
570
-
571
- |onRedirectError NEW
572
- |Function
573
- |`name(tour) {}`
574
- |Function to execute when there is a
575
- redirection error. This happens when bootstrap tour cannot redirect to
576
- the path of the step. It overrides the global `onRedirectError` option.
577
-
578
- |===============================================================================
579
-
580
-
581
- === Methods
582
-
583
- If, for some reasons, you want to force the tour to be displayed, pass
584
- *true* to the *start()* method.
585
-
586
- [cols="3,9a",options="header",]
587
- |===============================================================================
588
- |Name |Description
589
- |addSteps(`[]`)
590
- |Add multiple steps to the tour. Pass an array of objects.
591
-
592
- |addStep(`{}`)
593
- |Add single step to the tour. Pass an object.
594
-
595
- |init()
596
- |Initialize the tour. You must do it before calling start.
597
-
598
- |start(`true`)
599
- |Start the tour. Pass `true` to force the start.
600
-
601
- |restart()
602
- |Restart the tour after it ended.
603
-
604
- |end()
605
- |End the tour prematurely.
606
-
607
- |next()
608
- |Skip to the next step.
609
-
610
- |prev()
611
- |Go back to the previous step.
612
-
613
- |goTo(`i`)
614
- |Skip to a specific step. Pass `i` as the index of
615
- the step in the tour (0-based). +
616
- _From version 0.7.0, the method has been renamed since some Javascript
617
- compilers are confused by the property name *goto*, which is a reserved
618
- word)_ .
619
-
620
- |pause()
621
- |Pause the duration timer. It works only if tour or current step has duration.
622
-
623
- |resume()
624
- |Resume the duration timer. It works only if tour or current step has duration.
625
-
626
- |ended() |Verify if the tour ended. Returns boolean.
627
-
628
- |getStep(`i`)
629
- |Get the step object. Pass `i` as the index of the step in the tour (0-based).
630
-
631
- |getCurrentStep()
632
- |Get the index of the current step.
633
-
634
- |setCurrentStep(`i`)
635
- |Override the current step. Pass `i` as the index of the step in the
636
- tour (0-based).
637
-
638
- |redraw()
639
- |Triggers a redraw on the overlay element. Useful for dynamically sized
640
- tour targets.
641
-
642
- |===============================================================================