j1-template 2021.2.0 → 2021.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +6 -6
- data/_includes/themes/j1/layouts/layout_metadata_generator.html +6 -1
- data/_includes/themes/j1/modules/connectors/translators/google-translator.html +11 -23
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +5 -5
- data/_layouts/default.html +36 -26
- data/assets/data/cookieconsent.html +43 -33
- data/assets/data/msdropdown.json +155 -0
- data/assets/data/panel.html +10 -10
- data/assets/data/quicklinks.html +25 -4
- data/assets/data/translator.html +291 -0
- data/assets/data/translator_languages.json +142 -0
- data/assets/themes/j1/adapter/js/cookieConsent.js +41 -34
- data/assets/themes/j1/adapter/js/fam.js +1 -1
- data/assets/themes/j1/adapter/js/j1.js +204 -158
- data/assets/themes/j1/adapter/js/navigator.js +11 -4
- data/assets/themes/j1/adapter/js/rtable.js +77 -24
- data/assets/themes/j1/adapter/js/themer.js +2 -2
- data/assets/themes/j1/adapter/js/translator.js +492 -0
- data/assets/themes/j1/core/country-flags/1x1/ad.svg +148 -0
- data/assets/themes/j1/core/country-flags/1x1/ae.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/af.svg +81 -0
- data/assets/themes/j1/core/country-flags/1x1/ag.svg +14 -0
- data/assets/themes/j1/core/country-flags/1x1/ai.svg +763 -0
- data/assets/themes/j1/core/country-flags/1x1/al.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/am.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/ao.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/aq.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/ar.svg +31 -0
- data/assets/themes/j1/core/country-flags/1x1/as.svg +33 -0
- data/assets/themes/j1/core/country-flags/1x1/at.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/au.svg +11 -0
- data/assets/themes/j1/core/country-flags/1x1/aw.svg +186 -0
- data/assets/themes/j1/core/country-flags/1x1/ax.svg +18 -0
- data/assets/themes/j1/core/country-flags/1x1/az.svg +8 -0
- data/assets/themes/j1/core/country-flags/1x1/ba.svg +12 -0
- data/assets/themes/j1/core/country-flags/1x1/bb.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/bd.svg +4 -0
- data/assets/themes/j1/core/country-flags/1x1/be.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/bf.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/bg.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/bh.svg +9 -0
- data/assets/themes/j1/core/country-flags/1x1/bi.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/bj.svg +14 -0
- data/assets/themes/j1/core/country-flags/1x1/bl.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/bm.svg +98 -0
- data/assets/themes/j1/core/country-flags/1x1/bn.svg +36 -0
- data/assets/themes/j1/core/country-flags/1x1/bo.svg +678 -0
- data/assets/themes/j1/core/country-flags/1x1/bq.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/br.svg +45 -0
- data/assets/themes/j1/core/country-flags/1x1/bs.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/bt.svg +89 -0
- data/assets/themes/j1/core/country-flags/1x1/bv.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/bw.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/by.svg +22 -0
- data/assets/themes/j1/core/country-flags/1x1/bz.svg +145 -0
- data/assets/themes/j1/core/country-flags/1x1/ca.svg +4 -0
- data/assets/themes/j1/core/country-flags/1x1/cc.svg +19 -0
- data/assets/themes/j1/core/country-flags/1x1/cd.svg +12 -0
- data/assets/themes/j1/core/country-flags/1x1/cf.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/cg.svg +12 -0
- data/assets/themes/j1/core/country-flags/1x1/ch.svg +9 -0
- data/assets/themes/j1/core/country-flags/1x1/ci.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/ck.svg +11 -0
- data/assets/themes/j1/core/country-flags/1x1/cl.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/cm.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/cn.svg +11 -0
- data/assets/themes/j1/core/country-flags/1x1/co.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/cr.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/cu.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/cv.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/cw.svg +14 -0
- data/assets/themes/j1/core/country-flags/1x1/cx.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/cy.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/cz.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/de.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/dj.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/dk.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/dm.svg +152 -0
- data/assets/themes/j1/core/country-flags/1x1/do.svg +6745 -0
- data/assets/themes/j1/core/country-flags/1x1/dz.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/ec.svg +138 -0
- data/assets/themes/j1/core/country-flags/1x1/ee.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/eg.svg +38 -0
- data/assets/themes/j1/core/country-flags/1x1/eh.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/er.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/es-ca.svg +4 -0
- data/assets/themes/j1/core/country-flags/1x1/es-ga.svg +189 -0
- data/assets/themes/j1/core/country-flags/1x1/es.svg +547 -0
- data/assets/themes/j1/core/country-flags/1x1/et.svg +14 -0
- data/assets/themes/j1/core/country-flags/1x1/eu.svg +28 -0
- data/assets/themes/j1/core/country-flags/1x1/fi.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/fj.svg +125 -0
- data/assets/themes/j1/core/country-flags/1x1/fk.svg +93 -0
- data/assets/themes/j1/core/country-flags/1x1/fm.svg +11 -0
- data/assets/themes/j1/core/country-flags/1x1/fo.svg +12 -0
- data/assets/themes/j1/core/country-flags/1x1/fr.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/ga.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/gb-eng.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/gb-nir.svg +131 -0
- data/assets/themes/j1/core/country-flags/1x1/gb-sct.svg +4 -0
- data/assets/themes/j1/core/country-flags/1x1/gb-wls.svg +9 -0
- data/assets/themes/j1/core/country-flags/1x1/gb.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/gd.svg +27 -0
- data/assets/themes/j1/core/country-flags/1x1/ge.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/gf.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/gg.svg +9 -0
- data/assets/themes/j1/core/country-flags/1x1/gh.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/gi.svg +32 -0
- data/assets/themes/j1/core/country-flags/1x1/gl.svg +4 -0
- data/assets/themes/j1/core/country-flags/1x1/gm.svg +9 -0
- data/assets/themes/j1/core/country-flags/1x1/gn.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/gp.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/gq.svg +23 -0
- data/assets/themes/j1/core/country-flags/1x1/gr.svg +16 -0
- data/assets/themes/j1/core/country-flags/1x1/gs.svg +206 -0
- data/assets/themes/j1/core/country-flags/1x1/gt.svg +204 -0
- data/assets/themes/j1/core/country-flags/1x1/gu.svg +39 -0
- data/assets/themes/j1/core/country-flags/1x1/gw.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/gy.svg +9 -0
- data/assets/themes/j1/core/country-flags/1x1/hk.svg +30 -0
- data/assets/themes/j1/core/country-flags/1x1/hm.svg +9 -0
- data/assets/themes/j1/core/country-flags/1x1/hn.svg +18 -0
- data/assets/themes/j1/core/country-flags/1x1/hr.svg +56 -0
- data/assets/themes/j1/core/country-flags/1x1/ht.svg +116 -0
- data/assets/themes/j1/core/country-flags/1x1/hu.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/id.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/ie.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/il.svg +14 -0
- data/assets/themes/j1/core/country-flags/1x1/im.svg +36 -0
- data/assets/themes/j1/core/country-flags/1x1/in.svg +25 -0
- data/assets/themes/j1/core/country-flags/1x1/io.svg +140 -0
- data/assets/themes/j1/core/country-flags/1x1/iq.svg +10 -0
- data/assets/themes/j1/core/country-flags/1x1/ir.svg +219 -0
- data/assets/themes/j1/core/country-flags/1x1/is.svg +12 -0
- data/assets/themes/j1/core/country-flags/1x1/it.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/je.svg +29 -0
- data/assets/themes/j1/core/country-flags/1x1/jm.svg +8 -0
- data/assets/themes/j1/core/country-flags/1x1/jo.svg +16 -0
- data/assets/themes/j1/core/country-flags/1x1/jp.svg +11 -0
- data/assets/themes/j1/core/country-flags/1x1/ke.svg +23 -0
- data/assets/themes/j1/core/country-flags/1x1/kg.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/kh.svg +61 -0
- data/assets/themes/j1/core/country-flags/1x1/ki.svg +36 -0
- data/assets/themes/j1/core/country-flags/1x1/km.svg +16 -0
- data/assets/themes/j1/core/country-flags/1x1/kn.svg +14 -0
- data/assets/themes/j1/core/country-flags/1x1/kp.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/kr.svg +24 -0
- data/assets/themes/j1/core/country-flags/1x1/kw.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/ky.svg +70 -0
- data/assets/themes/j1/core/country-flags/1x1/kz.svg +23 -0
- data/assets/themes/j1/core/country-flags/1x1/la.svg +12 -0
- data/assets/themes/j1/core/country-flags/1x1/lb.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/lc.svg +8 -0
- data/assets/themes/j1/core/country-flags/1x1/li.svg +43 -0
- data/assets/themes/j1/core/country-flags/1x1/lk.svg +22 -0
- data/assets/themes/j1/core/country-flags/1x1/lr.svg +14 -0
- data/assets/themes/j1/core/country-flags/1x1/ls.svg +8 -0
- data/assets/themes/j1/core/country-flags/1x1/lt.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/lu.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/lv.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/ly.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/ma.svg +4 -0
- data/assets/themes/j1/core/country-flags/1x1/mc.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/md.svg +71 -0
- data/assets/themes/j1/core/country-flags/1x1/me.svg +118 -0
- data/assets/themes/j1/core/country-flags/1x1/mf.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/mg.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/mh.svg +8 -0
- data/assets/themes/j1/core/country-flags/1x1/mk.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/ml.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/mm.svg +16 -0
- data/assets/themes/j1/core/country-flags/1x1/mn.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/mo.svg +9 -0
- data/assets/themes/j1/core/country-flags/1x1/mp.svg +86 -0
- data/assets/themes/j1/core/country-flags/1x1/mq.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/mr.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/ms.svg +70 -0
- data/assets/themes/j1/core/country-flags/1x1/mt.svg +50 -0
- data/assets/themes/j1/core/country-flags/1x1/mu.svg +8 -0
- data/assets/themes/j1/core/country-flags/1x1/mv.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/mw.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/mx.svg +378 -0
- data/assets/themes/j1/core/country-flags/1x1/my.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/mz.svg +21 -0
- data/assets/themes/j1/core/country-flags/1x1/na.svg +16 -0
- data/assets/themes/j1/core/country-flags/1x1/nc.svg +14 -0
- data/assets/themes/j1/core/country-flags/1x1/ne.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/nf.svg +11 -0
- data/assets/themes/j1/core/country-flags/1x1/ng.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/ni.svg +129 -0
- data/assets/themes/j1/core/country-flags/1x1/nl.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/no.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/np.svg +19 -0
- data/assets/themes/j1/core/country-flags/1x1/nr.svg +12 -0
- data/assets/themes/j1/core/country-flags/1x1/nu.svg +26 -0
- data/assets/themes/j1/core/country-flags/1x1/nz.svg +41 -0
- data/assets/themes/j1/core/country-flags/1x1/om.svg +115 -0
- data/assets/themes/j1/core/country-flags/1x1/pa.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/pe.svg +244 -0
- data/assets/themes/j1/core/country-flags/1x1/pf.svg +18 -0
- data/assets/themes/j1/core/country-flags/1x1/pg.svg +16 -0
- data/assets/themes/j1/core/country-flags/1x1/ph.svg +9 -0
- data/assets/themes/j1/core/country-flags/1x1/pk.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/pl.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/pm.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/pn.svg +67 -0
- data/assets/themes/j1/core/country-flags/1x1/pr.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/ps.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/pt.svg +57 -0
- data/assets/themes/j1/core/country-flags/1x1/pw.svg +11 -0
- data/assets/themes/j1/core/country-flags/1x1/py.svg +156 -0
- data/assets/themes/j1/core/country-flags/1x1/qa.svg +4 -0
- data/assets/themes/j1/core/country-flags/1x1/re.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/ro.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/rs.svg +296 -0
- data/assets/themes/j1/core/country-flags/1x1/ru.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/rw.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/sa.svg +26 -0
- data/assets/themes/j1/core/country-flags/1x1/sb.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/sc.svg +14 -0
- data/assets/themes/j1/core/country-flags/1x1/sd.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/se.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/sg.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/sh.svg +81 -0
- data/assets/themes/j1/core/country-flags/1x1/si.svg +18 -0
- data/assets/themes/j1/core/country-flags/1x1/sj.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/sk.svg +9 -0
- data/assets/themes/j1/core/country-flags/1x1/sl.svg +12 -0
- data/assets/themes/j1/core/country-flags/1x1/sm.svg +89 -0
- data/assets/themes/j1/core/country-flags/1x1/sn.svg +8 -0
- data/assets/themes/j1/core/country-flags/1x1/so.svg +11 -0
- data/assets/themes/j1/core/country-flags/1x1/sr.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/ss.svg +8 -0
- data/assets/themes/j1/core/country-flags/1x1/st.svg +16 -0
- data/assets/themes/j1/core/country-flags/1x1/sv.svg +596 -0
- data/assets/themes/j1/core/country-flags/1x1/sx.svg +56 -0
- data/assets/themes/j1/core/country-flags/1x1/sy.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/sz.svg +45 -0
- data/assets/themes/j1/core/country-flags/1x1/tc.svg +74 -0
- data/assets/themes/j1/core/country-flags/1x1/td.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/tf.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/tg.svg +14 -0
- data/assets/themes/j1/core/country-flags/1x1/th.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/tj.svg +26 -0
- data/assets/themes/j1/core/country-flags/1x1/tk.svg +5 -0
- data/assets/themes/j1/core/country-flags/1x1/tl.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/tm.svg +203 -0
- data/assets/themes/j1/core/country-flags/1x1/tn.svg +13 -0
- data/assets/themes/j1/core/country-flags/1x1/to.svg +10 -0
- data/assets/themes/j1/core/country-flags/1x1/tr.svg +8 -0
- data/assets/themes/j1/core/country-flags/1x1/tt.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/tv.svg +16 -0
- data/assets/themes/j1/core/country-flags/1x1/tw.svg +14 -0
- data/assets/themes/j1/core/country-flags/1x1/tz.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/ua.svg +6 -0
- data/assets/themes/j1/core/country-flags/1x1/ug.svg +30 -0
- data/assets/themes/j1/core/country-flags/1x1/um.svg +15 -0
- data/assets/themes/j1/core/country-flags/1x1/un.svg +16 -0
- data/assets/themes/j1/core/country-flags/1x1/us.svg +10 -0
- data/assets/themes/j1/core/country-flags/1x1/uy.svg +28 -0
- data/assets/themes/j1/core/country-flags/1x1/uz.svg +30 -0
- data/assets/themes/j1/core/country-flags/1x1/va.svg +479 -0
- data/assets/themes/j1/core/country-flags/1x1/vc.svg +8 -0
- data/assets/themes/j1/core/country-flags/1x1/ve.svg +26 -0
- data/assets/themes/j1/core/country-flags/1x1/vg.svg +128 -0
- data/assets/themes/j1/core/country-flags/1x1/vi.svg +28 -0
- data/assets/themes/j1/core/country-flags/1x1/vn.svg +11 -0
- data/assets/themes/j1/core/country-flags/1x1/vu.svg +18 -0
- data/assets/themes/j1/core/country-flags/1x1/wf.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/ws.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/xk.svg +16 -0
- data/assets/themes/j1/core/country-flags/1x1/ye.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/yt.svg +7 -0
- data/assets/themes/j1/core/country-flags/1x1/za.svg +17 -0
- data/assets/themes/j1/core/country-flags/1x1/zm.svg +27 -0
- data/assets/themes/j1/core/country-flags/1x1/zw.svg +21 -0
- data/assets/themes/j1/core/country-flags/4x3/ad.svg +150 -0
- data/assets/themes/j1/core/country-flags/4x3/ae.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/af.svg +81 -0
- data/assets/themes/j1/core/country-flags/4x3/ag.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/ai.svg +763 -0
- data/assets/themes/j1/core/country-flags/4x3/al.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/am.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/ao.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/aq.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/ar.svg +31 -0
- data/assets/themes/j1/core/country-flags/4x3/as.svg +33 -0
- data/assets/themes/j1/core/country-flags/4x3/at.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/au.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/aw.svg +186 -0
- data/assets/themes/j1/core/country-flags/4x3/ax.svg +18 -0
- data/assets/themes/j1/core/country-flags/4x3/az.svg +8 -0
- data/assets/themes/j1/core/country-flags/4x3/ba.svg +12 -0
- data/assets/themes/j1/core/country-flags/4x3/bb.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/bd.svg +4 -0
- data/assets/themes/j1/core/country-flags/4x3/be.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/bf.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/bg.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/bh.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/bi.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/bj.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/bl.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/bm.svg +98 -0
- data/assets/themes/j1/core/country-flags/4x3/bn.svg +36 -0
- data/assets/themes/j1/core/country-flags/4x3/bo.svg +676 -0
- data/assets/themes/j1/core/country-flags/4x3/bq.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/br.svg +45 -0
- data/assets/themes/j1/core/country-flags/4x3/bs.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/bt.svg +89 -0
- data/assets/themes/j1/core/country-flags/4x3/bv.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/bw.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/by.svg +20 -0
- data/assets/themes/j1/core/country-flags/4x3/bz.svg +145 -0
- data/assets/themes/j1/core/country-flags/4x3/ca.svg +4 -0
- data/assets/themes/j1/core/country-flags/4x3/cc.svg +19 -0
- data/assets/themes/j1/core/country-flags/4x3/cd.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/cf.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/cg.svg +12 -0
- data/assets/themes/j1/core/country-flags/4x3/ch.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/ci.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/ck.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/cl.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/cm.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/cn.svg +11 -0
- data/assets/themes/j1/core/country-flags/4x3/co.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/cr.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/cu.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/cv.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/cw.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/cx.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/cy.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/cz.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/de.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/dj.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/dk.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/dm.svg +152 -0
- data/assets/themes/j1/core/country-flags/4x3/do.svg +6745 -0
- data/assets/themes/j1/core/country-flags/4x3/dz.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/ec.svg +138 -0
- data/assets/themes/j1/core/country-flags/4x3/ee.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/eg.svg +38 -0
- data/assets/themes/j1/core/country-flags/4x3/eh.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/er.svg +8 -0
- data/assets/themes/j1/core/country-flags/4x3/es-ca.svg +4 -0
- data/assets/themes/j1/core/country-flags/4x3/es-ga.svg +189 -0
- data/assets/themes/j1/core/country-flags/4x3/es.svg +544 -0
- data/assets/themes/j1/core/country-flags/4x3/et.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/eu.svg +28 -0
- data/assets/themes/j1/core/country-flags/4x3/fi.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/fj.svg +122 -0
- data/assets/themes/j1/core/country-flags/4x3/fk.svg +90 -0
- data/assets/themes/j1/core/country-flags/4x3/fm.svg +11 -0
- data/assets/themes/j1/core/country-flags/4x3/fo.svg +12 -0
- data/assets/themes/j1/core/country-flags/4x3/fr.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/ga.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/gb-eng.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/gb-nir.svg +132 -0
- data/assets/themes/j1/core/country-flags/4x3/gb-sct.svg +4 -0
- data/assets/themes/j1/core/country-flags/4x3/gb-wls.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/gb.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/gd.svg +27 -0
- data/assets/themes/j1/core/country-flags/4x3/ge.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/gf.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/gg.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/gh.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/gi.svg +32 -0
- data/assets/themes/j1/core/country-flags/4x3/gl.svg +4 -0
- data/assets/themes/j1/core/country-flags/4x3/gm.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/gn.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/gp.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/gq.svg +23 -0
- data/assets/themes/j1/core/country-flags/4x3/gr.svg +16 -0
- data/assets/themes/j1/core/country-flags/4x3/gs.svg +201 -0
- data/assets/themes/j1/core/country-flags/4x3/gt.svg +204 -0
- data/assets/themes/j1/core/country-flags/4x3/gu.svg +39 -0
- data/assets/themes/j1/core/country-flags/4x3/gw.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/gy.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/hk.svg +30 -0
- data/assets/themes/j1/core/country-flags/4x3/hm.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/hn.svg +18 -0
- data/assets/themes/j1/core/country-flags/4x3/hr.svg +58 -0
- data/assets/themes/j1/core/country-flags/4x3/ht.svg +116 -0
- data/assets/themes/j1/core/country-flags/4x3/hu.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/id.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/ie.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/il.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/im.svg +36 -0
- data/assets/themes/j1/core/country-flags/4x3/in.svg +25 -0
- data/assets/themes/j1/core/country-flags/4x3/io.svg +138 -0
- data/assets/themes/j1/core/country-flags/4x3/iq.svg +10 -0
- data/assets/themes/j1/core/country-flags/4x3/ir.svg +219 -0
- data/assets/themes/j1/core/country-flags/4x3/is.svg +12 -0
- data/assets/themes/j1/core/country-flags/4x3/it.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/je.svg +29 -0
- data/assets/themes/j1/core/country-flags/4x3/jm.svg +8 -0
- data/assets/themes/j1/core/country-flags/4x3/jo.svg +16 -0
- data/assets/themes/j1/core/country-flags/4x3/jp.svg +11 -0
- data/assets/themes/j1/core/country-flags/4x3/ke.svg +23 -0
- data/assets/themes/j1/core/country-flags/4x3/kg.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/kh.svg +61 -0
- data/assets/themes/j1/core/country-flags/4x3/ki.svg +36 -0
- data/assets/themes/j1/core/country-flags/4x3/km.svg +16 -0
- data/assets/themes/j1/core/country-flags/4x3/kn.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/kp.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/kr.svg +24 -0
- data/assets/themes/j1/core/country-flags/4x3/kw.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/ky.svg +63 -0
- data/assets/themes/j1/core/country-flags/4x3/kz.svg +23 -0
- data/assets/themes/j1/core/country-flags/4x3/la.svg +12 -0
- data/assets/themes/j1/core/country-flags/4x3/lb.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/lc.svg +8 -0
- data/assets/themes/j1/core/country-flags/4x3/li.svg +43 -0
- data/assets/themes/j1/core/country-flags/4x3/lk.svg +22 -0
- data/assets/themes/j1/core/country-flags/4x3/lr.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/ls.svg +8 -0
- data/assets/themes/j1/core/country-flags/4x3/lt.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/lu.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/lv.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/ly.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/ma.svg +4 -0
- data/assets/themes/j1/core/country-flags/4x3/mc.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/md.svg +70 -0
- data/assets/themes/j1/core/country-flags/4x3/me.svg +116 -0
- data/assets/themes/j1/core/country-flags/4x3/mf.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/mg.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/mh.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/mk.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/ml.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/mm.svg +16 -0
- data/assets/themes/j1/core/country-flags/4x3/mn.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/mo.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/mp.svg +86 -0
- data/assets/themes/j1/core/country-flags/4x3/mq.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/mr.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/ms.svg +78 -0
- data/assets/themes/j1/core/country-flags/4x3/mt.svg +49 -0
- data/assets/themes/j1/core/country-flags/4x3/mu.svg +8 -0
- data/assets/themes/j1/core/country-flags/4x3/mv.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/mw.svg +10 -0
- data/assets/themes/j1/core/country-flags/4x3/mx.svg +382 -0
- data/assets/themes/j1/core/country-flags/4x3/my.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/mz.svg +21 -0
- data/assets/themes/j1/core/country-flags/4x3/na.svg +16 -0
- data/assets/themes/j1/core/country-flags/4x3/nc.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/ne.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/nf.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/ng.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/ni.svg +129 -0
- data/assets/themes/j1/core/country-flags/4x3/nl.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/no.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/np.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/nr.svg +12 -0
- data/assets/themes/j1/core/country-flags/4x3/nu.svg +26 -0
- data/assets/themes/j1/core/country-flags/4x3/nz.svg +41 -0
- data/assets/themes/j1/core/country-flags/4x3/om.svg +115 -0
- data/assets/themes/j1/core/country-flags/4x3/pa.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/pe.svg +244 -0
- data/assets/themes/j1/core/country-flags/4x3/pf.svg +19 -0
- data/assets/themes/j1/core/country-flags/4x3/pg.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/ph.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/pk.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/pl.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/pm.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/pn.svg +62 -0
- data/assets/themes/j1/core/country-flags/4x3/pr.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/ps.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/pt.svg +57 -0
- data/assets/themes/j1/core/country-flags/4x3/pw.svg +11 -0
- data/assets/themes/j1/core/country-flags/4x3/py.svg +157 -0
- data/assets/themes/j1/core/country-flags/4x3/qa.svg +4 -0
- data/assets/themes/j1/core/country-flags/4x3/re.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/ro.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/rs.svg +292 -0
- data/assets/themes/j1/core/country-flags/4x3/ru.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/rw.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/sa.svg +26 -0
- data/assets/themes/j1/core/country-flags/4x3/sb.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/sc.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/sd.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/se.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/sg.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/sh.svg +74 -0
- data/assets/themes/j1/core/country-flags/4x3/si.svg +18 -0
- data/assets/themes/j1/core/country-flags/4x3/sj.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/sk.svg +9 -0
- data/assets/themes/j1/core/country-flags/4x3/sl.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/sm.svg +91 -0
- data/assets/themes/j1/core/country-flags/4x3/sn.svg +8 -0
- data/assets/themes/j1/core/country-flags/4x3/so.svg +11 -0
- data/assets/themes/j1/core/country-flags/4x3/sr.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/ss.svg +8 -0
- data/assets/themes/j1/core/country-flags/4x3/st.svg +16 -0
- data/assets/themes/j1/core/country-flags/4x3/sv.svg +594 -0
- data/assets/themes/j1/core/country-flags/4x3/sx.svg +56 -0
- data/assets/themes/j1/core/country-flags/4x3/sy.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/sz.svg +45 -0
- data/assets/themes/j1/core/country-flags/4x3/tc.svg +67 -0
- data/assets/themes/j1/core/country-flags/4x3/td.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/tf.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/tg.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/th.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/tj.svg +22 -0
- data/assets/themes/j1/core/country-flags/4x3/tk.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/tl.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/tm.svg +206 -0
- data/assets/themes/j1/core/country-flags/4x3/tn.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/to.svg +10 -0
- data/assets/themes/j1/core/country-flags/4x3/tr.svg +8 -0
- data/assets/themes/j1/core/country-flags/4x3/tt.svg +5 -0
- data/assets/themes/j1/core/country-flags/4x3/tv.svg +16 -0
- data/assets/themes/j1/core/country-flags/4x3/tw.svg +14 -0
- data/assets/themes/j1/core/country-flags/4x3/tz.svg +13 -0
- data/assets/themes/j1/core/country-flags/4x3/ua.svg +6 -0
- data/assets/themes/j1/core/country-flags/4x3/ug.svg +30 -0
- data/assets/themes/j1/core/country-flags/4x3/um.svg +15 -0
- data/assets/themes/j1/core/country-flags/4x3/un.svg +16 -0
- data/assets/themes/j1/core/country-flags/4x3/us.svg +10 -0
- data/assets/themes/j1/core/country-flags/4x3/uy.svg +28 -0
- data/assets/themes/j1/core/country-flags/4x3/uz.svg +30 -0
- data/assets/themes/j1/core/country-flags/4x3/va.svg +479 -0
- data/assets/themes/j1/core/country-flags/4x3/vc.svg +8 -0
- data/assets/themes/j1/core/country-flags/4x3/ve.svg +26 -0
- data/assets/themes/j1/core/country-flags/4x3/vg.svg +127 -0
- data/assets/themes/j1/core/country-flags/4x3/vi.svg +28 -0
- data/assets/themes/j1/core/country-flags/4x3/vn.svg +11 -0
- data/assets/themes/j1/core/country-flags/4x3/vu.svg +18 -0
- data/assets/themes/j1/core/country-flags/4x3/wf.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/ws.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/xk.svg +16 -0
- data/assets/themes/j1/core/country-flags/4x3/ye.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/yt.svg +7 -0
- data/assets/themes/j1/core/country-flags/4x3/za.svg +17 -0
- data/assets/themes/j1/core/country-flags/4x3/zm.svg +27 -0
- data/assets/themes/j1/core/country-flags/4x3/zw.svg +21 -0
- data/assets/themes/j1/core/country-flags/css/theme/uno.css +73 -0
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +58 -109
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +30 -21
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +1407 -20
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +8502 -10
- data/assets/themes/j1/core/js/template.min.js +16 -7
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/carousel/css/theme/uno.css +1 -1
- data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +49 -42
- data/assets/themes/j1/modules/j1Deepl/js/j1deepl.js +388 -0
- data/assets/themes/j1/modules/j1Deepl/js/j1deepl.min.js +18 -0
- data/assets/themes/j1/modules/j1Scroll/js/j1scroll.js +257 -240
- data/assets/themes/j1/modules/j1Scroll/js/j1scroll.min.js +1 -2
- data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +1 -1
- data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/msDropdown/css/flags.css +1033 -0
- data/assets/themes/j1/modules/msDropdown/css/flags.min.css +23 -0
- data/assets/themes/j1/modules/msDropdown/css/msDropdown.css +278 -0
- data/assets/themes/j1/modules/msDropdown/css/msDropdown.min.css +34 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/1273404841_tick_16.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/Amex-56.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/Cash-56.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/Discover-56.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/Mastercard-56.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/Paypal-56.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/Visa-56.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/blank.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/browser-chrome.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/browser-firefox.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/browser-msie.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/browser-opera.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/browser-safari.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/button-large.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/demoaction.jpg +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/enabled.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/flagssprite_small.png +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/giftlelo_dot_com.jpg +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon-search.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon_calendar.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon_cart.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon_cd.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon_email.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon_faq.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon_games.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon_lockopen.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon_music.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon_phone.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon_sales.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon_secure.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/icon_video.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/jquery-msdropdown.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/msDropDown.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/preview.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/sprite.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/sprite.jpg +0 -0
- data/assets/themes/j1/modules/msDropdown/images/icons/tick.gif +0 -0
- data/assets/themes/j1/modules/msDropdown/js/msDropdown.js +2664 -0
- data/assets/themes/j1/modules/msDropdown/js/msDropdown.min.js +33 -0
- data/assets/themes/j1/modules/msDropdown/js/msDropdown.min.js.map +1 -0
- data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.css +3 -3
- data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.min.css +2 -174
- data/assets/themes/j1/modules/rtable/js/rtable.js +59 -25
- data/assets/themes/j1/modules/rtable/js/rtable.min.js +12 -683
- data/assets/themes/j1/modules/translator/css/translator.css +33 -0
- data/assets/themes/j1/modules/translator/css/translator.min.css +15 -0
- data/assets/themes/j1/modules/translator/js/translator.js +614 -0
- data/assets/themes/j1/modules/translator/js/translator.min.js +15 -0
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +13 -49
- data/lib/starter_web/_data/j1_config.yml +4 -7
- data/lib/starter_web/_data/layouts/collection.yml +1 -12
- data/lib/starter_web/_data/layouts/home.yml +0 -12
- data/lib/starter_web/_data/layouts/post.yml +0 -11
- data/lib/starter_web/_data/modules/cookieconsent.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +100 -90
- data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -0
- data/lib/starter_web/_data/modules/defaults/rtable.yml +34 -0
- data/lib/starter_web/_data/modules/defaults/translator.yml +142 -0
- data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
- data/lib/starter_web/_data/modules/rtable.yml +34 -0
- data/lib/starter_web/_data/modules/translator.yml +31 -0
- data/lib/starter_web/_data/resources.yml +126 -101
- data/lib/starter_web/_includes/attributes.asciidoc +12 -2
- data/lib/starter_web/_plugins/asciidoctor-extensions/flag-icon-inline.rb +37 -0
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/markus-krisetya-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/vladislav-klapin-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/vladislav-klapin-2-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/features/percentage_global_mobile_tr.jpg +0 -0
- data/lib/starter_web/package.json +2 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +0 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +0 -8
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +3 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +1 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +4 -27
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +5 -27
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +0 -20
- data/lib/starter_web/pages/public/blog/navigator/archive.html +5 -27
- data/lib/starter_web/pages/public/learn/quickstart.adoc +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +7 -3
- data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +3 -1
- data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +30 -28
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +112 -10
- data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +8 -5
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +4 -2
- data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +6 -8
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +1 -2
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +42 -43
- data/lib/starter_web/pages/public/learn/where_to_go.adoc +15 -15
- data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +0 -1
- data/lib/starter_web/pages/public/legal/de/100_impress.adoc +0 -2
- data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +0 -1
- data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +0 -1
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +0 -3
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +0 -3
- data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +0 -2
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +1 -2
- data/lib/starter_web/pages/public/manuals/dropdown-help.adoc +743 -0
- data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +2 -0
- data/lib/starter_web/pages/public/previewer/{bootstrap_theme.adoc → preview_bootstrap_theme.adoc} +2 -3
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +584 -35
- data/assets/themes/j1/core/js/template.js.map +0 -1
- data/assets/themes/j1/modules/rtable/js/tablesaw-init.js +0 -18
- data/assets/themes/j1/modules/rtable/js/tablesaw.stackonly.js +0 -2371
- data/lib/starter_web/pages/public/previewer/_includes/attributes.asciidoc +0 -60
- data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +0 -19
- data/lib/starter_web/pages/public/previewer/_includes/documents/readme +0 -0
- data/lib/starter_web/pages/public/previewer/_includes/documents/rouge/100_language_examples.asciidoc +0 -119
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +0 -39
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/120_relative_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/200_rotate.asciidoc +0 -71
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/300_flip.asciidoc +0 -31
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +0 -39
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +0 -61
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +0 -55
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/600_md_color_palette.asciidoc +0 -95
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +0 -95
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +0 -95
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/200_rouge_attributes.asciidoc +0 -41
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +0 -857
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/200_rotate.asciidoc +0 -71
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/300_flip.asciidoc +0 -30
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +0 -31
- data/lib/starter_web/pages/public/previewer/iframer.adoc +0 -93
- data/lib/starter_web/pages/public/previewer/justified_gallery.html +0 -41
- data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +0 -574
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +0 -220
- data/lib/starter_web/pages/public/previewer/mdil_icons_preview.adoc +0 -76
- data/lib/starter_web/pages/public/previewer/rouge.adoc +0 -133
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +0 -191
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '09dbfff70a16ed74df238081b060f13508ec9fe23389ee21f9658caa5c0cc6df'
|
|
4
|
+
data.tar.gz: f5e2167db6af04253321eebd10bf8b727ff2b0d501a99a84f8f88225d260e0dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e6eb46994768e0ff33d7f408de15daf377b5f5b5473b7dd5a674a4451e15a10b2718b0faabe56338c0f89e3aff4aa4e721c9a1b4afbe4275085be397f36febf
|
|
7
|
+
data.tar.gz: 4c36317c41ecd6ab66cd2f76515c9272b296e1834f66a6273094f299240e3b5b563fa31f59861c877b41e7fe5e026bc9ac0f693a69b0824d122c75e9a2b748a9
|
|
@@ -302,13 +302,13 @@
|
|
|
302
302
|
|
|
303
303
|
<div class="card-footer-text">
|
|
304
304
|
{% if language == "en" %}
|
|
305
|
-
<i class="mdi mdi-calendar-blank md-grey-
|
|
305
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date | localize: "%Y %B, %e"}}
|
|
306
306
|
{% endif %}
|
|
307
307
|
{% if language == "de" %}
|
|
308
|
-
<i class="mdi mdi-calendar-blank md-grey-
|
|
308
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date | localize: "%-d. %B %Y"}}
|
|
309
309
|
{% endif %}
|
|
310
310
|
</div>
|
|
311
|
-
<a class="card-link
|
|
311
|
+
<a class="card-link md-grey-900 text-lowercase"
|
|
312
312
|
href="{{post.url}}">
|
|
313
313
|
{{readmore_text}} · {{post.tagline}}
|
|
314
314
|
</a>
|
|
@@ -350,13 +350,13 @@
|
|
|
350
350
|
|
|
351
351
|
<div class="card-footer-text">
|
|
352
352
|
{% if language == "en" %}
|
|
353
|
-
<i class="mdi mdi-calendar-blank md-grey-
|
|
353
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date | localize: "%Y %B, %e"}}
|
|
354
354
|
{% endif %}
|
|
355
355
|
{% if language == "de" %}
|
|
356
|
-
<i class="mdi mdi-calendar-blank md-grey-
|
|
356
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date | localize: "%-d. %B %Y"}}
|
|
357
357
|
{% endif %}
|
|
358
358
|
</div>
|
|
359
|
-
<a class="card-link
|
|
359
|
+
<a class="card-link md-grey-900 text-lowercase"
|
|
360
360
|
href="{{post.url}}">
|
|
361
361
|
{{readmore_text}} · {{post.tagline}}
|
|
362
362
|
</a>
|
|
@@ -60,7 +60,12 @@
|
|
|
60
60
|
|
|
61
61
|
{% if template_config.translation.enabled %}
|
|
62
62
|
<!-- [INFO ] [j1.layout.meta_data_generator.html ] [ add google translator meta tag to enable customized translations ] -->
|
|
63
|
-
<meta name="
|
|
63
|
+
<meta name="translation" content="enabled" />
|
|
64
|
+
{% endif %}
|
|
65
|
+
|
|
66
|
+
{% if template_config.translation.google %}
|
|
67
|
+
<!-- [INFO ] [j1.layout.meta_data_generator.html ] [ add google translator meta tag to enable customized translations ] -->
|
|
68
|
+
<meta name="{{template_config.translation.google.meta_data}}" content="enabled" />
|
|
64
69
|
{% endif %}
|
|
65
70
|
|
|
66
71
|
{% if page.layout == 'home' %}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{% comment %}
|
|
2
2
|
# -----------------------------------------------------------------------------
|
|
3
3
|
# ~/_includes/themes/j1/modules/connectors/translators/google-translator.html
|
|
4
|
-
#
|
|
4
|
+
# Connector for the Google Translator
|
|
5
5
|
#
|
|
6
6
|
# Product/Info:
|
|
7
7
|
# http://jekyll.one
|
|
@@ -25,25 +25,13 @@
|
|
|
25
25
|
|
|
26
26
|
{% comment %} Main
|
|
27
27
|
-------------------------------------------------------------------------------- {% endcomment %}
|
|
28
|
-
<!-- Google Translator
|
|
29
|
-
<
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
//layout: google.translate.TranslateElement.InlineLayout.SIMPLE
|
|
39
|
-
new google.translate.TranslateElement({
|
|
40
|
-
pageLanguage: 'en'
|
|
41
|
-
},
|
|
42
|
-
'google_translate_element');
|
|
43
|
-
}
|
|
44
|
-
</script>
|
|
45
|
-
|
|
46
|
-
<script type="text/javascript"
|
|
47
|
-
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
|
|
48
|
-
</script>
|
|
49
|
-
|
|
28
|
+
<!-- [INFO ] [j1.modules.connectors.translation ] [ place callback for the Google Translator API ] -->
|
|
29
|
+
<script>
|
|
30
|
+
function googleTranslateElementInit() {
|
|
31
|
+
new google.translate.TranslateElement({
|
|
32
|
+
pageLanguage: 'en',
|
|
33
|
+
layout: google.translate.TranslateElement.FloatPosition.TOP_LEFT
|
|
34
|
+
},
|
|
35
|
+
'google_translate_element');
|
|
36
|
+
}
|
|
37
|
+
</script>
|
|
@@ -223,22 +223,22 @@
|
|
|
223
223
|
<div class="card-footer-text">
|
|
224
224
|
{% if post.date %}
|
|
225
225
|
{% if language == "en" %}
|
|
226
|
-
<i class="mdi mdi-calendar-blank md-grey-
|
|
226
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date | localize: "%Y %B, %e"}}
|
|
227
227
|
{% endif %}
|
|
228
228
|
{% if language == "de" %}
|
|
229
|
-
<i class="mdi mdi-calendar-blank md-grey-
|
|
229
|
+
<i class="mdi mdi-calendar-blank md-md-grey-900 mr-1"></i>{{post.date | localize: "%-d. %B %Y"}}
|
|
230
230
|
{% endif %}
|
|
231
231
|
{% endif %}
|
|
232
232
|
{% if likes_count %}
|
|
233
233
|
<span class="font-weight-bold"> · </span>
|
|
234
|
-
<i class="mdi mdi-heart md-grey-
|
|
234
|
+
<i class="mdi mdi-heart md-grey-900 mr-1"></i> {{likes_count}}
|
|
235
235
|
{% endif %}
|
|
236
236
|
{% if comment_count %}
|
|
237
237
|
<span class="font-weight-bold"> · </span>
|
|
238
|
-
<i class="mdi mdi-comment md-grey-
|
|
238
|
+
<i class="mdi mdi-comment md-grey-900 mr-1"></i> {{comment_count}}
|
|
239
239
|
{% endif %}
|
|
240
240
|
</div>
|
|
241
|
-
<a class="card-link
|
|
241
|
+
<a class="card-link md-grey-900 text-lowercase"
|
|
242
242
|
href="{{post.url}}#readmore">
|
|
243
243
|
{{readmore_text}} · {{post.tagline}}
|
|
244
244
|
</a>
|
data/_layouts/default.html
CHANGED
|
@@ -130,8 +130,7 @@ layout: compress
|
|
|
130
130
|
------------------------------------------------------------------------------ {% endcomment %}
|
|
131
131
|
<!-- [INFO ] [j1.layout.default.html ] [ start page processing for region: 'body' ] -->
|
|
132
132
|
<!-- [INFO ] [j1.layout.default.html ] [ place wrapper to prevent "DOM flicker" ] -->
|
|
133
|
-
<!-- [INFO ] [j1.layout.default.html ] [ make page hidden ] -->
|
|
134
|
-
<!-- div id="no_flicker" class="nojs" -->
|
|
133
|
+
<!-- [INFO ] [j1.layout.default.html ] [ make page hidden (suppress flicker) ] -->
|
|
135
134
|
<div id="no_flicker" style="display: none">
|
|
136
135
|
|
|
137
136
|
{% comment %} collect the BODY-NAVIGATION region
|
|
@@ -153,6 +152,7 @@ layout: compress
|
|
|
153
152
|
<!-- [INFO ] [j1.layout.default.html ] [ end content_writer default_writer for region: 'body-footer' ] -->
|
|
154
153
|
|
|
155
154
|
</div>
|
|
155
|
+
<!-- [INFO ] [j1.layout.default.html ] [ end suppress flicker ] -->
|
|
156
156
|
<!-- [INFO ] [j1.layout.default.html ] [ end default writer] -->
|
|
157
157
|
|
|
158
158
|
<!-- [INFO ] [j1.layout.default.html ] [ place noscript info|error page ] -->
|
|
@@ -206,17 +206,11 @@ layout: compress
|
|
|
206
206
|
</body>
|
|
207
207
|
</html>
|
|
208
208
|
</noscript>
|
|
209
|
-
</body>
|
|
210
209
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
NOTE: xhr_container should be DYNAMICALLY placed by
|
|
214
|
-
the module using it !!!
|
|
215
|
-
Example CookieConsent
|
|
216
|
-
------------------------------------------------------------------------------ {% endcomment %}
|
|
210
|
+
<!-- [INFO ] [j1.layout.default.html ] [ place hidden color selector/themes: bg-primary ] -->
|
|
211
|
+
<div id="bg-primary" class="bg-primary" style="display: none"></div>
|
|
217
212
|
|
|
218
|
-
|
|
219
|
-
------------------------------------------------------------------------------ {% endcomment %}
|
|
213
|
+
</body>
|
|
220
214
|
|
|
221
215
|
{% comment %} Place container for WebHook modals
|
|
222
216
|
------------------------------------------------------------------------------ {% endcomment %}
|
|
@@ -230,11 +224,14 @@ layout: compress
|
|
|
230
224
|
<!-- [INFO ] [j1.layout.default.html ] [ place container for the r-text resizer modal ] -->
|
|
231
225
|
<div id="rtext_resizer_container"></div>
|
|
232
226
|
|
|
233
|
-
{% comment %} Initialize
|
|
227
|
+
{% comment %} Initialize global JS scripts
|
|
234
228
|
------------------------------------------------------------------------------ {% endcomment %}
|
|
235
|
-
<!-- [INFO ] [j1.layout.default.html ] [ initialize
|
|
229
|
+
<!-- [INFO ] [j1.layout.default.html ] [ initialize global JS scripts ] -->
|
|
236
230
|
<script>
|
|
237
231
|
$(function() {
|
|
232
|
+
{% comment %} BS tooltips and popovers
|
|
233
|
+
---------------------------------------------------------------------------- {% endcomment %}
|
|
234
|
+
// initialize BS tooltips and popovers
|
|
238
235
|
{% if tooltips_options.enabled %}
|
|
239
236
|
$('[data-toggle="tooltip"').tooltip({
|
|
240
237
|
trigger: '{{tooltips_options.trigger}}'
|
|
@@ -245,25 +242,39 @@ layout: compress
|
|
|
245
242
|
trigger: '{{popovers_options.trigger}}'
|
|
246
243
|
});
|
|
247
244
|
{% endif %}
|
|
248
|
-
});
|
|
249
|
-
</script>
|
|
250
245
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
246
|
+
{% comment %} Update cookie for lastpage
|
|
247
|
+
---------------------------------------------------------------------------- {% endcomment %}
|
|
248
|
+
// save the current page to userstate cookie
|
|
249
|
+
var dependencies_met_page_ready = setInterval (function (options) {
|
|
250
|
+
if (j1.getState() === 'finished') {
|
|
251
|
+
var logger = log4javascript.getLogger('j1.layout.default');
|
|
252
|
+
|
|
253
|
+
function setLastPage() {
|
|
254
|
+
var cookie_names = j1.getCookieNames();
|
|
255
|
+
const user_state_cookie_name = cookie_names.user_session;
|
|
256
|
+
var user_state = j1.readCookie(user_state_cookie_name);
|
|
257
|
+
var user_state_last_page = window.location.pathname;
|
|
258
|
+
user_state.last_page = user_state_last_page;
|
|
259
|
+
|
|
260
|
+
j1.writeCookie({
|
|
261
|
+
name: user_state_cookie_name,
|
|
262
|
+
data: user_state,
|
|
263
|
+
samesite: 'Strict'
|
|
264
|
+
});
|
|
265
|
+
logger.debug('\n' + 'saved current page to cookie :' + user_state_last_page);
|
|
266
|
+
}
|
|
267
|
+
setLastPage();
|
|
268
|
+
clearInterval(dependencies_met_page_ready);
|
|
269
|
+
}
|
|
270
|
+
});
|
|
271
|
+
});
|
|
260
272
|
</script>
|
|
261
273
|
<!-- [INFO ] [j1.layout.default.html ] [ end page processing ] -->
|
|
262
274
|
</html>
|
|
263
275
|
|
|
264
276
|
{% endcapture %}
|
|
265
277
|
|
|
266
|
-
|
|
267
278
|
{% comment %} POST processing of the generated page using (captured) cache
|
|
268
279
|
-------------------------------------------------------------------------------- {% endcomment %}
|
|
269
280
|
{% case environment %}
|
|
@@ -277,7 +288,6 @@ layout: compress
|
|
|
277
288
|
{{ j1_cache | strip_empty_lines | remove: '<p>excerpt__end</p>' }}
|
|
278
289
|
{% endif %} {% comment %} END prettify {% endcomment %}
|
|
279
290
|
|
|
280
|
-
|
|
281
291
|
{% comment %} PRODUCTION mode
|
|
282
292
|
------------------------------------------------------------------------------ {% endcomment %}
|
|
283
293
|
{% when 'production' or 'prod' %}
|
|
@@ -69,12 +69,14 @@ exclude_from_search: true
|
|
|
69
69
|
<div id="consent-data-en">
|
|
70
70
|
<div id="modal-consent-en" class="modal-dialog modal-frame modal-top modal-notify modal-primary" role="document">
|
|
71
71
|
<div class="modal-content">
|
|
72
|
+
|
|
72
73
|
<div class="modal-header">
|
|
73
|
-
<p class="lead">{{consent_options.
|
|
74
|
+
<p class="lead">{{consent_options.modal_settings.title.en}}</p>
|
|
74
75
|
</div>
|
|
76
|
+
|
|
75
77
|
<div class="modal-body">
|
|
76
78
|
<div class="bccs-body-text" style="font-size: 90%">
|
|
77
|
-
<p class="mb-4">{{consent_options.body_text.en}}</p>
|
|
79
|
+
<p class="mb-4">{{consent_options.modal_settings.body_text.en}}</p>
|
|
78
80
|
</div>
|
|
79
81
|
<p>
|
|
80
82
|
<a href="#bccs-privacy" data-toggle="collapse" class="">Privacy Notice</a>
|
|
@@ -83,7 +85,7 @@ exclude_from_search: true
|
|
|
83
85
|
|
|
84
86
|
<div id="bccs-privacy" class="collapse">
|
|
85
87
|
<div class="bccs-body-text" style="font-size: 90%">
|
|
86
|
-
<p class="mb-4">{{consent_options.privacy_notice.en}}</p>
|
|
88
|
+
<p class="mb-4">{{consent_options.modal_settings.privacy_notice.en}}</p>
|
|
87
89
|
</div>
|
|
88
90
|
</div>
|
|
89
91
|
|
|
@@ -94,50 +96,52 @@ exclude_from_search: true
|
|
|
94
96
|
<div class="bccs-option" data-name="necessary">
|
|
95
97
|
<div class="switch">
|
|
96
98
|
<label>
|
|
97
|
-
<input id="bccs-checkboxNecessary" type="checkbox" name="bccs-checkboxNecessary"
|
|
99
|
+
<input id="bccs-checkboxNecessary" type="checkbox" name="bccs-checkboxNecessary" checked="true" disabled>
|
|
98
100
|
<span class="bmd-switch-track"></span>
|
|
99
|
-
Necessary
|
|
101
|
+
Necessary (Session Cookies)
|
|
100
102
|
</label>
|
|
101
103
|
<ul>
|
|
102
104
|
<li>Required to run the website</li>
|
|
103
105
|
</ul>
|
|
104
106
|
</div>
|
|
105
107
|
</div>
|
|
106
|
-
<div class="bccs-option" data-name="
|
|
108
|
+
<div class="bccs-option" data-name="analysis">
|
|
107
109
|
<div class="switch">
|
|
108
110
|
<label>
|
|
109
|
-
<input id="bccs-
|
|
111
|
+
<input id="bccs-checkboxAnalysis" type="checkbox" name="bccs-checkboxAnalysis" checked="true">
|
|
110
112
|
<span class="bmd-switch-track"></span>
|
|
111
|
-
|
|
113
|
+
Analysis (Persistent Cookies)
|
|
112
114
|
</label>
|
|
113
115
|
<ul>
|
|
114
|
-
<li>
|
|
115
|
-
<li>Optimizing the
|
|
116
|
+
<li>Usage monitoring for this site</li>
|
|
117
|
+
<li>Optimizing of the performance for this site</li>
|
|
118
|
+
<li>Optimizing of content for all visitors</li>
|
|
116
119
|
</ul>
|
|
117
120
|
</div>
|
|
118
121
|
</div>
|
|
119
122
|
<div class="bccs-option" data-name="personalization">
|
|
120
123
|
<div class="switch">
|
|
121
124
|
<label>
|
|
122
|
-
<input id="bccs-checkboxPersonalization" type="checkbox" name="bccs-checkboxPersonalization" checked="">
|
|
125
|
+
<input id="bccs-checkboxPersonalization" type="checkbox" name="bccs-checkboxPersonalization" checked="true">
|
|
123
126
|
<span class="bmd-switch-track"></span>
|
|
124
|
-
Personalization
|
|
127
|
+
Personalization (Persistent Cookies)
|
|
125
128
|
</label>
|
|
126
129
|
<ul>
|
|
127
|
-
<li>
|
|
128
|
-
<li>
|
|
129
|
-
<li>
|
|
130
|
+
<li>Collect user feedback for improvements</li>
|
|
131
|
+
<li>Storage of personal preferences from previous visits</li>
|
|
132
|
+
<li>Translation or comments to exchange visitor's experiences</li>
|
|
130
133
|
</ul>
|
|
131
134
|
</div>
|
|
132
135
|
</div>
|
|
133
136
|
</div>
|
|
134
137
|
</div>
|
|
138
|
+
|
|
135
139
|
<div class="modal-footer">
|
|
136
140
|
<button id="bccs-buttonDoNotAgree" type="button" class="btn btn-link text-decoration-none" style="">
|
|
137
|
-
I do not
|
|
141
|
+
I do not Agree
|
|
138
142
|
</button>
|
|
139
143
|
<button id="bccs-buttonAgree" type="button" class="btn btn-primary btn-raised" style="">
|
|
140
|
-
Agree
|
|
144
|
+
I Agree
|
|
141
145
|
</button>
|
|
142
146
|
<button id="bccs-buttonSave" type="button" class="btn btn-primary" style="display: none;">
|
|
143
147
|
Save selection
|
|
@@ -146,6 +150,7 @@ exclude_from_search: true
|
|
|
146
150
|
Agree on all
|
|
147
151
|
</button>
|
|
148
152
|
</div>
|
|
153
|
+
|
|
149
154
|
</div>
|
|
150
155
|
</div>
|
|
151
156
|
</div>
|
|
@@ -158,12 +163,14 @@ exclude_from_search: true
|
|
|
158
163
|
<div id="consent-data-de">
|
|
159
164
|
<div id="modal-consent-de" class="modal-dialog modal-frame modal-top modal-notify modal-primary" role="document">
|
|
160
165
|
<div class="modal-content">
|
|
166
|
+
|
|
161
167
|
<div class="modal-header">
|
|
162
|
-
<p class="lead">{{consent_options.
|
|
168
|
+
<p class="lead">{{consent_options.modal_settings.title.de}}</p>
|
|
163
169
|
</div>
|
|
170
|
+
|
|
164
171
|
<div class="modal-body">
|
|
165
172
|
<div class="bccs-body-text" style="font-size: 90%">
|
|
166
|
-
<p class="mb-4">{{consent_options.body_text.de}}</p>
|
|
173
|
+
<p class="mb-4">{{consent_options.modal_settings.body_text.de}}</p>
|
|
167
174
|
</div>
|
|
168
175
|
<p>
|
|
169
176
|
<a href="#bccs-privacy" data-toggle="collapse" class="">Datenschutzerklärung</a>
|
|
@@ -172,7 +179,7 @@ exclude_from_search: true
|
|
|
172
179
|
|
|
173
180
|
<div id="bccs-privacy" class="collapse">
|
|
174
181
|
<div class="bccs-body-text" style="font-size: 90%">
|
|
175
|
-
<p class="mb-4">{{consent_options.privacy_notice.de}}</p>
|
|
182
|
+
<p class="mb-4">{{consent_options.modal_settings.privacy_notice.de}}</p>
|
|
176
183
|
</div>
|
|
177
184
|
</div>
|
|
178
185
|
|
|
@@ -183,50 +190,52 @@ exclude_from_search: true
|
|
|
183
190
|
<div class="bccs-option" data-name="necessary">
|
|
184
191
|
<div class="switch">
|
|
185
192
|
<label>
|
|
186
|
-
<input id="bccs-checkboxNecessary" type="checkbox" name="bccs-checkboxNecessary"
|
|
193
|
+
<input id="bccs-checkboxNecessary" type="checkbox" name="bccs-checkboxNecessary" checked="true" disabled>
|
|
187
194
|
<span class="bmd-switch-track"></span>
|
|
188
|
-
Notwendig
|
|
195
|
+
Notwendig (Sitzungscookies)
|
|
189
196
|
</label>
|
|
190
197
|
<ul>
|
|
191
198
|
<li>Zum Betrieb der Website erforderlich</li>
|
|
192
199
|
</ul>
|
|
193
200
|
</div>
|
|
194
201
|
</div>
|
|
195
|
-
<div class="bccs-option" data-name="
|
|
202
|
+
<div class="bccs-option" data-name="analysis">
|
|
196
203
|
<div class="switch">
|
|
197
204
|
<label>
|
|
198
|
-
<input id="bccs-
|
|
205
|
+
<input id="bccs-checkboxAnalysis" type="checkbox" name="bccs-checkboxAnalysis" checked="true">
|
|
199
206
|
<span class="bmd-switch-track"></span>
|
|
200
|
-
Analysen
|
|
207
|
+
Analysen (dauerhafte Cookies)
|
|
201
208
|
</label>
|
|
202
209
|
<ul>
|
|
203
|
-
<li>
|
|
204
|
-
<li>Optimierung der
|
|
210
|
+
<li>Nutzungsüberwachung für diese Website</li>
|
|
211
|
+
<li>Optimierung der Leistung für diese Website</li>
|
|
212
|
+
<li>Optimierung des Inhalts für alle Besucher</li>
|
|
205
213
|
</ul>
|
|
206
214
|
</div>
|
|
207
215
|
</div>
|
|
208
216
|
<div class="bccs-option" data-name="personalization">
|
|
209
217
|
<div class="switch">
|
|
210
218
|
<label>
|
|
211
|
-
<input id="bccs-checkboxPersonalization" type="checkbox" name="bccs-checkboxPersonalization" checked="">
|
|
219
|
+
<input id="bccs-checkboxPersonalization" type="checkbox" name="bccs-checkboxPersonalization" checked="true">
|
|
212
220
|
<span class="bmd-switch-track"></span>
|
|
213
|
-
Personalisierung
|
|
221
|
+
Personalisierung (dauerhafte Cookies)
|
|
214
222
|
</label>
|
|
215
223
|
<ul>
|
|
216
|
-
<li>
|
|
217
|
-
<li>
|
|
218
|
-
<li
|
|
224
|
+
<li>Sammeln von Benutzer-Feedback für Verbesserungen</li>
|
|
225
|
+
<li>Speicherung Ihrer Präferenzen aus frühreren Besuchen</li>
|
|
226
|
+
<li>Übersetzungen oder Kommentare zum Austausch von Erfahrungen der Besucher</li>
|
|
219
227
|
</ul>
|
|
220
228
|
</div>
|
|
221
229
|
</div>
|
|
222
230
|
</div>
|
|
223
231
|
</div>
|
|
232
|
+
|
|
224
233
|
<div class="modal-footer">
|
|
225
234
|
<button id="bccs-buttonDoNotAgree" type="button" class="btn btn-link text-decoration-none" style="">
|
|
226
235
|
Ich bin nicht einverstanden
|
|
227
236
|
</button>
|
|
228
237
|
<button id="bccs-buttonAgree" type="button" class="btn btn-primary btn-raised" style="">
|
|
229
|
-
Einverstanden
|
|
238
|
+
Ich bin Einverstanden
|
|
230
239
|
</button>
|
|
231
240
|
<button id="bccs-buttonSave" type="button" class="btn btn-primary" style="display: none;">
|
|
232
241
|
Auswahl speichern
|
|
@@ -235,6 +244,7 @@ exclude_from_search: true
|
|
|
235
244
|
Allen zustimmen
|
|
236
245
|
</button>
|
|
237
246
|
</div>
|
|
247
|
+
|
|
238
248
|
</div>
|
|
239
249
|
</div>
|
|
240
250
|
</div>
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
---
|
|
2
|
+
regenerate: true
|
|
3
|
+
exclude_from_search: true
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
{% capture cache %}
|
|
7
|
+
|
|
8
|
+
{% comment %}
|
|
9
|
+
# -----------------------------------------------------------------------------
|
|
10
|
+
# ~/assets/data/msdropdown.json
|
|
11
|
+
# The Liquid template is used by J1 Translator module to create msDropdown
|
|
12
|
+
# (select) elements DYNAMICALLY
|
|
13
|
+
#
|
|
14
|
+
# Product/Info:
|
|
15
|
+
# https://jekyll.one
|
|
16
|
+
#
|
|
17
|
+
# Copyright (C) 2021 Juergen Adams
|
|
18
|
+
#
|
|
19
|
+
# J1 Template is licensed under the MIT License.
|
|
20
|
+
# For details, see https://jekyll.one
|
|
21
|
+
# -----------------------------------------------------------------------------
|
|
22
|
+
# NOTE:
|
|
23
|
+
# Be carefull change the Liquid code. If the code is changed, check the
|
|
24
|
+
# integrity of the JSON data created. Invalid JSON data will cause the
|
|
25
|
+
# the J1 Translator module to fail.
|
|
26
|
+
# -----------------------------------------------------------------------------
|
|
27
|
+
# Test data:
|
|
28
|
+
# {{ liquid_var | debug }}
|
|
29
|
+
# -----------------------------------------------------------------------------
|
|
30
|
+
{% endcomment %}
|
|
31
|
+
|
|
32
|
+
{% comment %} Set config data
|
|
33
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
|
34
|
+
{% assign environment = site.environment %}
|
|
35
|
+
|
|
36
|
+
{
|
|
37
|
+
"googleLanguages":
|
|
38
|
+
[
|
|
39
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "af", "text": "Afrikaans"},
|
|
40
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "sq", "text": "Albanian"},
|
|
41
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ar", "text": "Arabic"},
|
|
42
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "hy", "text": "Armenian"},
|
|
43
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "az", "text": "Azerbaijani"},
|
|
44
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "eu", "text": "Basque"},
|
|
45
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "be", "text": "Belarusian"},
|
|
46
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "bn", "text": "Bengali"},
|
|
47
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "bg", "text": "Bulgarian"},
|
|
48
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ca", "text": "Catalan"},
|
|
49
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "zh-CN", "text": "Chinese (Simplified)"},
|
|
50
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "zh-TW", "text": "Chinese (Traditional)"},
|
|
51
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "hr", "text": "Croatian"},
|
|
52
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "cs", "text": "Czech"},
|
|
53
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "da", "text": "Danish"},
|
|
54
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "nl", "text": "Dutch"},
|
|
55
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "eo", "text": "Esperanto"},
|
|
56
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "et", "text": "Estonian"},
|
|
57
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "tl", "text": "Filipino"},
|
|
58
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "fi", "text": "Finnish"},
|
|
59
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "fr", "text": "French"},
|
|
60
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "gl", "text": "Galician"},
|
|
61
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ka", "text": "Georgian"},
|
|
62
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "de", "text": "German"},
|
|
63
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "el", "text": "Greek"},
|
|
64
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "gu", "text": "Gujarati"},
|
|
65
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ht", "text": "Haitian Creole"},
|
|
66
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "iw", "text": "Hebrew"},
|
|
67
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "hi", "text": "Hindi"},
|
|
68
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "hu", "text": "Hungarian"},
|
|
69
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "is", "text": "Icelandic"},
|
|
70
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "id", "text": "Indonesian"},
|
|
71
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ga", "text": "Irish"},
|
|
72
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "it", "text": "Italian"},
|
|
73
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ja", "text": "Japanese"},
|
|
74
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "kn", "text": "Kannada"},
|
|
75
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ko", "text": "Korean"},
|
|
76
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "la", "text": "Latin"},
|
|
77
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "lv", "text": "Latvian"},
|
|
78
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "lt", "text": "Lithuanian"},
|
|
79
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "mk", "text": "Macedonian"},
|
|
80
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ms", "text": "Malay"},
|
|
81
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "mt", "text": "Maltese"},
|
|
82
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "no", "text": "Norwegian"},
|
|
83
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "fa", "text": "Persian"},
|
|
84
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "pl", "text": "Polish"},
|
|
85
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "pt", "text": "Portuguese"},
|
|
86
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ro", "text": "Romanian"},
|
|
87
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ru", "text": "Russian"},
|
|
88
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "sr", "text": "Serbian"},
|
|
89
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "sk", "text": "Slovak"},
|
|
90
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "sl", "text": "Slovenian"},
|
|
91
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "es", "text": "Spanish"},
|
|
92
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "sw", "text": "Swahili"},
|
|
93
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "sv", "text": "Swedish"},
|
|
94
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ta", "text": "Tamil"},
|
|
95
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "te", "text": "Telugu"},
|
|
96
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "th", "text": "Thai"},
|
|
97
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "tr", "text": "Turkish"},
|
|
98
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "uk", "text": "Ukrainian"},
|
|
99
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ur", "text": "Urdu"},
|
|
100
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "vi", "text": "Vietnamese"},
|
|
101
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "cy", "text": "Welsh"},
|
|
102
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "yi", "text": "Yiddish"}
|
|
103
|
+
],
|
|
104
|
+
|
|
105
|
+
"deeplLanguages":
|
|
106
|
+
[
|
|
107
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "bg", "text": "Bulgarian" },
|
|
108
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "cs", "text": "Czech" },
|
|
109
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "da", "text": "Danish" },
|
|
110
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "de", "text": "German" },
|
|
111
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "el", "text": "Greek" },
|
|
112
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "es", "text": "Spanish" },
|
|
113
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "en", "text": "English" },
|
|
114
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "en-us", "text": "English (American)" },
|
|
115
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "en-uk", "text": "English (British)" },
|
|
116
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "et", "text": "Estonian" },
|
|
117
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ft", "text": "Finnish" },
|
|
118
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "fr", "text": "French" },
|
|
119
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "hu", "text": "Hungarian" },
|
|
120
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "it", "text": "Italian" },
|
|
121
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ja", "text": "Japanese" },
|
|
122
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "lv", "text": "Latvian" },
|
|
123
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "lt", "text": "Lithuanian" },
|
|
124
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "nl", "text": "Dutch" },
|
|
125
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "af", "text": "Polish" },
|
|
126
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "pt", "text": "Portuguese" },
|
|
127
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "pt-pt", "text": "Portuguese (Portugal)" },
|
|
128
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "pt-br", "text": "Portuguese (Brazilian)" },
|
|
129
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ro", "text": "Romanian" },
|
|
130
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "ru", "text": "Russian" },
|
|
131
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "sk", "text": "Slovak" },
|
|
132
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "sl", "text": "Slovenian" },
|
|
133
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "sv", "text": "Swedish" },
|
|
134
|
+
{"imageCss": "flag-icon flag-icon-cz rectangle size-md", "value": "zh", "text": "Chinese" }
|
|
135
|
+
],
|
|
136
|
+
|
|
137
|
+
"jsonTest":
|
|
138
|
+
[
|
|
139
|
+
{"description":"Choose your payment gateway", "value":"", "text":"Payment Gateway"},
|
|
140
|
+
{"image":"/assets/themes/j1/modules/imageDropdown/icons/Amex-56.png", "description":"My life. My card...", "value":"amex", "text":"Amex"},
|
|
141
|
+
{"image":"/assets/themes/j1/modules/imageDropdown/icons/Discover-56.png", "description":"It pays to Discover...", "value":"Discover", "text":"Discover"},
|
|
142
|
+
{"image":"/assets/themes/j1/modules/imageDropdown/icons/Mastercard-56.png", "title":"For everything else...", "description":"For everything else...", "value":"Mastercard", "text":"Mastercard"},
|
|
143
|
+
{"image":"/assets/themes/j1/modules/imageDropdown/icons/Cash-56.png", "description":"Sorry not available...", "value":"cash", "text":"Cash on delivery", "disabled":true},
|
|
144
|
+
{"image":"/assets/themes/j1/modules/imageDropdown/icons/Visa-56.png", "description":"All you need...", "value":"Visa", "text":"Visa"},
|
|
145
|
+
{"image":"/assets/themes/j1/modules/imageDropdown/icons/Paypal-56.png", "description":"Pay and get paid...", "value":"Paypal", "text":"Paypal"}
|
|
146
|
+
]
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
{% endcapture %}
|
|
150
|
+
{% if production %}
|
|
151
|
+
{{ cache | minifyJSON }}
|
|
152
|
+
{% else %}
|
|
153
|
+
{{ cache | strip_empty_lines }}
|
|
154
|
+
{% endif %}
|
|
155
|
+
{% assign cache = nil %}
|