aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/picwall.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/picwall.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/picwall.html')
-rw-r--r--tpl/default/picwall.html44
1 files changed, 0 insertions, 44 deletions
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html
deleted file mode 100644
index 4e227e37..00000000
--- a/tpl/default/picwall.html
+++ /dev/null
@@ -1,44 +0,0 @@
1<!DOCTYPE html>
2<html>
3<head>{include="includes"}
4<script src="inc/blazy-1.3.1.min.js#"></script>
5</head>
6<body>
7<div id="pageheader">{include="page.header"}</div>
8
9<div id="plugin_zone_start_picwall" class="plugin_zone">
10 {loop="$plugin_start_zone"}
11 {$value}
12 {/loop}
13</div>
14
15<div class="center">
16 <div id="picwall_container">
17 {loop="$linksToDisplay"}
18 <div class="picwall_pictureframe">
19 {$value.thumbnail}<a href="{$value.real_url}"><span class="info">{$value.title}</span></a>
20 {loop="$value.picwall_plugin"}
21 {$value}
22 {/loop}
23 </div>
24 {/loop}
25 </div>
26</div>
27
28<div class="clear"></div>
29
30<div id="plugin_zone_end_picwall" class="plugin_zone">
31 {loop="$plugin_end_zone"}
32 {$value}
33 {/loop}
34</div>
35
36{include="page.footer"}
37
38<script>
39window.onload = function() {
40 var bLazy = new Blazy();
41}
42</script>
43</body>
44</html>