diff options
author | Arthur <arthur@hoa.ro> | 2015-11-07 16:52:53 +0100 |
---|---|---|
committer | Arthur <arthur@hoa.ro> | 2015-11-07 16:52:53 +0100 |
commit | c536c98ae134191108171d266b73326d6b851f93 (patch) | |
tree | b6f43bc921f1a1f7b08ecfd368fe6aa9e3ffc748 /plugins/qrcode/qrcode.html | |
parent | 1b4ea59f93386594a6e6f35e581244b65c2db57f (diff) | |
parent | abb3ff38f5aea6231f981fd2e6d417f09de7a6e6 (diff) | |
download | Shaarli-c536c98ae134191108171d266b73326d6b851f93.tar.gz Shaarli-c536c98ae134191108171d266b73326d6b851f93.tar.zst Shaarli-c536c98ae134191108171d266b73326d6b851f93.zip |
Merge pull request #285 from ArthurHoaro/plugin-qrcode
PLUGIN 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> | ||