]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/tagcloud.html
Plugins TODO.md
[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>
8079dfd1
A
6<div class="center">
7 <div id="cloudtag">
8 {loop="tags"}
5f85fcd8 9 <span class="count">{$value.count}</span><a href="?searchtags={$key|urlencode}" style="font-size:{$value.size}pt;">{$key}</a>
8079dfd1
A
10 {/loop}
11 </div>
45034273 12</div>
45034273
SS
13{include="page.footer"}
14</body>
c133612f 15</html>