[chg] cleanup html structure
This commit is contained in:
parent
8afd5016af
commit
c5eeb78c3c
1 changed files with 14 additions and 12 deletions
|
@ -1,15 +1,17 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>{include="includes"}</head>
|
<head>
|
||||||
<body>
|
{include="includes"}
|
||||||
<div id="pageheader">{include="page.header"}</div>
|
</head>
|
||||||
<center>
|
<body>
|
||||||
<div id="cloudtag">
|
<div id="pageheader">
|
||||||
|
{include="page.header"}
|
||||||
|
</div>
|
||||||
|
<div id="cloudtag">
|
||||||
{loop="tags"}
|
{loop="tags"}
|
||||||
<span>{$value.count}</span><a href="?searchtags={$key|htmlspecialchars}" style="font-size:{$value.size}em;">{$key|htmlspecialchars}</a>
|
<span>{$value.count}</span><a href="?searchtags={$key|htmlspecialchars}" style="font-size:{$value.size}em;">{$key|htmlspecialchars}</a>
|
||||||
{/loop}
|
{/loop}
|
||||||
</div>
|
</div>
|
||||||
</center>
|
{include="page.footer"}
|
||||||
{include="page.footer"}
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue