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

{include="page.footer"}
</body>
</html>