diff options
Diffstat (limited to 'tpl/linklist.html')
-rw-r--r-- | tpl/linklist.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tpl/linklist.html b/tpl/linklist.html index 45bd478f..3a703512 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html | |||
@@ -48,7 +48,8 @@ | |||
48 | {else} | 48 | {else} |
49 | <span class="linkdate" title="Short link here"><a href="?{$value.linkdate|smallHash}">permalink</a> - </span> | 49 | <span class="linkdate" title="Short link here"><a href="?{$value.linkdate|smallHash}">permalink</a> - </span> |
50 | {/if} | 50 | {/if} |
51 | <div style="position:relative;display:inline;"><a href="http://invx.com/code/qrcode/?code={$scripturl|urlencode}%3F{$value.linkdate|smallHash}&width=200&height=200" onclick="return false;" class="qrcode"><img src="images/qrcode.png#" width="13" height="13" title="QR-Code"></a></div> - | 51 | <div style="position:relative;display:inline;"><a href="http://invx.com/code/qrcode/?code={$scripturl|urlencode}%3F{$value.linkdate|smallHash}&width=200&height=200" |
52 | {if="empty($GLOBALS['disablejquery'])"}onclick="return false;"{/if} class="qrcode"><img src="images/qrcode.png#" width="13" height="13" title="QR-Code"></a></div> - | ||
52 | <span class="linkurl" title="Short link">{$value.url|htmlspecialchars}</span><br> | 53 | <span class="linkurl" title="Short link">{$value.url|htmlspecialchars}</span><br> |
53 | {if="$value.tags"} | 54 | {if="$value.tags"} |
54 | <div class="linktaglist"> | 55 | <div class="linktaglist"> |
@@ -65,6 +66,7 @@ | |||
65 | </div> | 66 | </div> |
66 | 67 | ||
67 | {include="page.footer"} | 68 | {include="page.footer"} |
69 | {if="empty($GLOBALS['disablejquery'])"} | ||
68 | <script> | 70 | <script> |
69 | $(document).ready(function() { | 71 | $(document).ready(function() { |
70 | $('a.qrcode').click(function(){ | 72 | $('a.qrcode').click(function(){ |
@@ -75,5 +77,6 @@ $(document).ready(function() { | |||
75 | }); | 77 | }); |
76 | function hide_qrcode() { $('div.qrcode').remove(); } | 78 | function hide_qrcode() { $('div.qrcode').remove(); } |
77 | </script> | 79 | </script> |
80 | {/if} | ||
78 | </body> | 81 | </body> |
79 | </html> \ No newline at end of file | 82 | </html> \ No newline at end of file |