{include file="header.html"}

{$layout.pagetitle}

{cycle values="light,lucid" print=false} {section name=daylist loop=$daylist} {if $counter%2 && $counter!=0}{cycle print=false}{/if} {assign var=counter value=0} {section name=eventlist loop=$eventlist} {if $eventlist[eventlist].date == $daylist[daylist]} {math equation="x+1" x=$counter assign=counter} {/if} {/section} {/section}
{t}Time:{/t}
{t}Created by:{/t}
{t}Title:{/t}
{t}Description:{/t}
{t}User:{/t} {t}Customer:{/t}
«««  {section name=days loop=$days.day} {if !$days.dow[days]}{/if} {if $days.sel[days]}*{/if}{$days.day[days]|string_format:"%d"}{if $days.sel[days]}*{/if} {if !$days.dow[days]}{/if} {/section} »»» 
{t}Filter:{/t} {t}User:{/t}   {t}Customer:{/t} {t}Month:{/t} {t}Year:{/t}
{$daylist[daylist]|date_format:"%A"} ({$daylist[daylist]|date_format:"%x"}) {t}Print{/t} {t}Add Event{/t}  
{math equation="floor(x/100)" x=$eventlist[eventlist].begintime format="%02d"}:{math equation="x % 100" x=$eventlist[eventlist].begintime format="%02d"} {if $eventlist[eventlist].begintime != $eventlist[eventlist].endtime} - {math equation="floor(x/100)" x=$eventlist[eventlist].endtime format="%02d"}:{math equation="x % 100" x=$eventlist[eventlist].endtime format="%02d"} {/if}
{$eventlist[eventlist].username|truncate:"25":"...":true}
{$eventlist[eventlist].title}
{$eventlist[eventlist].description}
{foreach item=user from=$eventlist[eventlist].userlist} {$user.name|truncate:"25":"...":true}
{/foreach}
{if $eventlist[eventlist].customername} {$eventlist[eventlist].customername|truncate:"30":"...":true} {/if} {if $eventlist[eventlist].closed} [ {t}Open{/t} ] {else} [ {t}Close{/t} ] {/if} [ {t}Delete{/t} ]  [ {t}Edit{/t} ]

{include file="footer.html"}