17 lines
No EOL
399 B
HTML
17 lines
No EOL
399 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{include="includes"}
|
|
</head>
|
|
<body>
|
|
<div id="pageheader">
|
|
{include="page.header"}
|
|
</div>
|
|
<div id="cloudtag">
|
|
{loop="tags"}
|
|
<span>{$value.count}</span><a href="?searchtags={$key|htmlspecialchars}" style="font-size:{$value.size}em;">{$key|htmlspecialchars}</a>
|
|
{/loop}
|
|
</div>
|
|
{include="page.footer"}
|
|
</body>
|
|
</html> |