summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/static/web-common/lang.html
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-07-22 16:10:39 +0200
committerMS <ms@taler.net>2020-07-22 16:10:39 +0200
commit147658b30dfbce61f6f4e087a0c81e85899dda15 (patch)
tree9a632f65d14411967efc87e9ff6555ea52a4fc48 /talermerchantdemos/blog/static/web-common/lang.html
parent30a87f5941147fd6016767276fe5cbf1b43c7ae0 (diff)
downloadtaler-merchant-demos-147658b30dfbce61f6f4e087a0c81e85899dda15.tar.gz
taler-merchant-demos-147658b30dfbce61f6f4e087a0c81e85899dda15.tar.bz2
taler-merchant-demos-147658b30dfbce61f6f4e087a0c81e85899dda15.zip
no web-common
Diffstat (limited to 'talermerchantdemos/blog/static/web-common/lang.html')
-rw-r--r--talermerchantdemos/blog/static/web-common/lang.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/talermerchantdemos/blog/static/web-common/lang.html b/talermerchantdemos/blog/static/web-common/lang.html
deleted file mode 100644
index 8db1c0d..0000000
--- a/talermerchantdemos/blog/static/web-common/lang.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<div class="bottom-bar">
- <div class="lang-selector">
- <a href="#" onclick="setLang('en');">
- <img>
- <!-- https://upload.wikimedia.org/wikipedia/commons/a/ae/Flag_of_the_United_Kingdom.svg -->
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30" width="45" height="22.5">
- <clipPath id="t">
- <path d="M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z"/>
- </clipPath>
- <path d="M0,0 v30 h60 v-30 z" fill="#00247d"/>
- <path d="M0,0 L60,30 M60,0 L0,30" stroke="#fff" stroke-width="6"/>
- <path d="M0,0 L60,30 M60,0 L0,30" clip-path="url(#t)" stroke="#cf142b" stroke-width="4"/>
- <path d="M30,0 v30 M0,15 h60" stroke="#fff" stroke-width="10"/>
- <path d="M30,0 v30 M0,15 h60" stroke="#cf142b" stroke-width="6"/>
- </svg>
- </img>
- </a>
- <a href="#" onclick="setLang('it');">
- <img>
- <!-- https://upload.wikimedia.org/wikipedia/en/0/03/Flag_of_Italy.svg -->
- <svg xmlns="http://www.w3.org/2000/svg" width="45" height="22.5" viewBox="0 0 3 2">
- <rect width="1" height="2" fill="#009246"/>
- <rect width="1" height="2" x="1" fill="#fff"/>
- <rect width="1" height="2" x="2" fill="#ce2b37"/>
- </svg>
- </img>
- </a>
- </div>
-</div>