diff options
author | ArthurHoaro <arthur@hoa.ro> | 2015-07-15 12:02:56 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2015-11-07 15:32:28 +0100 |
commit | 14c8efbe312696bde56466af114385b70c159bc1 (patch) | |
tree | 1ac2267852f8f82f0f748d7c7733eb269ae8d1ba /plugins/qrcode/qrcode.html | |
parent | a52e8435939c641f964939f1df55cf7ceddcc0fd (diff) | |
download | Shaarli-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.html | 5 |
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&s=8&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> | ||