{include file="common/head.tpl.html" title=$headline html5=true}
{$headline} |
{if count($fdivs)}
{foreach item=div from=$fdivs}
{$div.html}
{/foreach}
|
{/if}
{foreach item=start key=id from=$base_table}
{if $id % 2 == 0}
{math equation="x / 2" x=$id assign="hour"}
{if $hour < 10}0{/if}{$hour}00 |
{/if}
|
{if $id >= 16 && $id < 34}
|
{else}
|
{/if}
{/foreach}
{foreach item=div from=$daydivs}
{math equation="x + y + 21" x=$div.top y=$fheight assign="dtop"}
{$div.html}
{/foreach}
|
{include file="common/foot.tpl.html"}