aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/qrcode/qrcode.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2015-07-15 12:02:56 +0200
committerArthurHoaro <arthur@hoa.ro>2015-11-07 15:32:28 +0100
commit14c8efbe312696bde56466af114385b70c159bc1 (patch)
tree1ac2267852f8f82f0f748d7c7733eb269ae8d1ba /plugins/qrcode/qrcode.html
parenta52e8435939c641f964939f1df55cf7ceddcc0fd (diff)
downloadShaarli-14c8efbe312696bde56466af114385b70c159bc1.tar.gz
Shaarli-14c8efbe312696bde56466af114385b70c159bc1.tar.zst
Shaarli-14c8efbe312696bde56466af114385b70c159bc1.zip
PLUGIN QRCode
Add an icon in linklist to display links QRCode
Diffstat (limited to 'plugins/qrcode/qrcode.html')
-rw-r--r--plugins/qrcode/qrcode.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/qrcode/qrcode.html b/plugins/qrcode/qrcode.html
new file mode 100644
index 00000000..ffdaf3b8
--- /dev/null
+++ b/plugins/qrcode/qrcode.html
@@ -0,0 +1,5 @@
1<div class="linkqrcode">
2 <a href="http://qrfree.kaywa.com/?l=1&amp;s=8&amp;d=%s" onclick="showQrCode(this); return false;" class="qrcode" data-permalink="%s">
3 <img src="%s/qrcode/qrcode.png" width="13" height="13" title="QR-Code">
4 </a>
5</div>