website rev 1165

Add QR icon to footer (used real micro-QR code with word "SliTaz")
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 23 12:19:19 2013 +0000 (2013-04-23)
parents 6b8665fb7f3f
children 3e071be30da8
files images/qr.png lib/html/footer.bs.html lib/html/footer.da.html lib/html/footer.html lib/html/footer.pt.html lib/html/footer.ru.html
line diff
     1.1 Binary file images/qr.png has changed
     2.1 --- a/lib/html/footer.bs.html	Wed Mar 27 22:36:51 2013 +0000
     2.2 +++ b/lib/html/footer.bs.html	Tue Apr 23 12:19:19 2013 +0000
     2.3 @@ -12,7 +12,7 @@
     2.4  	<a href="http://bugs.slitaz.org">Nedostaci</a>
     2.5  	<a href="http://hg.slitaz.org/">Hg</a>
     2.6  	<p>
     2.7 -		<img src="#" alt="SliTaz @" onmouseover="this.title = location.href"
     2.8 +		<img src="/images/qr.png" alt="SliTaz @" onmouseover="this.title = location.href"
     2.9  		 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
    2.10  		<a href="http://twitter.com/slitaz">Twitter</a>
    2.11  		<a href="http://www.facebook.com/slitaz">Facebook</a>
     3.1 --- a/lib/html/footer.da.html	Wed Mar 27 22:36:51 2013 +0000
     3.2 +++ b/lib/html/footer.da.html	Tue Apr 23 12:19:19 2013 +0000
     3.3 @@ -12,7 +12,7 @@
     3.4  	<a href="http://bugs.slitaz.org">Fejl</a>
     3.5  	<a href="http://hg.slitaz.org/">Hg</a>
     3.6  	<p>
     3.7 -		<img src="#" alt="SliTaz @" onmouseover="this.title = location.href"
     3.8 +		<img src="/images/qr.png" alt="SliTaz @" onmouseover="this.title = location.href"
     3.9  		 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
    3.10  		<a href="http://twitter.com/slitaz">Twitter</a>
    3.11  		<a href="http://www.facebook.com/slitaz">Facebook</a>
     4.1 --- a/lib/html/footer.html	Wed Mar 27 22:36:51 2013 +0000
     4.2 +++ b/lib/html/footer.html	Tue Apr 23 12:19:19 2013 +0000
     4.3 @@ -12,7 +12,7 @@
     4.4  	<a href="http://bugs.slitaz.org">Bugs</a>
     4.5  	<a href="http://hg.slitaz.org/">Hg</a>
     4.6  	<p>
     4.7 -		<img src="#" alt="SliTaz @" onmouseover="this.title = location.href"
     4.8 +		<img src="/images/qr.png" alt="SliTaz @" onmouseover="this.title = location.href"
     4.9  		 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
    4.10  		<a href="http://twitter.com/slitaz">Twitter</a>
    4.11  		<a href="http://www.facebook.com/slitaz">Facebook</a>
     5.1 --- a/lib/html/footer.pt.html	Wed Mar 27 22:36:51 2013 +0000
     5.2 +++ b/lib/html/footer.pt.html	Tue Apr 23 12:19:19 2013 +0000
     5.3 @@ -12,7 +12,7 @@
     5.4  	<a href="http://bugs.slitaz.org">Bugs</a>
     5.5  	<a href="http://hg.slitaz.org/">Hg</a>
     5.6  	<p>
     5.7 -		<img src="#" alt="SliTaz @" onmouseover="this.title = location.href"
     5.8 +		<img src="/images/qr.png" alt="SliTaz @" onmouseover="this.title = location.href"
     5.9  		 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
    5.10  		<a href="http://twitter.com/slitaz">Twitter</a>
    5.11  		<a href="http://www.facebook.com/slitaz">Facebook</a>
     6.1 --- a/lib/html/footer.ru.html	Wed Mar 27 22:36:51 2013 +0000
     6.2 +++ b/lib/html/footer.ru.html	Tue Apr 23 12:19:19 2013 +0000
     6.3 @@ -12,7 +12,7 @@
     6.4  	<a href="http://bugs.slitaz.org">Баг-трекер</a>
     6.5  	<a href="http://hg.slitaz.org/">Hg</a>
     6.6  	<p>
     6.7 -		<img src="#" alt="SliTaz @" onmouseover="this.title = location.href"
     6.8 +		<img src="/images/qr.png" alt="SliTaz @" onmouseover="this.title = location.href"
     6.9  		 onclick="this.src = QRCode.generatePNG(location.href, {ecclevel: 'H'})" />
    6.10  		<a href="http://twitter.com/slitaz">Twitter</a>
    6.11  		<a href="http://www.facebook.com/slitaz">Facebook</a>