aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/picwall2.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/picwall2.html')
-rw-r--r--tpl/picwall2.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/tpl/picwall2.html b/tpl/picwall2.html
new file mode 100644
index 00000000..765cf439
--- /dev/null
+++ b/tpl/picwall2.html
@@ -0,0 +1,18 @@
1<html>
2<head>{include="includes"}</head>
3<body>
4<div id="pageheader">{include="page.header"}</div>
5<div style="background-color:#003;">
6 {loop="linksToDisplay"}
7 <div style="float:left;width:48%;border-right:2px solid white;height:120px;overflow:hide;">
8 <div style="float:left;width:120px;text-align:center">{$value.thumbnail}</div>
9 <a href="{$value.permalink}" style="color:yellow;font-weight:bold;text-decoration:none;">{$value.title|htmlspecialchars}</a><br>
10 <span style="font-size:8pt;color:#eee;">{$value.description|htmlspecialchars}</span>
11 <div style="clear:both;"></div>
12 </div><br>
13 {/loop}
14</div>
15
16{include="page.footer"}
17</body>
18</html> \ No newline at end of file