]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/tagcloud.html
Version 0.0.32 beta:
[github/shaarli/Shaarli.git] / tpl / tagcloud.html
1 <html>
2 <head>{include="includes"}</head>
3 <body>
4 <div id="pageheader">{include="page.header"}</div>
5 <center>
6 <div id="cloudtag">
7 {loop="tags"}
8 <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>
9 {/loop}
10 </div>
11 </center>
12 {include="page.footer"}
13 </body>
14 </html>