]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/picwall2.html
Initial commit (version 0.0.40 beta)
[github/shaarli/Shaarli.git] / tpl / picwall2.html
1 <!DOCTYPE html>
2 <html>
3 <head>{include="includes"}</head>
4 <body>
5 <div id="pageheader">{include="page.header"}</div>
6 <div style="background-color:#003;">
7 {loop="linksToDisplay"}
8 <div style="float:left;width:48%;border-right:2px solid white;height:120px;overflow:hide;">
9 <div style="float:left;width:120px;text-align:center">{$value.thumbnail}</div>
10 <a href="{$value.permalink}" style="color:yellow;font-weight:bold;text-decoration:none;">{$value.title|htmlspecialchars}</a><br>
11 <span style="font-size:8pt;color:#eee;">{$value.description|htmlspecialchars}</span>
12 <div style="clear:both;"></div>
13 </div><br>
14 {/loop}
15 </div>
16
17 {include="page.footer"}
18 </body>
19 </html>