]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/tagcloud.html
Version 0.0.32 beta:
[github/shaarli/Shaarli.git] / tpl / tagcloud.html
diff --git a/tpl/tagcloud.html b/tpl/tagcloud.html
new file mode 100644 (file)
index 0000000..4bd7811
--- /dev/null
@@ -0,0 +1,14 @@
+<html>
+<head>{include="includes"}</head>
+<body>
+       <div id="pageheader">{include="page.header"}</div>
+<center>
+<div id="cloudtag">
+    {loop="tags"}
+    <span style="color:#99f; font-size:9pt; padding-left:5px; padding-right:2px;">{$value.count}</span><a href="?searchtags={$key|htmlspecialchars}" style="font-size:{$value.size}pt; font-weight:bold; color:black; text-decoration:none">{$key|htmlspecialchars}</a>
+    {/loop}
+</div>
+</center>
+{include="page.footer"}
+</body>
+</html>
\ No newline at end of file