]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/picwall2.html
765cf439f3c61af4e5a65b229dfb66d74686d200
[github/shaarli/Shaarli.git] / tpl / picwall2.html
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>