lng dropdown at bottom in footer works nicely, needs few style tweeks
|
@ -142,5 +142,6 @@ module.exports = (app)->
|
|||
subdomain = _.find Settings.i18n.subdomainLang, (subdomain)->
|
||||
subdomain.lngCode == req.showUserOtherLng
|
||||
res.locals.recomendSubdomain = subdomain
|
||||
res.locals.currentLngCode = req.lng
|
||||
next()
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
|
||||
|
||||
footer.site-footer
|
||||
.container
|
||||
.row
|
||||
|
@ -9,14 +11,22 @@ footer.site-footer
|
|||
else
|
||||
| !{item.text}
|
||||
|
||||
ul.col-md-3
|
||||
|
||||
each subdomainDetails, subdomain in settings.i18n.subdomainLang
|
||||
li
|
||||
a(href=subdomainDetails.url+currentUrl)
|
||||
p #{translate(subdomainDetails.lngCode)}
|
||||
img(src="/img/flags/32/#{subdomainDetails.lngCode}.png")
|
||||
|
||||
.col-md-3
|
||||
.dropdown.dropup.subdued
|
||||
a.dropdown-toggle(
|
||||
href="#",
|
||||
data-toggle="dropdown",
|
||||
aria-haspopup="true",
|
||||
aria-expanded="false"
|
||||
) #{translate("language")}
|
||||
img(src="/img/flags/24/#{currentLngCode}.png")
|
||||
|
||||
ul.dropdown-menu(role="menu")
|
||||
each subdomainDetails, subdomain in settings.i18n.subdomainLang
|
||||
li.lngOption
|
||||
a.menu-indent(href=subdomainDetails.url+currentUrl) #{translate(subdomainDetails.lngCode)}
|
||||
img(src="/img/flags/32/#{subdomainDetails.lngCode}.png")
|
||||
|
||||
ul.col-md-3
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ nav.navbar.navbar-default
|
|||
a(href='/').navbar-brand
|
||||
|
||||
.navbar-collapse.collapse(collapse="navCollapsed")
|
||||
|
||||
|
||||
ul.nav.navbar-nav.navbar-right
|
||||
each item in nav.header
|
||||
if ((item.only_when_logged_in && session && session.user) || (item.only_when_logged_out && (!session || !session.user)) || (!item.only_when_logged_out && !item.only_when_logged_in))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.dropdown
|
||||
a.btn.btn-primary.dropdown-toggle(
|
||||
a.btn.dropdown-toggle(
|
||||
href="#",
|
||||
data-toggle="dropdown"
|
||||
)
|
||||
|
|
BIN
services/web/public/img/flags/24/_ASEAN.png
Executable file
After Width: | Height: | Size: 879 B |
BIN
services/web/public/img/flags/24/_African Union.png
Executable file
After Width: | Height: | Size: 1 KiB |
BIN
services/web/public/img/flags/24/_Alderney.png
Executable file
After Width: | Height: | Size: 1.8 KiB |
BIN
services/web/public/img/flags/24/_Arab League.png
Executable file
After Width: | Height: | Size: 1,015 B |
BIN
services/web/public/img/flags/24/_Basque Country.png
Executable file
After Width: | Height: | Size: 971 B |
BIN
services/web/public/img/flags/24/_CARICOM.png
Executable file
After Width: | Height: | Size: 1,003 B |
BIN
services/web/public/img/flags/24/_CIS.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
services/web/public/img/flags/24/_Catalonia.png
Executable file
After Width: | Height: | Size: 481 B |
BIN
services/web/public/img/flags/24/_Commonwealth.png
Executable file
After Width: | Height: | Size: 1,015 B |
BIN
services/web/public/img/flags/24/_England.png
Executable file
After Width: | Height: | Size: 461 B |
BIN
services/web/public/img/flags/24/_European Union.png
Executable file
After Width: | Height: | Size: 909 B |
BIN
services/web/public/img/flags/24/_FAO.png
Executable file
After Width: | Height: | Size: 833 B |
BIN
services/web/public/img/flags/24/_Galicia.png
Executable file
After Width: | Height: | Size: 856 B |
BIN
services/web/public/img/flags/24/_IAEA.png
Executable file
After Width: | Height: | Size: 963 B |
BIN
services/web/public/img/flags/24/_IHO.png
Executable file
After Width: | Height: | Size: 840 B |
BIN
services/web/public/img/flags/24/_Islamic Conference.png
Executable file
After Width: | Height: | Size: 1 KiB |
BIN
services/web/public/img/flags/24/_Kosovo.png
Executable file
After Width: | Height: | Size: 1.8 KiB |
BIN
services/web/public/img/flags/24/_NATO.png
Executable file
After Width: | Height: | Size: 800 B |
BIN
services/web/public/img/flags/24/_Northern Cyprus.png
Executable file
After Width: | Height: | Size: 626 B |
BIN
services/web/public/img/flags/24/_Northern Ireland.png
Executable file
After Width: | Height: | Size: 617 B |
BIN
services/web/public/img/flags/24/_OAS.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
services/web/public/img/flags/24/_OECD.png
Executable file
After Width: | Height: | Size: 621 B |
BIN
services/web/public/img/flags/24/_OPEC.png
Executable file
After Width: | Height: | Size: 918 B |
BIN
services/web/public/img/flags/24/_Olimpic Movement.png
Executable file
After Width: | Height: | Size: 747 B |
BIN
services/web/public/img/flags/24/_Quebec.png
Executable file
After Width: | Height: | Size: 1.8 KiB |
BIN
services/web/public/img/flags/24/_Red Cross.png
Executable file
After Width: | Height: | Size: 384 B |
BIN
services/web/public/img/flags/24/_Scotland.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
services/web/public/img/flags/24/_Somaliland.png
Executable file
After Width: | Height: | Size: 660 B |
BIN
services/web/public/img/flags/24/_Tristan-da-Cunha.png
Executable file
After Width: | Height: | Size: 1.9 KiB |
BIN
services/web/public/img/flags/24/_UNESCO.png
Executable file
After Width: | Height: | Size: 596 B |
BIN
services/web/public/img/flags/24/_UNICEF.png
Executable file
After Width: | Height: | Size: 4.3 KiB |
BIN
services/web/public/img/flags/24/_United Nations.png
Executable file
After Width: | Height: | Size: 921 B |
BIN
services/web/public/img/flags/24/_WHO.png
Executable file
After Width: | Height: | Size: 908 B |
BIN
services/web/public/img/flags/24/_WTO.png
Executable file
After Width: | Height: | Size: 839 B |
BIN
services/web/public/img/flags/24/_Wales.png
Executable file
After Width: | Height: | Size: 1 KiB |
BIN
services/web/public/img/flags/24/ad.png
Executable file
After Width: | Height: | Size: 756 B |
BIN
services/web/public/img/flags/24/ae.png
Executable file
After Width: | Height: | Size: 490 B |
BIN
services/web/public/img/flags/24/af.png
Executable file
After Width: | Height: | Size: 771 B |
BIN
services/web/public/img/flags/24/ag.png
Executable file
After Width: | Height: | Size: 947 B |
BIN
services/web/public/img/flags/24/ai.png
Executable file
After Width: | Height: | Size: 928 B |
BIN
services/web/public/img/flags/24/al.png
Executable file
After Width: | Height: | Size: 735 B |
BIN
services/web/public/img/flags/24/am.png
Executable file
After Width: | Height: | Size: 513 B |
BIN
services/web/public/img/flags/24/an.png
Executable file
After Width: | Height: | Size: 688 B |
BIN
services/web/public/img/flags/24/ao.png
Executable file
After Width: | Height: | Size: 748 B |
BIN
services/web/public/img/flags/24/aq.png
Executable file
After Width: | Height: | Size: 795 B |
BIN
services/web/public/img/flags/24/ar.png
Executable file
After Width: | Height: | Size: 501 B |
BIN
services/web/public/img/flags/24/as.png
Executable file
After Width: | Height: | Size: 1,015 B |
BIN
services/web/public/img/flags/24/at.png
Executable file
After Width: | Height: | Size: 446 B |
BIN
services/web/public/img/flags/24/au.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
services/web/public/img/flags/24/aw.png
Executable file
After Width: | Height: | Size: 571 B |
BIN
services/web/public/img/flags/24/ax.png
Executable file
After Width: | Height: | Size: 669 B |
BIN
services/web/public/img/flags/24/az.png
Executable file
After Width: | Height: | Size: 671 B |
BIN
services/web/public/img/flags/24/ba.png
Executable file
After Width: | Height: | Size: 1,007 B |
BIN
services/web/public/img/flags/24/bb.png
Executable file
After Width: | Height: | Size: 724 B |
BIN
services/web/public/img/flags/24/bd.png
Executable file
After Width: | Height: | Size: 794 B |
BIN
services/web/public/img/flags/24/be.png
Executable file
After Width: | Height: | Size: 547 B |
BIN
services/web/public/img/flags/24/bf.png
Executable file
After Width: | Height: | Size: 570 B |
BIN
services/web/public/img/flags/24/bg.png
Executable file
After Width: | Height: | Size: 427 B |
BIN
services/web/public/img/flags/24/bh.png
Executable file
After Width: | Height: | Size: 669 B |
BIN
services/web/public/img/flags/24/bi.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
services/web/public/img/flags/24/bj.png
Executable file
After Width: | Height: | Size: 518 B |
BIN
services/web/public/img/flags/24/bl.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
services/web/public/img/flags/24/bm.png
Executable file
After Width: | Height: | Size: 971 B |
BIN
services/web/public/img/flags/24/bn.png
Executable file
After Width: | Height: | Size: 1 KiB |
BIN
services/web/public/img/flags/24/bo.png
Executable file
After Width: | Height: | Size: 655 B |
BIN
services/web/public/img/flags/24/bq.png
Executable file
After Width: | Height: | Size: 427 B |
BIN
services/web/public/img/flags/24/br.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
services/web/public/img/flags/24/bs.png
Executable file
After Width: | Height: | Size: 676 B |
BIN
services/web/public/img/flags/24/bt.png
Executable file
After Width: | Height: | Size: 947 B |
BIN
services/web/public/img/flags/24/bv.png
Executable file
After Width: | Height: | Size: 611 B |
BIN
services/web/public/img/flags/24/bw.png
Executable file
After Width: | Height: | Size: 479 B |
BIN
services/web/public/img/flags/24/by.png
Executable file
After Width: | Height: | Size: 614 B |
BIN
services/web/public/img/flags/24/bz.png
Executable file
After Width: | Height: | Size: 938 B |
BIN
services/web/public/img/flags/24/ca.png
Executable file
After Width: | Height: | Size: 843 B |
BIN
services/web/public/img/flags/24/cc.png
Executable file
After Width: | Height: | Size: 748 B |
BIN
services/web/public/img/flags/24/cd.png
Executable file
After Width: | Height: | Size: 912 B |
BIN
services/web/public/img/flags/24/cf.png
Executable file
After Width: | Height: | Size: 645 B |
BIN
services/web/public/img/flags/24/cg.png
Executable file
After Width: | Height: | Size: 1 KiB |
BIN
services/web/public/img/flags/24/ch.png
Executable file
After Width: | Height: | Size: 532 B |
BIN
services/web/public/img/flags/24/ci.png
Executable file
After Width: | Height: | Size: 522 B |
BIN
services/web/public/img/flags/24/ck.png
Executable file
After Width: | Height: | Size: 1 KiB |
BIN
services/web/public/img/flags/24/cl.png
Executable file
After Width: | Height: | Size: 547 B |
BIN
services/web/public/img/flags/24/cm.png
Executable file
After Width: | Height: | Size: 666 B |
BIN
services/web/public/img/flags/24/cn.png
Executable file
After Width: | Height: | Size: 604 B |
BIN
services/web/public/img/flags/24/co.png
Executable file
After Width: | Height: | Size: 452 B |
BIN
services/web/public/img/flags/24/cr.png
Executable file
After Width: | Height: | Size: 1.6 KiB |
BIN
services/web/public/img/flags/24/cu.png
Executable file
After Width: | Height: | Size: 747 B |
BIN
services/web/public/img/flags/24/cv.png
Executable file
After Width: | Height: | Size: 748 B |
BIN
services/web/public/img/flags/24/cw.png
Executable file
After Width: | Height: | Size: 1.6 KiB |
BIN
services/web/public/img/flags/24/cx.png
Executable file
After Width: | Height: | Size: 938 B |
BIN
services/web/public/img/flags/24/cy.png
Executable file
After Width: | Height: | Size: 593 B |
BIN
services/web/public/img/flags/24/cz.png
Executable file
After Width: | Height: | Size: 673 B |
BIN
services/web/public/img/flags/24/de.png
Executable file
After Width: | Height: | Size: 483 B |
BIN
services/web/public/img/flags/24/dj.png
Executable file
After Width: | Height: | Size: 742 B |
BIN
services/web/public/img/flags/24/dk.png
Executable file
After Width: | Height: | Size: 537 B |
BIN
services/web/public/img/flags/24/dm.png
Executable file
After Width: | Height: | Size: 934 B |