slitaz-forge view usbkey/tail.php @ rev 348

mirror: add QR code
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 20 18:32:44 2013 +0100 (2013-03-20)
parents cce1cb7393b6
children 41bfd0397973
line source
1 <!-- Start of footer and copy notice -->
2 <div id="copy">
3 <p>
4 Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
5 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
6 </p>
7 <!-- End of copy -->
8 </div>
10 <!-- Bottom and logo's -->
11 <div id="bottom">
12 <p>
13 <a href="http://validator.w3.org/check?uri=referer"><img src="/static/xhtml10.png" alt="Valid XHTML 1.0" title="Code validé XHTML 1.0" style="width: 80px; height: 15px;" /></a>
14 </p>
15 <p>
16 <img src="#" id="qrcodeimg" alt="#" width="60" height="60"
17 onclick= "this.width = this.height = 300;" />
18 <script type="text/javascript" src="/static/qrcode.js"></script>
19 <script type="text/javascript">
20 document.getElementById('qrcodeimg').src =
21 QRCode.generatePNG(location.href, {ecclevel: 'H'});
22 </script>
23 </p>
24 </div>
26 </body>
27 </html>