aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/tagcloud.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/tagcloud.html')
-rw-r--r--tpl/tagcloud.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tpl/tagcloud.html b/tpl/tagcloud.html
new file mode 100644
index 00000000..6918c7be
--- /dev/null
+++ b/tpl/tagcloud.html
@@ -0,0 +1,15 @@
1<!DOCTYPE html>
2<html>
3<head>{include="includes"}</head>
4<body>
5 <div id="pageheader">{include="page.header"}</div>
6<center>
7<div id="cloudtag">
8 {loop="tags"}
9 <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>
10 {/loop}
11</div>
12</center>
13{include="page.footer"}
14</body>
15</html> \ No newline at end of file