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

boot: add mypizza.slitaz.org link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 15 17:55:16 2019 +0100 (2019-12-15)
parents a33dea8a7991
children
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 <script type="text/javascript">
17 function QRCodePNG(str, obj) {
18 try {
19 obj.height = obj.width += 300;
20 return QRCode.generatePNG(str, {ecclevel: 'H'});
21 }
22 catch (any) {
23 var element = document.createElement("script");
24 element.src = "/static/qrcode.js";
25 element.type ="text/javascript";
26 element.onload = function() {
27 obj.src = QRCode.generatePNG(str, {ecclevel: 'H'});
28 };
29 document.body.appendChild(element);
30 }
31 }
32 </script>
33 <img src="/static/qr.png" alt="#" onmouseover="this.title = location.href"
34 onclick="this.src = QRCodePNG(location.href, this)" />
35 </p>
36 </div>
38 </body>
39 </html>