aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/tagcloud.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-01-14 15:51:30 +0100
committerArthurHoaro <arthur@hoa.ro>2017-02-27 20:01:54 +0100
commit009ce9358168cc06c76fc2f4162829e552e633a3 (patch)
tree43b251326a24c6600acead1c406f7c18f291be8e /tpl/default/tagcloud.html
parent9e5a37cc7f4eb1c83222a94eb83d4e99ce4460a4 (diff)
downloadShaarli-009ce9358168cc06c76fc2f4162829e552e633a3.tar.gz
Shaarli-009ce9358168cc06c76fc2f4162829e552e633a3.tar.zst
Shaarli-009ce9358168cc06c76fc2f4162829e552e633a3.zip
Move default template to vintage folder
Diffstat (limited to 'tpl/default/tagcloud.html')
-rw-r--r--tpl/default/tagcloud.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/tpl/default/tagcloud.html b/tpl/default/tagcloud.html
deleted file mode 100644
index 05e45273..00000000
--- a/tpl/default/tagcloud.html
+++ /dev/null
@@ -1,31 +0,0 @@
1<!DOCTYPE html>
2<html>
3<head>{include="includes"}</head>
4<body>
5 <div id="pageheader">{include="page.header"}</div>
6<div class="center">
7 <div id="plugin_zone_start_tagcloud" class="plugin_zone">
8 {loop="$plugin_start_zone"}
9 {$value}
10 {/loop}
11 </div>
12
13 <div id="cloudtag">
14 {loop="$tags"}
15 <span class="count">{$value.count}</span><a
16 href="?searchtags={$key|urlencode}" style="font-size:{$value.size}em;">{$key}</a>
17 {loop="$value.tag_plugin"}
18 {$value}
19 {/loop}
20 {/loop}
21 </div>
22
23 <div id="plugin_zone_end_tagcloud" class="plugin_zone">
24 {loop="$plugin_end_zone"}
25 {$value}
26 {/loop}
27 </div>
28</div>
29{include="page.footer"}
30</body>
31</html>