]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/tagcloud.html
Merge pull request #90 from shaarli/issue-87
[github/shaarli/Shaarli.git] / tpl / tagcloud.html
CommitLineData
45034273
SS
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"}
c133612f 9 <span class="count">{$value.count}</span><a href="?searchtags={$key|urlencode}" style="font-size:{$value.size}pt;">{$key|htmlspecialchars}</a>
45034273
SS
10 {/loop}
11</div>
12</center>
13{include="page.footer"}
14</body>
c133612f 15</html>