{$SCHEDULER->buildDay()} {* get the 24h scale *} {assign var="_scale" value=$SCHEDULER->getDayTimingScale()} {* get all entrys on given day from scheduler *} {assign var="_entrys" value=$SCHEDULER->getDayEntrys()} {* to have year, month, day in between_additem.tpl *} {assign var="_day" value=$SCHEDULER->curr}

##Daily View##

 

##{$SCHEDULER->curr.monthname}## {$SCHEDULER->curr.day}, {$SCHEDULER->curr.year}

{foreach from=$_scale item="_hour"} {if is_array($_entrys[$_hour])} {else} {/if} {/foreach}
##Time## ##Show Info##
{$_hour|string_format:"%02d"}:00 {if $_entrys[$_hour].end} {foreach from=$_entrys[$_hour].end item="i"} {if $i.startsyesterday}
  {$i.title} ##yesterday## {$i.start} - {$i.end} {$i.creator}
{/if} {/foreach} {include file="scheduler/between_additem.tpl"} {/if} {if $_entrys[$_hour].start} {foreach from=$_entrys[$_hour].start item="i"}
  {$i.title} {if $i.endstoday} {$i.start} - {$i.end} {$i.creator} {if $i.endshere} {include file="scheduler/between_additem.tpl"} {/if} {else} {$i.start} - ##tomorrow## {$i.end} {$i.creator} {/if}
{/foreach} {/if} {if $_entrys[$_hour].span} {assign var="i" value=$_entrys[$_hour].span}
    ... {$i.title} ##continued## ...
{/if}
{$_hour|string_format:"%02d"}:00
{* Multiaction buttons
 
*}